javax.wsdl.extensions.soap12
Interface SOAP12Address

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
All Known Implementing Classes:
SOAP12AddressImpl

public interface SOAP12Address
extends ExtensibilityElement, java.io.Serializable

Copied from javax.wsdl.extensions.soap.SOAPAddress.


Method Summary
 java.lang.String getLocationURI()
          Get the location URI for this SOAP address.
 void setLocationURI(java.lang.String locationURI)
          Set the location URI for this SOAP address.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setLocationURI

void setLocationURI(java.lang.String locationURI)
Set the location URI for this SOAP address.

Parameters:
locationURI - the desired location URI

getLocationURI

java.lang.String getLocationURI()
Get the location URI for this SOAP address.



Copyright ? 2003,2006 IBM. All Rights Reserved.