Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Interface IOriginalXmlProvider

All Known Implementing Classes:
OriginalXmlProvider

public interface IOriginalXmlProvider

Interface for providing an XML document in it's original schema.


Method Summary
 String provideOriginalXml(OperationContext context, String id)
          Provides an XML document in it's original schema.
 

Method Detail

provideOriginalXml

String provideOriginalXml(OperationContext context,
                          String id)
                          throws Exception
Provides an XML document in it's original schema.

Parameters:
context - the operation context
id - the document id
Returns:
the original XML string
Throws:
Exception - if an exception occurs while retrieving the XML

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.