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
Fields Modifier and Type Field Description static StringCFG_ADDRESSstatic StringCFG_SOAP12
-
Constructor Summary
Constructors Constructor Description SoapAddressPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.wsdl.extensions.ExtensibilityElementcreateExtension(boolean isSOAP12, String address)javax.wsdl.extensions.ExtensibilityElementcreateExtension(Map<String,Object> args)
-
-
-
Field Detail
-
CFG_ADDRESS
public static final String CFG_ADDRESS
- See Also:
- Constant Field Values
-
CFG_SOAP12
public static final String CFG_SOAP12
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-