com.infoengine.messaging
Class SoapAction

java.lang.Object
  extended bycom.infoengine.messaging.SoapAction

public class SoapAction
extends Object


Field Summary
private  String className
           
private  String methodName
           
 
Constructor Summary
SoapAction(String soapAction)
           
 
Method Summary
 String getClassName()
           
 String getMethodName()
           
 void parseSoapAction(String action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

private String methodName

className

private String className
Constructor Detail

SoapAction

public SoapAction(String soapAction)
Method Detail

parseSoapAction

public void parseSoapAction(String action)

getMethodName

public String getMethodName()

getClassName

public String getClassName()