org.jvnet.wom.impl.extension.wsdl11.soap
Class SOAPOperationImpl

java.lang.Object
  extended by org.jvnet.wom.impl.extension.wsdl11.soap.SOAPOperationImpl
All Implemented Interfaces:
SOAPOperation, WSDLExtension

public class SOAPOperationImpl
extends java.lang.Object
implements SOAPOperation

Author:
Vivek Pandey

Constructor Summary
SOAPOperationImpl(javax.xml.namespace.QName name)
           
 
Method Summary
 javax.xml.namespace.QName getName()
          Gets the qualified name of the WSDL extensibility element or attribute.
 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.
 void setSoapAction(java.lang.String soapAction)
           
 void setSOAPActionRequired(boolean required)
           
 void setStyle(SOAPBinding.Style style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPOperationImpl

public SOAPOperationImpl(javax.xml.namespace.QName name)
Method Detail

setSoapAction

public void setSoapAction(java.lang.String soapAction)

setStyle

public void setStyle(SOAPBinding.Style style)

getSoapAction

public java.lang.String getSoapAction()
Description copied from interface: SOAPOperation
Gives value of soap:operation@soapAction attribute value

Specified by:
getSoapAction in interface SOAPOperation

isSOAPActionRequired

public boolean isSOAPActionRequired()
Description copied from interface: SOAPOperation
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.

Specified by:
isSOAPActionRequired in interface SOAPOperation

setSOAPActionRequired

public void setSOAPActionRequired(boolean required)

getStyle

public SOAPBinding.Style getStyle()
Description copied from interface: SOAPOperation
Gives soap:action@style attribute value

Specified by:
getStyle in interface SOAPOperation

getName

public javax.xml.namespace.QName getName()
Description copied from interface: WSDLExtension
Gets the qualified name of the WSDL extensibility element or attribute.

Specified by:
getName in interface WSDLExtension
Returns:
must not be null.


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