Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.wsdl
Interface SOAP12Operation

All Superinterfaces:
ExtensibilityElement, Serializable, SOAPOperation

public interface SOAP12Operation
extends SOAPOperation

This class stores additional information on a Soap 1.2 operation that is not contained in a Soap 1.1 operation.


Method Summary
 boolean isSoapActionRequired()
           
 void setSoapActionRequired(boolean soapActionRequired)
          Sets the soapActionRequired attribute on the soap12:operation.

 

Methods inherited from interface javax.wsdl.extensions.soap.SOAPOperation
getSoapActionURI, getStyle, setSoapActionURI, setStyle

 

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired

 

Method Detail

isSoapActionRequired

boolean isSoapActionRequired()
Returns:
the value of the soapActionRequired attribute on the soap12:operation.

setSoapActionRequired

void setSoapActionRequired(boolean soapActionRequired)
Sets the soapActionRequired attribute on the soap12:operation.
Parameters:
soapActionRequired - the value of the soapActionRequired attribute

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.