com.bea.portal.tools.da.taxonomy.portal
Class ProducerTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.portal.ProducerTaxonomy
All Implemented Interfaces
TaxonomyBuilder, Serializable

public class ProducerTaxonomy
extends ParentedTaxonomyBuilder

Taxonomy for a Producer, which is contained withing the RemoteProducers node of the Library.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER
 
Constructor Summary
ProducerTaxonomy(LibraryRemoteProducersTaxonomy parentTaxonomy, com.bea.wsrp.config.ProducerInfo producerInfo)
          Constructs a Producer taxonomy, parented by the RemoteProducers node of the Library, and based on the ProducerInfo associated with the Producer.
 
Method Summary
protected  String getLeafTaxonomy()
          Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.
 
Methods inherited from class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
buildTaxonomy, getParentTaxonomy, getTaxonomyLevel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProducerTaxonomy

public ProducerTaxonomy(LibraryRemoteProducersTaxonomy parentTaxonomy,
                        com.bea.wsrp.config.ProducerInfo producerInfo)
Constructs a Producer taxonomy, parented by the RemoteProducers node of the Library, and based on the ProducerInfo associated with the Producer.

Parameters
parentTaxonomy - the parent LibraryRemoteProducersTaxonomy
producerInfo - the ProducerInfo associated with the Producer
Method Detail

getLeafTaxonomy

protected String getLeafTaxonomy()
Description copied from class: ParentedTaxonomyBuilder
Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.

Specified by:
getLeafTaxonomy in class ParentedTaxonomyBuilder
Returns


Copyright © 2011, Oracle. All rights reserved.