|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.impl.extension.wsdl11.soap.SOAPOperationImpl
public class SOAPOperationImpl
| 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 |
|---|
public SOAPOperationImpl(javax.xml.namespace.QName name)
| Method Detail |
|---|
public void setSoapAction(java.lang.String soapAction)
public void setStyle(SOAPBinding.Style style)
public java.lang.String getSoapAction()
SOAPOperation
getSoapAction in interface SOAPOperationpublic boolean isSOAPActionRequired()
SOAPOperation
isSOAPActionRequired in interface SOAPOperationpublic void setSOAPActionRequired(boolean required)
public SOAPBinding.Style getStyle()
SOAPOperation
getStyle in interface SOAPOperationpublic javax.xml.namespace.QName getName()
WSDLExtension
getName in interface WSDLExtension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||