public final class WsdlOperation extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WsdlOperation.SOAPBindingStyle
SOAP Binding style enumeration.
|
static class |
WsdlOperation.SOAPBindingUse
SOAP Binding use enumeration.
|
static class |
WsdlOperation.SOAPParameterStyle
Parameter style enumeration.
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
WsdlOperation(javax.wsdl.Binding binding,
javax.wsdl.Operation op,
WsdlTypes wsdlTypes)
Create a new wsdl operation instance for the specified binding and operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 org.pentaho.di.core.exception.KettleException
binding - Binding for the operation.op - The operation.wsdlTypes - WSDL type information.org.pentaho.di.core.exception.KettleExceptionpublic 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 © 2024 Hitachi Vantara. All rights reserved.