Apache CXF API

org.apache.cxf.binding.soap.wsdl11
Class SoapAddressPlugin

java.lang.Object
  extended by org.apache.cxf.wsdl.AbstractWSDLPlugin
      extended by org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin
All Implemented Interfaces:
WSDLExtensibilityPlugin

public final class SoapAddressPlugin
extends AbstractWSDLPlugin


Field Summary
static String CFG_ADDRESS
           
static String CFG_SOAP12
           
 
Fields inherited from class org.apache.cxf.wsdl.AbstractWSDLPlugin
registry
 
Constructor Summary
SoapAddressPlugin()
           
 
Method Summary
 javax.wsdl.extensions.ExtensibilityElement createExtension(boolean isSOAP12, String address)
           
 javax.wsdl.extensions.ExtensibilityElement createExtension(Map<String,Object> args)
           
 
Methods inherited from class org.apache.cxf.wsdl.AbstractWSDLPlugin
getExtenstionRegistry, getOption, getOption, getOption, getOption, optionSet, setExtensionRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

SoapAddressPlugin

public SoapAddressPlugin()
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

Apache CXF API

Apache CXF