javax.wsdl.extensions.http

Interface HTTPOperation

public interface HTTPOperation extends ExtensibilityElement, Serializable

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

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

Method Detail

getLocationURI

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

setLocationURI

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

Parameters: locationURI the desired location URI

Copyright © 2003,2005 IBM. All Rights Reserved.