IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.webservices.sysapp
Interface SystemEndpointContext


public interface SystemEndpointContext

The SystemEndpointContext provides an endpoint context maintained by the underlying SOAP system application container based JAX-RPC runtime system. For service endpoints deployed on a SOAP container based JAX-RPC runtime system, the context parameter in the ServiceLifecycle.init method is of the Java type com.ibm.wsspi.webservices.sysapp.SystemEndpointContext.


Method Summary
 javax.xml.rpc.handler.MessageContext getMessageContext()
           
 SOAPRequest getRequest()
           
 

Method Detail

getMessageContext

javax.xml.rpc.handler.MessageContext getMessageContext()

getRequest

SOAPRequest getRequest()

IBM WebSphere Application ServerTM
Release 7