org.globus.mds.usefulrp.rpprovider
Interface ResourcePropertyElementTransform
- All Known Implementing Classes:
- GLUEComputeElementTransform, GLUESchedulerElementTransform, XSLTFileElementTransform
- public interface ResourcePropertyElementTransform
This interface defines a method for performing a abstract transformation process
on a given DOM element. It is intended to be used by classes implementing
the ResourcePropertyProviderListener interface, so that an optional
post-processing task can be added to the data generation pipeline.
transformElement
public Object transformElement(Element source,
String[] args)
throws Exception
- Performs a transform on an input Element
- Parameters:
source - A DOM Element to be transformed.args - An string argument vector to be passed as parameters to the
implementing class
- Returns:
- The return value type is expected to be a either DOM Element or a
serializable bean type generated with Axis WSDL2JAVA.
- Throws:
Exception
Copyright © 1999-2006 University of Chicago. All rights reserved.