|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletServices
WSRP portlet services are all wsrp service interfaces which are session dependent. With the implemented version 0.91 of the WSRP specification the markup interface and the portlet management interface depend on using the same session cookie in an clustered environment.
This interface provides a vehicle to store and retrieve the portTypes of these interfaces.
| Method Summary | |
|---|---|
java.lang.String |
getPortletServicesURL()
Get the URL of the producers markup and portlet management service interface. |
WSRP_v1_Markup_PortType |
getWSRPMarkupService()
Get a port type object describing the operations of a produces markup service endpoint. |
WSRP_v1_PortletManagement_PortType |
getWSRPPortletManagementService()
Get a port type object describing the operations of a produces portlet management service endpoint. |
void |
setWSRPMarkupService(WSRP_v1_Markup_PortType markupPortType)
Set the portType object of the markup service. |
void |
setWSRPPortletManagementService(WSRP_v1_PortletManagement_PortType portletManagementPortType)
Set the portType object of the portlet management service. |
| Method Detail |
|---|
void setWSRPPortletManagementService(WSRP_v1_PortletManagement_PortType portletManagementPortType)
portletManagementPortType - Port type object which describes the
operations of the producers portlet mamagement service endpointWSRP_v1_PortletManagement_PortType getWSRPPortletManagementService()
void setWSRPMarkupService(WSRP_v1_Markup_PortType markupPortType)
markupPortType - Port type object which describes the operations of
the producers markup service endpointWSRP_v1_Markup_PortType getWSRPMarkupService()
java.lang.String getPortletServicesURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||