Class SoapAddressPlugin
java.lang.Object
org.apache.cxf.wsdl.AbstractWSDLPlugin
org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin
- All Implemented Interfaces:
org.apache.cxf.wsdl.WSDLExtensibilityPlugin
public final class SoapAddressPlugin
extends org.apache.cxf.wsdl.AbstractWSDLPlugin
-
Field Summary
FieldsFields inherited from class org.apache.cxf.wsdl.AbstractWSDLPlugin
registry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.wsdl.extensions.ExtensibilityElementcreateExtension(boolean isSOAP12, String address) javax.wsdl.extensions.ExtensibilityElementcreateExtension(Map<String, Object> args) Methods inherited from class org.apache.cxf.wsdl.AbstractWSDLPlugin
getExtenstionRegistry, getOption, getOption, getOption, getOption, optionSet, setExtensionRegistry
-
Field Details
-
CFG_ADDRESS
- See Also:
-
CFG_SOAP12
- See Also:
-
-
Constructor Details
-
SoapAddressPlugin
public SoapAddressPlugin()
-
-
Method Details
-
createExtension
public javax.wsdl.extensions.ExtensibilityElement createExtension(Map<String, Object> args) throws javax.wsdl.WSDLException- Throws:
javax.wsdl.WSDLException
-
createExtension
public javax.wsdl.extensions.ExtensibilityElement createExtension(boolean isSOAP12, String address) throws javax.wsdl.WSDLException - Throws:
javax.wsdl.WSDLException
-