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 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? 
 | 
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()