org.fcrepo.server.messaging
Class FedoraTypes

java.lang.Object
  extended by org.fcrepo.utilities.XMLDocument
      extended by org.fcrepo.server.messaging.FedoraTypes

public class FedoraTypes
extends XMLDocument

Utility class for retrieving the XML Schema Datatypes associated with Fedora API methods.

Since:
3.0
Version:
$Id$
Author:
Edwin Shin

Constructor Summary
FedoraTypes()
           
FedoraTypes(InputStream in)
           
 
Method Summary
 String getDatatype(String method, String param)
           
 String getResponseParameter(String response)
           
 
Methods inherited from class org.fcrepo.utilities.XMLDocument
getDocument, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FedoraTypes

public FedoraTypes()
            throws org.dom4j.DocumentException,
                   FileNotFoundException
Throws:
org.dom4j.DocumentException
FileNotFoundException

FedoraTypes

public FedoraTypes(InputStream in)
            throws org.dom4j.DocumentException
Throws:
org.dom4j.DocumentException
Method Detail

getDatatype

public String getDatatype(String method,
                          String param)

getResponseParameter

public String getResponseParameter(String response)


Copyright © 2012 DuraSpace. All Rights Reserved.