Uses of Interface
org.apache.wsrp4j.consumer.WSRPBaseRequest

Packages that use WSRPBaseRequest
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
 

Uses of WSRPBaseRequest in org.apache.wsrp4j.consumer
 

Subinterfaces of WSRPBaseRequest in org.apache.wsrp4j.consumer
 interface InteractionRequest
          This is the abstraction for a interaction request at a integrated remote portlet at the consumer side.
 interface MarkupRequest
          This is the abstraction for a render request at a integrated remote portlet at the consumer side.
 

Uses of WSRPBaseRequest in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement WSRPBaseRequest
 class WSRPRequestImpl
           
 

Uses of WSRPBaseRequest in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement WSRPBaseRequest
 class GenericWSRPBaseRequestImpl
           
 

Methods in org.apache.wsrp4j.consumer.driver with parameters of type WSRPBaseRequest
private  oasis.names.tc.wsrp.v1.types.MarkupParams PortletDriverImpl.getMarkupParams(WSRPBaseRequest request)
           
protected  oasis.names.tc.wsrp.v1.types.RuntimeContext PortletDriverImpl.getRuntimeContext(WSRPBaseRequest request)
          Create the runtime context for the current request.
 



--