org.apache.geronimo.axis.client
Class OperationInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.axis.description.OperationDesc getOperationDesc()
           
 QName getOperationName()
           
 net.sf.cglib.core.Signature getSignature()
           
 String getSoapActionURI()
           
 org.apache.axis.soap.SOAPConstants getSoapVersion()
           
 boolean isUseSOAPAction()
           
 void prepareCall(org.apache.axis.client.Call call)
           
 Throwable unwrapFault(RemoteException re)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.