org.gridbus.broker.xgrl
Class ApplicationServiceProcessor

java.lang.Object
  |
  +--org.gridbus.broker.xgrl.ApplicationServiceProcessor

public class ApplicationServiceProcessor
extends java.lang.Object

This class has methods to parse resources from the xml file which specifies the resource-description

Author:
Krishna Nadiminti (kna@cs.mu.oz.au)

Constructor Summary
ApplicationServiceProcessor()
          Default constructor
ApplicationServiceProcessor(org.dom4j.Element serviceElement)
          Sets up the InformationServiceProcessor class with the element object passed in
 
Method Summary
 Service extractApplicationService()
          Returns a Service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServiceProcessor

public ApplicationServiceProcessor()
Default constructor


ApplicationServiceProcessor

public ApplicationServiceProcessor(org.dom4j.Element serviceElement)
Sets up the InformationServiceProcessor class with the element object passed in

Parameters:
serviceElement -
Method Detail

extractApplicationService

public Service extractApplicationService()
Returns a Service

Returns: