com.liferay.portal.wsrp
Class DescriptionHandlerImpl
java.lang.Object
com.liferay.portal.wsrp.DescriptionHandlerImpl
- All Implemented Interfaces:
- org.apache.wsrp4j.producer.provider.DescriptionHandler
public class DescriptionHandlerImpl
- extends java.lang.Object
- implements org.apache.wsrp4j.producer.provider.DescriptionHandler
View Source
- Author:
- Michael Young
Method Summary |
oasis.names.tc.wsrp.v1.types.PortletDescription |
getPortletDescription(java.lang.String portletHandle)
|
oasis.names.tc.wsrp.v1.types.PortletDescription |
getPortletDescription(java.lang.String portletHandle,
oasis.names.tc.wsrp.v1.types.RegistrationContext regContext,
oasis.names.tc.wsrp.v1.types.UserContext userContext,
java.lang.String[] desiredLocales)
|
oasis.names.tc.wsrp.v1.types.PortletDescription[] |
getProducerOfferedPortletDescriptions(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext,
java.lang.String[] desiredLocales)
|
oasis.names.tc.wsrp.v1.types.ServiceDescription |
getServiceDescription(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext,
java.lang.String[] desiredLocales)
|
boolean |
isRegistrationRequired()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptionHandlerImpl
public DescriptionHandlerImpl()
getPortletDescription
public oasis.names.tc.wsrp.v1.types.PortletDescription getPortletDescription(java.lang.String portletHandle,
oasis.names.tc.wsrp.v1.types.RegistrationContext regContext,
oasis.names.tc.wsrp.v1.types.UserContext userContext,
java.lang.String[] desiredLocales)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
getPortletDescription
in interface org.apache.wsrp4j.producer.provider.DescriptionHandler
- Throws:
org.apache.wsrp4j.exception.WSRPException
getPortletDescription
public oasis.names.tc.wsrp.v1.types.PortletDescription getPortletDescription(java.lang.String portletHandle)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
getPortletDescription
in interface org.apache.wsrp4j.producer.provider.DescriptionHandler
- Throws:
org.apache.wsrp4j.exception.WSRPException
getProducerOfferedPortletDescriptions
public oasis.names.tc.wsrp.v1.types.PortletDescription[] getProducerOfferedPortletDescriptions(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext,
java.lang.String[] desiredLocales)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
getProducerOfferedPortletDescriptions
in interface org.apache.wsrp4j.producer.provider.DescriptionHandler
- Throws:
org.apache.wsrp4j.exception.WSRPException
isRegistrationRequired
public boolean isRegistrationRequired()
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
isRegistrationRequired
in interface org.apache.wsrp4j.producer.provider.DescriptionHandler
- Throws:
org.apache.wsrp4j.exception.WSRPException
getServiceDescription
public oasis.names.tc.wsrp.v1.types.ServiceDescription getServiceDescription(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext,
java.lang.String[] desiredLocales)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
getServiceDescription
in interface org.apache.wsrp4j.producer.provider.DescriptionHandler
- Throws:
org.apache.wsrp4j.exception.WSRPException