|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtensionUtils
public final class Jbi4EjbExtensionUtils
Jbi4Corba wsdl extensions helper class.
Method Summary | |
---|---|
static javax.wsdl.Binding |
getBinding(javax.wsdl.Definition def,
java.lang.String serviceName,
java.lang.String endpointName)
Gets the Binding . |
static Jbi4EjbAddress |
getEjbAddress(javax.wsdl.Definition def,
java.lang.String serviceName,
java.lang.String endpointName)
Gets the Jbi4EjbAddress . |
static Jbi4EjbBinding |
getEjbBinding(javax.wsdl.Definition def,
java.lang.String serviceName,
java.lang.String endpointName)
Gets the Jbi4EjbBinding . |
static Jbi4EjbTypes |
getEjbTypes(javax.wsdl.Definition def)
Gets the Types jbi4ejb extension. |
static javax.wsdl.PortType |
getPortType(javax.wsdl.Definition def,
java.lang.String serviceName,
java.lang.String endpointName)
Gets the PortType . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.wsdl.Binding getBinding(javax.wsdl.Definition def, java.lang.String serviceName, java.lang.String endpointName)
Binding
.
def
- the WSDL definitionserviceName
- the service nameendpointName
- the endpoint name
public static javax.wsdl.PortType getPortType(javax.wsdl.Definition def, java.lang.String serviceName, java.lang.String endpointName)
PortType
.
def
- the WSDL definitionserviceName
- the Service NameendpointName
- the Endpoint name
public static Jbi4EjbTypes getEjbTypes(javax.wsdl.Definition def)
Types
jbi4ejb extension.
def
- the WSDL definition
Jbi4EjbTypes
extensibility elementpublic static Jbi4EjbBinding getEjbBinding(javax.wsdl.Definition def, java.lang.String serviceName, java.lang.String endpointName)
Jbi4EjbBinding
.
def
- the WSDL definitionserviceName
- the service nameendpointName
- the endpoint name
Jbi4EjbBinding
public static Jbi4EjbAddress getEjbAddress(javax.wsdl.Definition def, java.lang.String serviceName, java.lang.String endpointName)
Jbi4EjbAddress
.
def
- the WSDL definitionserviceName
- the service nameendpointName
- the endpoint name
Jbi4EjbAddress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |