Package javax.wsdl.extensions.soap
Interface SOAPAddress
-
- All Superinterfaces:
ExtensibilityElement,java.io.Serializable
- All Known Implementing Classes:
SOAPAddressImpl
public interface SOAPAddress extends ExtensibilityElement, java.io.Serializable
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLocationURI()Get the location URI for this SOAP address.voidsetLocationURI(java.lang.String locationURI)Set the location URI for this SOAP address.-
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
-