public class OperationInfo
extends java.lang.Object
Constructor and Description |
---|
OperationInfo(OperationDesc operationDesc,
boolean useSOAPAction,
java.lang.String soapActionURI,
SOAPConstants soapVersion,
javax.xml.namespace.QName operationName,
java.lang.String methodName,
java.lang.String methodDesc) |
Modifier and Type | Method and Description |
---|---|
OperationDesc |
getOperationDesc() |
javax.xml.namespace.QName |
getOperationName() |
Signature |
getSignature() |
java.lang.String |
getSoapActionURI() |
SOAPConstants |
getSoapVersion() |
boolean |
isUseSOAPAction() |
void |
prepareCall(Call call) |
java.lang.Throwable |
unwrapFault(java.rmi.RemoteException re) |
public OperationInfo(OperationDesc operationDesc, boolean useSOAPAction, java.lang.String soapActionURI, SOAPConstants soapVersion, javax.xml.namespace.QName operationName, java.lang.String methodName, java.lang.String methodDesc)
public Signature getSignature()
public OperationDesc getOperationDesc()
public boolean isUseSOAPAction()
public java.lang.String getSoapActionURI()
public SOAPConstants getSoapVersion()
public javax.xml.namespace.QName getOperationName()
public void prepareCall(Call call)
public java.lang.Throwable unwrapFault(java.rmi.RemoteException re)