org.apache.cxf.binding.soap
Class SoapBindingInfoFactoryBean

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractBindingInfoFactoryBean
      extended by org.apache.cxf.binding.soap.SoapBindingInfoFactoryBean

public class SoapBindingInfoFactoryBean
extends org.apache.cxf.service.factory.AbstractBindingInfoFactoryBean


Constructor Summary
SoapBindingInfoFactoryBean()
           
 
Method Summary
 org.apache.cxf.service.model.BindingInfo create()
           
protected  javax.xml.namespace.QName getBindingName()
           
 SoapVersion getSoapVersion()
           
protected  java.lang.String getStyle()
           
protected  java.lang.String getStyle(org.apache.cxf.service.model.OperationInfo op)
           
 java.lang.String getTransportURI()
           
 java.lang.String getUse()
           
 void setSoapVersion(SoapVersion soapVersion)
           
 void setStyle(java.lang.String style)
           
 void setTransportURI(java.lang.String transportURI)
           
 void setUse(java.lang.String use)
           
 
Methods inherited from class org.apache.cxf.service.factory.AbstractBindingInfoFactoryBean
getService, getServiceFactory, getServiceInfo, setServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapBindingInfoFactoryBean

public SoapBindingInfoFactoryBean()
Method Detail

create

public org.apache.cxf.service.model.BindingInfo create()
Specified by:
create in class org.apache.cxf.service.factory.AbstractBindingInfoFactoryBean

getTransportURI

public java.lang.String getTransportURI()

setTransportURI

public void setTransportURI(java.lang.String transportURI)

getStyle

protected java.lang.String getStyle()

getStyle

protected java.lang.String getStyle(org.apache.cxf.service.model.OperationInfo op)

getBindingName

protected javax.xml.namespace.QName getBindingName()

getSoapVersion

public SoapVersion getSoapVersion()

setSoapVersion

public void setSoapVersion(SoapVersion soapVersion)

getUse

public java.lang.String getUse()

setUse

public void setUse(java.lang.String use)

setStyle

public void setStyle(java.lang.String style)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.