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

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

Uses of MarkupRequest in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer with parameters of type MarkupRequest
 oasis.names.tc.wsrp.v1.types.MarkupResponse PortletDriver.getMarkup(MarkupRequest markupRequest, java.lang.String userID)
          This method is used to retrieve the markup generated by the portlet instance.
 

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

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

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

Methods in org.apache.wsrp4j.consumer.driver with parameters of type MarkupRequest
 oasis.names.tc.wsrp.v1.types.MarkupResponse PortletDriverImpl.getMarkup(MarkupRequest markupRequest, java.lang.String userID)
          This method is used to retrieve the markup generated by the portlet instance.
 



--