ArcGIS Server Geoportal extension
10

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

ArcGIS Server Geoportal extension
10

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