com.bea.portal.tools.portal.wsrp.producer
Class WSRPProducerID

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceID
      extended by com.bea.portal.tools.resource.framework.TaggedResourceID
          extended by com.bea.portal.tools.portal.wsrp.producer.WSRPProducerID
All Implemented Interfaces
Serializable

public final class WSRPProducerID
extends com.bea.portal.tools.resource.framework.TaggedResourceID

Identifies a portal WSRP producer.

See Also
Serialized Form

Constructor Summary
WSRPProducerID(String resourceURN)
          Constructor.
WSRPProducerID(WSRPProducerIDBuilder builder)
          Constructor.
 
Method Summary
 String getProducerHandle()
          Get the producer handle of the referrent WSRP producer.
protected  WSRPProducerIDBuilder getResourceIDBuilder()
          Get the WSRPProducerDefinitionID.
protected  void setResourcePathTags(boolean canonicalResourceURN, com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
           
 
Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceID
appendResourcePath, getTag, getTags, getTagValue
 
Methods inherited from class com.bea.portal.tools.resource.ResourceID
appendResourceTypeNamespaceURI, computeResourceURN, computeResourceURN, equals, getCanonicalResourceURN, getResourceEnvironment, getResourceType, getResourceURN, hashCode, narrow, setCanonicalResourceURN, setResourceURN, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSRPProducerID

public WSRPProducerID(String resourceURN)
Constructor.

Parameters
resourceURN - the URN of the referrent resource

WSRPProducerID

public WSRPProducerID(WSRPProducerIDBuilder builder)
Constructor.

Parameters
builder - the WSRPProducerDefinitionIDBuilder
Method Detail

getResourceIDBuilder

protected WSRPProducerIDBuilder getResourceIDBuilder()
Get the WSRPProducerDefinitionID. the WSRPProducerDefinitionID

Overrides:
getResourceIDBuilder in class com.bea.portal.tools.resource.framework.TaggedResourceID
Returns
the the ResourceIDBuilder

setResourcePathTags

protected void setResourcePathTags(boolean canonicalResourceURN,
                                   com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
Overrides:
setResourcePathTags in class com.bea.portal.tools.resource.framework.TaggedResourceID

getProducerHandle

public String getProducerHandle()
Get the producer handle of the referrent WSRP producer.

Returns
the producer handle of the referrent WSRP producer


Copyright © 2011, Oracle. All rights reserved.