org.globus.mds.webmds.xmlSources.resourceProperties
Class ResourcePropertyHelper

java.lang.Object
  extended byorg.globus.mds.webmds.xmlSources.resourceProperties.ResourcePropertyHelper

public class ResourcePropertyHelper
extends java.lang.Object


Field Summary
(package private) static javax.xml.namespace.QName GET_RP_QNAME
           
(package private) static java.lang.String GET_RP_STRING
           
(package private) static java.lang.String INVALID_RP_QNAME_FAULT_CLASS_NAME
           
(package private) static javax.xml.namespace.QName INVALID_RP_QNAME_FAULT_QNAME
           
(package private) static javax.xml.namespace.QName INVALID_RP_QNAME_FAULT_TYPE_QNAME
           
(package private) static javax.xml.namespace.QName QNAME_QNAME
           
(package private) static java.lang.String RESOURCE_UNKNOWN_FAULT_CLASS_NAME
           
(package private) static javax.xml.namespace.QName RESOURCE_UNKNOWN_FAULT_QNAME
           
(package private) static javax.xml.namespace.QName RESOURCE_UNKNOWN_FAULT_TYPE_QNAME
           
(package private) static java.lang.String RP_NS
           
(package private) static javax.xml.namespace.QName RP_RESPONSE_QNAME
           
 
Constructor Summary
ResourcePropertyHelper()
           
 
Method Summary
static org.w3c.dom.Node getResourceProperty(org.apache.axis.message.addressing.EndpointReferenceType endpoint, javax.xml.namespace.QName rpName)
           
private static void noSecurity(javax.xml.rpc.Stub stub)
           
static org.w3c.dom.Node queryResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RP_NS

static final java.lang.String RP_NS

GET_RP_STRING

static java.lang.String GET_RP_STRING

GET_RP_QNAME

static final javax.xml.namespace.QName GET_RP_QNAME

RP_RESPONSE_QNAME

static final javax.xml.namespace.QName RP_RESPONSE_QNAME

QNAME_QNAME

static final javax.xml.namespace.QName QNAME_QNAME

INVALID_RP_QNAME_FAULT_QNAME

static final javax.xml.namespace.QName INVALID_RP_QNAME_FAULT_QNAME

INVALID_RP_QNAME_FAULT_CLASS_NAME

static final java.lang.String INVALID_RP_QNAME_FAULT_CLASS_NAME

INVALID_RP_QNAME_FAULT_TYPE_QNAME

static final javax.xml.namespace.QName INVALID_RP_QNAME_FAULT_TYPE_QNAME

RESOURCE_UNKNOWN_FAULT_QNAME

static final javax.xml.namespace.QName RESOURCE_UNKNOWN_FAULT_QNAME

RESOURCE_UNKNOWN_FAULT_CLASS_NAME

static final java.lang.String RESOURCE_UNKNOWN_FAULT_CLASS_NAME

RESOURCE_UNKNOWN_FAULT_TYPE_QNAME

static final javax.xml.namespace.QName RESOURCE_UNKNOWN_FAULT_TYPE_QNAME
Constructor Detail

ResourcePropertyHelper

public ResourcePropertyHelper()
Method Detail

queryResourceProperties

public static org.w3c.dom.Node queryResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType endpoint)
                                                throws ResourcePropertySourceException
Throws:
ResourcePropertySourceException

getResourceProperty

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

noSecurity

private static void noSecurity(javax.xml.rpc.Stub stub)