public interface SOAP12Binding extends ExtensibilityElement, Serializable
Modifier and Type | Method and Description |
---|---|
String |
getStyle()
Get the style for this SOAP binding.
|
String |
getTransportURI()
Get the transport URI to be used with this binding.
|
void |
setStyle(String style)
Set the style for this SOAP binding.
|
void |
setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating
with this binding.
|
getElementType, getRequired, setElementType, setRequired
void setStyle(String style)
style
- the desired styleString getStyle()
void setTransportURI(String transportURI)
transportURI
- the URI describing the transport
to be usedString getTransportURI()
Copyright © 2016 JBoss by Red Hat. All rights reserved.