javax.wsdl.extensions.soap

Interface SOAPAddress

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

public interface SOAPAddress
extends ExtensibilityElement, java.io.Serializable

Author:
Matthew J. Duftler (duftler@us.ibm.com)

Method Summary

String
getLocationURI()
Get the location URI for this SOAP address.
void
setLocationURI(String locationURI)
Set the location URI for this SOAP address.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

getLocationURI

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

setLocationURI

public void setLocationURI(String locationURI)
Set the location URI for this SOAP address.
Parameters:
locationURI - the desired location URI

Copyright B) 2003,2006 IBM. All Rights Reserved.