electric.soap.virtual
Class VirtualSOAPHandler
java.lang.Object
electric.service.virtual.VirtualService
electric.soap.virtual.VirtualSOAPHandler
- All Implemented Interfaces:
- IContextHolder, IEXMLLoggingConstants, IGLUELoggingConstants, ILoggingConstants, IReference, IService, ISOAPHandler
- public class VirtualSOAPHandler
- extends VirtualService
- implements ISOAPHandler
VirtualSOAPHandler.
- Author:
- webMethods
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.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VirtualSOAPHandler
public VirtualSOAPHandler(java.lang.Class[] types,
java.lang.reflect.InvocationHandler invocationHandler,
ISOAPHandler soapHandler)
- Parameters:
types
- invocationHandler
- soapHandler
-
VirtualSOAPHandler
public VirtualSOAPHandler(java.lang.Class type,
java.lang.reflect.InvocationHandler invocationHandler,
ISOAPHandler soapHandler)
- Parameters:
type
- invocationHandler
- soapHandler
-
handle
public SOAPMessage handle(SOAPMessage request,
Context messageContext)
throws java.rmi.RemoteException,
java.lang.SecurityException
- Description copied from interface:
ISOAPHandler
- Handle the specified SOAP request and return the SOAP response.
- Specified by:
handle
in interface ISOAPHandler
- Parameters:
request
- messageContext
-
- Throws:
java.rmi.RemoteException
java.lang.SecurityException
copyright© 2001-2004 by webMethods All Rights Reserved.