|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.service.virtual.VirtualService
VirtualService.
Field Summary |
Fields inherited from interface electric.glue.IGLUELoggingConstants |
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT |
Fields inherited from interface electric.xml.IEXMLLoggingConstants |
MAPPING_EVENT, SCHEMA_EVENT |
Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
Constructor Summary | |
VirtualService(java.lang.Class[] types,
java.lang.reflect.InvocationHandler handler)
|
|
VirtualService(java.lang.Class type,
java.lang.reflect.InvocationHandler handler)
|
Method Summary | |
static void |
disable()
|
static void |
enable()
|
Context |
getContext()
|
IReference |
getReference()
Return a reference to this service. |
WSDL |
getWSDL()
Return WSDL for this service. |
Value |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
Context context)
Invoke the operation associated with a particular method, using the specified arguments. |
Value |
invoke(java.lang.String methodName,
java.lang.Object[] args,
java.lang.Class[] argTypes,
Context context)
Invoke the operation associated with a particular method, using the specified arguments and argument types. |
Value |
invoke(java.lang.String methodName,
java.lang.String[] args,
Context context)
Invoke the operation associated with a particular method, using the specified arguments. |
void |
setContext(Context context)
|
java.lang.String |
toString()
Return a description of this service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VirtualService(java.lang.Class type, java.lang.reflect.InvocationHandler handler)
type
- handler
- public VirtualService(java.lang.Class[] types, java.lang.reflect.InvocationHandler handler)
types
- handler
- Method Detail |
public java.lang.String toString()
public Context getContext()
getContext
in interface IContextHolder
public void setContext(Context context)
setContext
in interface IContextHolder
context
- public Value invoke(java.lang.reflect.Method method, java.lang.Object[] args, Context context) throws java.lang.Throwable
invoke
in interface IReference
method
- The method to invokeargs
- The arguments.context
- The context.
java.lang.Throwable
- If an exception occurs.public Value invoke(java.lang.String methodName, java.lang.Object[] args, java.lang.Class[] argTypes, Context context) throws java.lang.Throwable
invoke
in interface IReference
methodName
- The name of the method to invokeargs
- The arguments.argTypes
- The type of the arguments.context
- The context.
java.lang.Throwable
- If an exception occurs.public Value invoke(java.lang.String methodName, java.lang.String[] args, Context context) throws java.lang.Throwable
invoke
in interface IReference
methodName
- The name of the method to invokeargs
- The arguments, expressed as strings.context
- The context.
java.lang.Throwable
- If an exception occurs.public IReference getReference()
getReference
in interface IService
public WSDL getWSDL()
getWSDL
in interface IService
public static void enable()
public static void disable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |