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

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

Uses of InteractionRequest in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer with parameters of type InteractionRequest
 oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse PortletDriver.performBlockingInteraction(InteractionRequest actionRequest, java.lang.String userID)
          This method is used to perform a blocking interaction on the portlet instance.
 

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

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

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

Methods in org.apache.wsrp4j.consumer.driver with parameters of type InteractionRequest
private  oasis.names.tc.wsrp.v1.types.InteractionParams PortletDriverImpl.getInteractionParams(InteractionRequest actionRequest)
           
 oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse PortletDriverImpl.performBlockingInteraction(InteractionRequest actionRequest, java.lang.String userID)
          This method is used to perform a blocking interaction on the portlet instance.
 



--