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
-
Constructor Summary
ConstructorsConstructorDescriptionSoapBindingInfo(ServiceInfo serv, String n) SoapBindingInfo(ServiceInfo serv, String n, SoapVersion soapVersion) -
Method Summary
Modifier and TypeMethodDescriptiongetOperationByAction(String action) getSoapAction(OperationInfo operation) Get the soap action for an operation.getStyle()getStyle(OperationInfo operation) voidsetSoapVersion(SoapVersion soapVersion) voidvoidsetTransportURI(String transportURI) Methods inherited from class org.apache.cxf.service.model.BindingInfo
addOperation, buildOperation, getBindingId, getDescription, getInterface, getName, getOperation, getOperation, getOperations, getService, removeOperation, setName, toStringMethods 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
-
Constructor Details
-
SoapBindingInfo
-
SoapBindingInfo
-
-
Method Details
-
getSoapVersion
-
setSoapVersion
-
getStyle
-
getStyle
-
getOperationByAction
-
getSoapAction
Get the soap action for an operation. Will never return null.- Parameters:
operation-- Returns:
-
setStyle
-
getTransportURI
-
setTransportURI
-