Interface SOAP12Address
- All Superinterfaces:
ExtensibilityElement, Serializable
- All Known Implementing Classes:
SOAP12AddressImpl
Copied from javax.wsdl.extensions.soap.SOAPAddress.
-
Method Summary
Modifier and TypeMethodDescriptionGet the location URI for this SOAP address.voidsetLocationURI(String locationURI) Set the location URI for this SOAP address.Methods inherited from interface ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setLocationURI
Set the location URI for this SOAP address.- Parameters:
locationURI- the desired location URI
-
getLocationURI
String getLocationURI()Get the location URI for this SOAP address.
-