org.apache.geronimo.axis.client
Class OperationInfo
java.lang.Object
org.apache.geronimo.axis.client.OperationInfo
- All Implemented Interfaces:
- Serializable
public class OperationInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
OperationInfo(org.apache.axis.description.OperationDesc operationDesc,
boolean useSOAPAction,
String soapActionURI,
org.apache.axis.soap.SOAPConstants soapVersion,
QName operationName,
String methodName,
String methodDesc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationInfo
public OperationInfo(org.apache.axis.description.OperationDesc operationDesc,
boolean useSOAPAction,
String soapActionURI,
org.apache.axis.soap.SOAPConstants soapVersion,
QName operationName,
String methodName,
String methodDesc)
getSignature
public net.sf.cglib.core.Signature getSignature()
getOperationDesc
public org.apache.axis.description.OperationDesc getOperationDesc()
isUseSOAPAction
public boolean isUseSOAPAction()
getSoapActionURI
public String getSoapActionURI()
getSoapVersion
public org.apache.axis.soap.SOAPConstants getSoapVersion()
getOperationName
public QName getOperationName()
prepareCall
public void prepareCall(org.apache.axis.client.Call call)
unwrapFault
public Throwable unwrapFault(RemoteException re)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.