|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation
public final class WsdlOperation
WSDL operation abstraction.
Nested Class Summary | |
---|---|
static class |
WsdlOperation.SOAPBindingStyle
SOAP Binding style enumeration. |
static class |
WsdlOperation.SOAPBindingUse
SOAP Binding use enumeration. |
static class |
WsdlOperation.SOAPParameterStyle
Parameter style enumeration. |
Method Summary | |
---|---|
WsdlOpFaultList |
getFaults()
Get the faults defined for this operation. |
QName |
getOperationQName()
Get the operation's QName. |
WsdlOpParameterList |
getParameters()
Get the parameter list for this operation. |
WsdlOpReturnType |
getReturnType()
Get the return type for this operation. |
String |
getSOAPAction()
Get the SOAP action uri for this operation. |
WsdlOperation.SOAPBindingStyle |
getSOAPBindingStyle()
Get the SOAPBinding Style. |
WsdlOperation.SOAPBindingUse |
getSOAPBindingUse()
Get the SOAPBinding use. |
WsdlOperation.SOAPParameterStyle |
getSOAPParameterStyle()
Get the SOAPParameter style. |
boolean |
isOneway()
Is this a oneway operation? |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public WsdlOpFaultList getFaults()
public QName getOperationQName()
public String getSOAPAction()
public WsdlOperation.SOAPBindingStyle getSOAPBindingStyle()
public WsdlOperation.SOAPBindingUse getSOAPBindingUse()
public WsdlOperation.SOAPParameterStyle getSOAPParameterStyle()
public WsdlOpParameterList getParameters()
public WsdlOpReturnType getReturnType()
public boolean isOneway()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |