com.genesyslab.soa.client.ws
Class WebServicesFactory.InvocationContext

java.lang.Object
  extended bycom.genesyslab.soa.client.ws.WebServicesFactory.InvocationContext
Enclosing class:
WebServicesFactory

public class WebServicesFactory.InvocationContext
extends java.lang.Object


Field Summary
 int connectionState
           
 java.lang.String methodName
           
 boolean nextProceed
           
 java.lang.Object[] parameters
           
 java.lang.Object realService
           
 
Constructor Summary
WebServicesFactory.InvocationContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realService

public java.lang.Object realService

methodName

public java.lang.String methodName

parameters

public java.lang.Object[] parameters

nextProceed

public boolean nextProceed

connectionState

public int connectionState
Constructor Detail

WebServicesFactory.InvocationContext

public WebServicesFactory.InvocationContext()