com.oracle.producer.spi
Interface IRequestContext


public interface IRequestContext

Container for information about the specific request. The producer is responsible for the creation and implementation of this object.


Method Summary
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
          Gets the HttpServletRequest.
 IRegistrationDataContext getRegistrationDataContext()
          Returns the registration data context for the request, if the consumer is registered, or null if the consumer is not registered.
 javax.xml.soap.SOAPMessage getRequestMessage()
          Gets the SOAP request message for this request.
 IUserContext getUserContext()
          Gets the user context associated with the request.
 

Method Detail

getHttpServletRequest

javax.servlet.http.HttpServletRequest getHttpServletRequest()
Gets the HttpServletRequest.


getRegistrationDataContext

IRegistrationDataContext getRegistrationDataContext()
Returns the registration data context for the request, if the consumer is registered, or null if the consumer is not registered. Note that null will also be returned during calls to the IProducerDataStore register() and getRegistrationDataContext() methods.


getUserContext

IUserContext getUserContext()
Gets the user context associated with the request.


getRequestMessage

javax.xml.soap.SOAPMessage getRequestMessage()
Gets the SOAP request message for this request.



Copyright © 2011, Oracle. All rights reserved.