public interface WSRPConsumerManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName(oasis.names.tc.wsrp.v2.types.PortletDescription portletDescription) |
javax.xml.namespace.QName |
getEventQName(javax.xml.namespace.QName qName) |
oasis.names.tc.wsrp.v2.intf.WSRP_v2_Markup_PortType |
getMarkupService() |
oasis.names.tc.wsrp.v2.types.PortletDescription |
getPortletDescription(java.lang.String portletHandle) |
oasis.names.tc.wsrp.v2.intf.WSRP_v2_PortletManagement_PortType |
getPortletManagementService() |
oasis.names.tc.wsrp.v2.types.PropertyDescription |
getPropertyDescription(java.lang.String name) |
oasis.names.tc.wsrp.v2.types.PropertyDescription[] |
getPropertyDescriptions() |
oasis.names.tc.wsrp.v2.intf.WSRP_v2_Registration_PortType |
getRegistrationService() |
oasis.names.tc.wsrp.v2.types.ServiceDescription |
getServiceDescription() |
java.lang.String |
getWsdl() |
void |
updateServiceDescription(oasis.names.tc.wsrp.v2.types.RegistrationContext registrationContext) |
java.lang.String getDisplayName(oasis.names.tc.wsrp.v2.types.PortletDescription portletDescription)
javax.xml.namespace.QName getEventQName(javax.xml.namespace.QName qName)
oasis.names.tc.wsrp.v2.intf.WSRP_v2_Markup_PortType getMarkupService() throws java.lang.Exception
java.lang.Exception
oasis.names.tc.wsrp.v2.types.PortletDescription getPortletDescription(java.lang.String portletHandle)
oasis.names.tc.wsrp.v2.intf.WSRP_v2_PortletManagement_PortType getPortletManagementService()
oasis.names.tc.wsrp.v2.types.PropertyDescription getPropertyDescription(java.lang.String name)
oasis.names.tc.wsrp.v2.types.PropertyDescription[] getPropertyDescriptions()
oasis.names.tc.wsrp.v2.intf.WSRP_v2_Registration_PortType getRegistrationService()
oasis.names.tc.wsrp.v2.types.ServiceDescription getServiceDescription()
java.lang.String getWsdl()
void updateServiceDescription(oasis.names.tc.wsrp.v2.types.RegistrationContext registrationContext) throws java.lang.Exception
java.lang.Exception