javax.wsdl.extensions.soap

Interface SOAPOperation

public interface SOAPOperation extends ExtensibilityElement, Serializable

This class stores information associated with a SOAP operation that acts as the concrete implementation of an abstract operation specified in WSDL.

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

Method Summary
StringgetSoapActionURI()
Get the value of the SOAP action attribute.
StringgetStyle()
Get the style for this SOAP operation.
voidsetSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
voidsetStyle(String style)
Set the style for this SOAP operation.

Method Detail

getSoapActionURI

public String getSoapActionURI()
Get the value of the SOAP action attribute.

Returns: the SOAP action attribute's value

getStyle

public String getStyle()
Get the style for this SOAP operation.

setSoapActionURI

public void setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.

Parameters: soapActionURI the desired value of the SOAP action header for this operation.

setStyle

public void setStyle(String style)
Set the style for this SOAP operation.

Parameters: style the desired style

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