public final class WsdlOperation extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WsdlOperation.SOAPBindingStyle
SOAP Binding style enumeration.
|
static class |
WsdlOperation.SOAPBindingUse
SOAP Binding use enumeration.
|
static class |
WsdlOperation.SOAPParameterStyle
Parameter style enumeration.
|
Modifier | Constructor and Description |
---|---|
protected |
WsdlOperation(javax.wsdl.Binding binding,
javax.wsdl.Operation op,
WsdlTypes wsdlTypes)
Create a new wsdl operation instance for the specified binding and operation.
|
Modifier and Type | Method and Description |
---|---|
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?
|
protected WsdlOperation(javax.wsdl.Binding binding, javax.wsdl.Operation op, WsdlTypes wsdlTypes) throws KettleException
binding
- Binding for the operation.op
- The operation.wsdlTypes
- WSDL type information.KettleException
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()
Copyright © 2018 Hitachi Vantara. All rights reserved.