public interface SOAPBinding extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyle()
Get the style for this SOAP binding.
|
java.lang.String |
getTransportURI()
Get the transport URI to be used with this binding.
|
void |
setStyle(java.lang.String style)
Set the style for this SOAP binding.
|
void |
setTransportURI(java.lang.String transportURI)
Set the SOAP transport URI to be used for communicating
with this binding.
|
getElementType, getRequired, setElementType, setRequired
void setStyle(java.lang.String style)
style
- the desired stylejava.lang.String getStyle()
void setTransportURI(java.lang.String transportURI)
transportURI
- the URI describing the transport
to be usedjava.lang.String getTransportURI()
Copyright ? 2003, 2013 IBM. All Rights Reserved.