|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.wsdl.Jbi4CorbaExtensionUtils
public class Jbi4CorbaExtensionUtils
Jbi4Corba wsdl extensions helper class.
Constructor Summary | |
---|---|
Jbi4CorbaExtensionUtils()
Default constructor. |
Method Summary | |
---|---|
static javax.wsdl.Binding |
getBinding(javax.wsdl.Definition def,
String serviceName,
String endpointName)
Gets the Binding . |
static Jbi4CorbaAddress |
getCorbaAddress(javax.wsdl.Definition def,
String serviceName,
String endpointName)
Gets the Jbi4CorbaAddress . |
static Jbi4CorbaBinding |
getCorbaBinding(javax.wsdl.Definition def,
String serviceName,
String endpointName)
Gets the Jbi4CorbaBinding . |
static javax.wsdl.xml.WSDLWriter |
getExtendedWSDLWriter()
Gets the Jbi4Ejb extended WSDL writer. |
static javax.wsdl.PortType |
getPortType(javax.wsdl.Definition def,
String serviceName,
String endpointName)
Gets the PortType . |
static javax.wsdl.Service |
getService(javax.wsdl.Definition def,
String serviceName)
Gets the Service . |
static String |
getWSDLStringFromDefinition(javax.wsdl.Definition wsdl)
Gets the WSDL string from the WSDL definition. |
static void |
removeCorbaElements(javax.wsdl.Definition def)
Removes all The Jbi4Corba elements from a definition . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jbi4CorbaExtensionUtils()
Method Detail |
---|
public static void removeCorbaElements(javax.wsdl.Definition def) throws javax.wsdl.WSDLException
def
- The WSDL to add SOAP elements. Must be not
null
.
javax.wsdl.WSDLException
- In case of error manipulating the
Definition
.public static javax.wsdl.Binding getBinding(javax.wsdl.Definition def, String serviceName, String endpointName)
Binding
.
def
- the WSDL definitionserviceName
- the service nameendpointName
- the endpoint name
public static javax.wsdl.Service getService(javax.wsdl.Definition def, String serviceName)
Service
.
def
- the WSDL definitionserviceName
- the service name
public static Jbi4CorbaBinding getCorbaBinding(javax.wsdl.Definition def, String serviceName, String endpointName)
Jbi4CorbaBinding
.
def
- the WSDL definitionserviceName
- the service nameendpointName
- the endpoint name
Jbi4CorbaBinding
public static Jbi4CorbaAddress getCorbaAddress(javax.wsdl.Definition def, String serviceName, String endpointName)
Jbi4CorbaAddress
.
def
- the WSDL definitionserviceName
- the service nameendpointName
- the endpoint name
Jbi4CorbaAddress
public static javax.wsdl.PortType getPortType(javax.wsdl.Definition def, String serviceName, String endpointName)
PortType
.
def
- the WSDL definitionserviceName
- the Service NameendpointName
- the Endpoint name
public static javax.wsdl.xml.WSDLWriter getExtendedWSDLWriter() throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public static String getWSDLStringFromDefinition(javax.wsdl.Definition wsdl)
wsdl
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |