public class SoapBindingInfo
extends org.apache.cxf.service.model.BindingInfo
| Constructor and Description |
|---|
SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv,
String n) |
SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv,
String n,
SoapVersion soapVersion) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.service.model.OperationInfo |
getOperationByAction(String action) |
String |
getSoapAction(org.apache.cxf.service.model.OperationInfo operation)
Get the soap action for an operation.
|
SoapVersion |
getSoapVersion() |
String |
getStyle() |
String |
getStyle(org.apache.cxf.service.model.OperationInfo operation) |
String |
getTransportURI() |
void |
setSoapVersion(SoapVersion soapVersion) |
void |
setStyle(String style) |
void |
setTransportURI(String transportURI) |
addOperation, buildOperation, getBindingId, getDescription, getInterface, getName, getOperation, getOperation, getOperations, getService, removeOperation, setName, toStringaddExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setPropertypublic SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv,
String n)
public SoapBindingInfo(org.apache.cxf.service.model.ServiceInfo serv,
String n,
SoapVersion soapVersion)
public SoapVersion getSoapVersion()
public void setSoapVersion(SoapVersion soapVersion)
public String getStyle()
public String getStyle(org.apache.cxf.service.model.OperationInfo operation)
public org.apache.cxf.service.model.OperationInfo getOperationByAction(String action)
public String getSoapAction(org.apache.cxf.service.model.OperationInfo operation)
operation - public void setStyle(String style)
public String getTransportURI()
public void setTransportURI(String transportURI)
Apache CXF