org.apache.cxf.binding.soap.model
Class SoapBindingInfo
java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractDescriptionElement
org.apache.cxf.service.model.BindingInfo
org.apache.cxf.binding.soap.model.SoapBindingInfo
- All Implemented Interfaces:
- Extensible, NamedItem
public class SoapBindingInfo
- extends BindingInfo
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.AbstractPropertiesHolder |
addExtensionAttribute, addExtensor, containsExtensor, equals, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperty, getProperty, getTraversedExtensor, hasProperty, setExtensionAttributes, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SoapBindingInfo
public SoapBindingInfo(ServiceInfo serv,
java.lang.String n)
SoapBindingInfo
public SoapBindingInfo(ServiceInfo serv,
java.lang.String n,
SoapVersion soapVersion)
getSoapVersion
public SoapVersion getSoapVersion()
setSoapVersion
public void setSoapVersion(SoapVersion soapVersion)
getStyle
public java.lang.String getStyle()
getStyle
public java.lang.String getStyle(OperationInfo operation)
getOperationByAction
public OperationInfo getOperationByAction(java.lang.String action)
getSoapAction
public java.lang.String getSoapAction(OperationInfo operation)
- Get the soap action for an operation. Will never return null.
- Parameters:
operation
-
- Returns:
setStyle
public void setStyle(java.lang.String style)
getTransportURI
public java.lang.String getTransportURI()
setTransportURI
public void setTransportURI(java.lang.String transportURI)
Apache CXF