org.jvnet.wom.api.binding.wsdl11.soap
Interface SOAPOperation

All Superinterfaces:
WSDLExtension
All Known Implementing Classes:
SOAPOperationImpl

public interface SOAPOperation
extends WSDLExtension

Author:
Vivek Pandey

Method Summary
 java.lang.String getSoapAction()
          Gives value of soap:operation@soapAction attribute value
 SOAPBinding.Style getStyle()
          Gives soap:action@style attribute value
 boolean isSOAPActionRequired()
          The default value is false.
 
Methods inherited from interface org.jvnet.wom.api.WSDLExtension
getName
 

Method Detail

getSoapAction

java.lang.String getSoapAction()
Gives value of soap:operation@soapAction attribute value


isSOAPActionRequired

boolean isSOAPActionRequired()
The default value is false. It can be true only for SOAP 1.2 binding for WSDL 1.1. When true it tells that the server required the SOAPAction value to be present as HTTP header.


getStyle

SOAPBinding.Style getStyle()
Gives soap:action@style attribute value



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.