javax.wsdl.extensions.soap12

Interface SOAP12Operation

public interface SOAP12Operation extends ExtensibilityElement, Serializable

Based on javax.wsdl.extensions.SOAPOperation.
Method Summary
BooleangetSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.
StringgetSoapActionURI()
Get the value of the SOAP action attribute.
StringgetStyle()
Get the style for this SOAP operation.
voidsetSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.
voidsetSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
voidsetStyle(String style)
Set the style for this SOAP operation.

Method Detail

getSoapActionRequired

public Boolean getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.

Returns: true if the SOAP action is required, otherwise false.

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.

setSoapActionRequired

public void setSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.

Parameters: soapActionRequired true if the SOAP Action is required, otherwise false.

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,2006 IBM. All Rights Reserved.