javax.wsdl.extensions.soap12

Interface SOAP12Operation

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

public interface SOAP12Operation
extends ExtensibilityElement, java.io.Serializable

Based on javax.wsdl.extensions.SOAPOperation.

Method Summary

Boolean
getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.
String
getSoapActionURI()
Get the value of the SOAP action attribute.
String
getStyle()
Get the style for this SOAP operation.
void
setSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.
void
setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
void
setStyle(String style)
Set the style for this SOAP operation.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

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.