org.apache.openejb.server.axis.client
Class OperationInfo
java.lang.Object
org.apache.openejb.server.axis.client.OperationInfo
public class OperationInfo
- extends java.lang.Object
Constructor Summary |
OperationInfo(org.apache.axis.description.OperationDesc operationDesc,
boolean useSOAPAction,
java.lang.String soapActionURI,
org.apache.axis.soap.SOAPConstants soapVersion,
javax.xml.namespace.QName operationName,
java.lang.String methodName,
java.lang.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,
java.lang.String soapActionURI,
org.apache.axis.soap.SOAPConstants soapVersion,
javax.xml.namespace.QName operationName,
java.lang.String methodName,
java.lang.String methodDesc)
getSignature
public net.sf.cglib.core.Signature getSignature()
getOperationDesc
public org.apache.axis.description.OperationDesc getOperationDesc()
isUseSOAPAction
public boolean isUseSOAPAction()
getSoapActionURI
public java.lang.String getSoapActionURI()
getSoapVersion
public org.apache.axis.soap.SOAPConstants getSoapVersion()
getOperationName
public javax.xml.namespace.QName getOperationName()
prepareCall
public void prepareCall(org.apache.axis.client.Call call)
unwrapFault
public java.lang.Throwable unwrapFault(java.rmi.RemoteException re)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.