javax.wsdl.extensions.http

Interface HTTPAddress

public interface HTTPAddress extends ExtensibilityElement, Serializable

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

Method Summary
StringgetLocationURI()
Get the location URI for this HTTP address.
voidsetLocationURI(String locationURI)
Set the location URI for this HTTP address.

Method Detail

getLocationURI

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

setLocationURI

public void setLocationURI(String locationURI)
Set the location URI for this HTTP address.

Parameters: locationURI the desired location URI

Copyright © 2003,2005 IBM. All Rights Reserved.