gov.nih.nci.cagrid.metadata
Class ResourcePropertyHelper

java.lang.Object
  extended by gov.nih.nci.cagrid.metadata.ResourcePropertyHelper

public class ResourcePropertyHelper
extends java.lang.Object


Constructor Summary
ResourcePropertyHelper()
           
 
Method Summary
static org.w3c.dom.Element getResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint)
           
static org.w3c.dom.Element[] getResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint, javax.xml.namespace.QName[] rpNames)
           
static org.w3c.dom.Element getResourceProperty(org.apache.axis.message.addressing.EndpointReferenceType endpoint, javax.xml.namespace.QName rpName)
           
static org.apache.axis.message.MessageElement[] queryResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint, java.lang.String queryExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePropertyHelper

public ResourcePropertyHelper()
Method Detail

queryResourceProperties

public static org.apache.axis.message.MessageElement[] queryResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint,
                                                                               java.lang.String queryExpression)
                                                                        throws RemoteResourcePropertyRetrievalException,
                                                                               QueryInvalidException
Throws:
RemoteResourcePropertyRetrievalException
QueryInvalidException

getResourceProperties

public static org.w3c.dom.Element getResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint)
                                                 throws ResourcePropertyRetrievalException,
                                                        RemoteResourcePropertyRetrievalException,
                                                        QueryInvalidException
Throws:
ResourcePropertyRetrievalException
RemoteResourcePropertyRetrievalException
QueryInvalidException

getResourceProperty

public static org.w3c.dom.Element getResourceProperty(org.apache.axis.message.addressing.EndpointReferenceType endpoint,
                                                      javax.xml.namespace.QName rpName)
                                               throws ResourcePropertyRetrievalException,
                                                      RemoteResourcePropertyRetrievalException,
                                                      InvalidResourcePropertyException
Throws:
ResourcePropertyRetrievalException
RemoteResourcePropertyRetrievalException
InvalidResourcePropertyException

getResourceProperties

public static org.w3c.dom.Element[] getResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint,
                                                          javax.xml.namespace.QName[] rpNames)
                                                   throws ResourcePropertyRetrievalException
Throws:
ResourcePropertyRetrievalException