com.ibm.twss.platform
Class ServicePlatformHandler

java.lang.Object
  extended by com.ibm.soa.common.soacontext.SOAContextHandler
      extended by com.ibm.twss.platform.ServicePlatformHandler
All Implemented Interfaces:
javax.xml.rpc.handler.Handler

public class ServicePlatformHandler
extends com.ibm.soa.common.soacontext.SOAContextHandler

Service Platform Handler class. This handler should be defined in the webservices.xml for each Web Service implementation.
<handler> <handler-name>ServicePlatformHandler</handler-name> <handler-class>com.ibm.twss.platform.ServicePlatformHandler</handler-class> </handler>

Version:
1.1

Constructor Summary
ServicePlatformHandler()
           
 
Method Summary
 
Methods inherited from class com.ibm.soa.common.soacontext.SOAContextHandler
destroy, getCurrentContext, getCurrentRequesterID, getHeaders, handleFault, handleRequest, handleResponse, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePlatformHandler

public ServicePlatformHandler()


Copyright © 2003 IBM Corp. All Rights Reserved.