Package | Description |
---|---|
org.apache.cxf.binding.xml.wsdl11 | |
org.apache.cxf.transport.http | |
org.apache.cxf.transport.jms.wsdl11 | |
org.apache.cxf.ws.addressing | |
org.apache.cxf.wsdl | |
org.apache.cxf.wsdl11 |
Modifier and Type | Method and Description |
---|---|
static void |
XMLWSDLExtensionLoader.createExtensor(WSDLManager manager,
Class<?> parentType,
Class<? extends TExtensibilityElementImpl> elementType) |
static void |
XMLWSDLExtensionLoader.registerExtensors(WSDLManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPWSDLExtensionLoader.createExtensor(WSDLManager manager,
Class<?> parentType,
Class<? extends javax.wsdl.extensions.ExtensibilityElement> elementType) |
Modifier and Type | Method and Description |
---|---|
void |
JMSWSDLExtensionLoader.createExtensor(WSDLManager manager,
Class<?> parentType,
Class<? extends javax.wsdl.extensions.ExtensibilityElement> elementType) |
Modifier and Type | Method and Description |
---|---|
void |
AddressingWSDLExtensionLoader.createExtensor(WSDLManager manager,
Class<?> parentType,
Class<? extends javax.wsdl.extensions.ExtensibilityElement> elementType) |
Modifier and Type | Method and Description |
---|---|
static javax.wsdl.Port |
EndpointReferenceUtils.getPort(WSDLManager manager,
EndpointReferenceType ref)
Gets the WSDL port for the provided endpoint reference.
|
static javax.wsdl.Definition |
EndpointReferenceUtils.getWSDLDefinition(WSDLManager manager,
EndpointReferenceType ref)
Gets the WSDL definition for the provided endpoint reference.
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLManagerImpl
WSDLManagerImpl
|
Apache CXF