Apache CXF API

org.apache.cxf.binding.soap.model
Class SoapBindingInfo

java.lang.Object
  extended by org.apache.cxf.service.model.AbstractPropertiesHolder
      extended by org.apache.cxf.service.model.AbstractDescriptionElement
          extended by org.apache.cxf.service.model.BindingInfo
              extended by org.apache.cxf.binding.soap.model.SoapBindingInfo
All Implemented Interfaces:
Extensible, NamedItem

public class SoapBindingInfo
extends BindingInfo


Constructor Summary
SoapBindingInfo(ServiceInfo serv, String n)
           
SoapBindingInfo(ServiceInfo serv, String n, SoapVersion soapVersion)
           
 
Method Summary
 OperationInfo getOperationByAction(String action)
           
 String getSoapAction(OperationInfo operation)
          Get the soap action for an operation.
 SoapVersion getSoapVersion()
           
 String getStyle()
           
 String getStyle(OperationInfo operation)
           
 String getTransportURI()
           
 void setSoapVersion(SoapVersion soapVersion)
           
 void setStyle(String style)
           
 void setTransportURI(String transportURI)
           
 
Methods inherited from class org.apache.cxf.service.model.BindingInfo
addOperation, buildOperation, getBindingId, getInterface, getName, getOperation, getOperation, getOperations, getService, removeOperation, setName, toString
 
Methods inherited from class org.apache.cxf.service.model.AbstractDescriptionElement
getDescription, setDescription
 
Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder
addExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoapBindingInfo

public SoapBindingInfo(ServiceInfo serv,
                       String n)

SoapBindingInfo

public SoapBindingInfo(ServiceInfo serv,
                       String n,
                       SoapVersion soapVersion)
Method Detail

getSoapVersion

public SoapVersion getSoapVersion()

setSoapVersion

public void setSoapVersion(SoapVersion soapVersion)

getStyle

public String getStyle()

getStyle

public String getStyle(OperationInfo operation)

getOperationByAction

public OperationInfo getOperationByAction(String action)

getSoapAction

public String getSoapAction(OperationInfo operation)
Get the soap action for an operation. Will never return null.

Parameters:
operation -
Returns:

setStyle

public void setStyle(String style)

getTransportURI

public String getTransportURI()

setTransportURI

public void setTransportURI(String transportURI)

Apache CXF API

Apache CXF