IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.giop.filter
GiopProxyServiceContext

All Implemented Interfaces
ProxyServiceContext


This class has been picked up from the proxy component. Defines a filter's view of proxy server-specific extensions to GIOP message contexts, including providing access to request and response objects. This class has been picked up from the proxy component.


Method Summary
public  GIOPRequestMessagegetRequest()
           Returns the GIOP message context sent from the client which will be sent to the back-end server.
public  voidsetResponse(com.ibm.ws.giop.message.GIOPRequestMessage)
           Overrides the GIOP message context to be sent to the client.

Inherited Methods

Methods inherited from com.ibm.wsspi.filter.ProxyServiceContext
getClientAddr, getClientPort, getLocalAddr, getLocalPort, resume, resume
Methods inherited from com.ibm.wsspi.proxy.filter.FilterAttributeBucket
containsAttribute, getAttribute, getAttributes, removeAttribute, setAttribute

Method Detail

getRequest

public GIOPRequestMessage getRequest()
Returns the GIOP message context sent from the client which will be sent to the back-end server.


Returns:
     The GIOP message context (request) from the client to be sent to the back-end server.


setResponse

public void setResponse(GIOPRequestMessage response)
Overrides the GIOP message context to be sent to the client.
Parameters:
    response - The GIOP message context (response) to be sent to the client.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0