| org.apache.wsrp4j.producer.provider.ConsumerConfiguredPortlet
All known Subclasses: org.apache.wsrp4j.producer.provider.driver.ConsumerConfiguredPortletImpl,
ConsumerConfiguredPortlet | public interface ConsumerConfiguredPortlet extends Portlet(Code) | | Provides the interface to a class encapsulating a
ConsumerConfiguredPortlet-object. It extends the
ProducerOfferedPortlet-interface.
author: Stefan Behl See Also: Portlet See Also: |
Method Summary | |
public Object | clone() Redefines the clone-method of the Cloneable-interface. | public String | getParentHandle() Returns the portlet handle of the corresponding parent ProducerOfferedPortlet. | public void | setParentHandle(String handle) Sets the portlet handle of the parent ProducerOfferedPortlet.
Parameters: handle - String representing the portlet handle of the correspondingparent ProducerOfferedPortlet. |
clone | public Object clone()(Code) | | Redefines the clone-method of the Cloneable-interface.
Object representing the cloned object. |
getParentHandle | public String getParentHandle()(Code) | | Returns the portlet handle of the corresponding parent ProducerOfferedPortlet.
String representing the portlet handle of the corresponding parentProducerOfferedPortlet. |
setParentHandle | public void setParentHandle(String handle)(Code) | | Sets the portlet handle of the parent ProducerOfferedPortlet.
Parameters: handle - String representing the portlet handle of the correspondingparent ProducerOfferedPortlet. |
|
|