ORG.oclc.openurl.entities
Class Requester

java.lang.Object
  |
  +--ORG.oclc.openurl.entities.AbstractEntity
        |
        +--ORG.oclc.openurl.entities.Requester

public class Requester
extends AbstractEntity

Author:
Jeffrey A. Young TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class ORG.oclc.openurl.entities.AbstractEntity
descriptors
 
Constructor Summary
Requester(Descriptor[] descriptors)
           
 
Method Summary
 java.lang.String toXml()
           
 
Methods inherited from class ORG.oclc.openurl.entities.AbstractEntity
getDescriptors, init, referentFactory, referrerFactory, referringEntityFactory, requesterFactory, resolverFactory, serviceTypeFactory, toHybridOpenURL, toHybridOpenURL, toHybridOpenURL, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Requester

public Requester(Descriptor[] descriptors)
Parameters:
descriptors -
Method Detail

toXml

public java.lang.String toXml()
                       throws OpenURLException
Specified by:
toXml in class AbstractEntity
Returns:
an XML representation of the Requester
Throws:
OpenURLException