Apache CXF API

org.apache.cxf.jaxws.binding.soap
Class JaxWsSoapBindingConfiguration

java.lang.Object
  extended by org.apache.cxf.binding.BindingConfiguration
      extended by org.apache.cxf.binding.soap.SoapBindingConfiguration
          extended by org.apache.cxf.jaxws.binding.soap.JaxWsSoapBindingConfiguration

public class JaxWsSoapBindingConfiguration
extends SoapBindingConfiguration

Introspects the SOAPBinding annotation to provide to construct a BindingInfo.


Constructor Summary
JaxWsSoapBindingConfiguration(JaxWsServiceFactoryBean sifb)
           
 
Method Summary
 String getStyle()
           
 String getStyle(OperationInfo op)
           
 String getUse()
           
 void setJaxWsServiceFactoryBean(JaxWsServiceFactoryBean b)
           
 
Methods inherited from class org.apache.cxf.binding.soap.SoapBindingConfiguration
getBindingId, getBindingName, getBindingName, getBindingNamePostfix, getSoapAction, getTransportURI, getVersion, isHeader, isMtomEnabled, isSetStyle, setBindingName, setBindingNamePostfix, setMtomEnabled, setStyle, setTransportURI, setUse, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxWsSoapBindingConfiguration

public JaxWsSoapBindingConfiguration(JaxWsServiceFactoryBean sifb)
Method Detail

setJaxWsServiceFactoryBean

public void setJaxWsServiceFactoryBean(JaxWsServiceFactoryBean b)

getStyle

public String getStyle(OperationInfo op)
Overrides:
getStyle in class SoapBindingConfiguration

getStyle

public String getStyle()
Overrides:
getStyle in class SoapBindingConfiguration

getUse

public String getUse()
Overrides:
getUse in class SoapBindingConfiguration

Apache CXF API

Apache CXF