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 org.apache.cxf.binding.soap.SoapBindingConfiguration

Introspects the SOAPBinding annotation to provide to construct a BindingInfo.


Constructor Summary
JaxWsSoapBindingConfiguration(JaxWsServiceFactoryBean sifb)
           
 
Method Summary
 java.lang.String getStyle()
           
 java.lang.String getUse()
           
 void setJaxWsServiceFactoryBean(JaxWsServiceFactoryBean b)
           
 
Methods inherited from class org.apache.cxf.binding.soap.SoapBindingConfiguration
getBindingId, getBindingName, getBindingName, getBindingNamePostfix, getSoapAction, getStyle, 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 java.lang.String getStyle()
Overrides:
getStyle in class org.apache.cxf.binding.soap.SoapBindingConfiguration

getUse

public java.lang.String getUse()
Overrides:
getUse in class org.apache.cxf.binding.soap.SoapBindingConfiguration


Apache CXF