org.globus.exec.service.factory
Class StagingDelegationFactoryEndpointResourceProperty

java.lang.Object
  extended byorg.globus.wsrf.impl.BaseResourceProperty
      extended byorg.globus.wsrf.impl.ReflectionResourceProperty
          extended byorg.globus.exec.service.factory.StagingDelegationFactoryEndpointResourceProperty
All Implemented Interfaces:
ResourceProperty

public class StagingDelegationFactoryEndpointResourceProperty
extends ReflectionResourceProperty


Field Summary
private  org.apache.axis.message.addressing.EndpointReferenceType endpoint
           
private static org.globus.util.I18n i18n
           
private static org.apache.commons.logging.Log logger
           
private static StagingDelegationFactoryEndpointResourceProperty resourceProperty
           
 
Fields inherited from class org.globus.wsrf.impl.ReflectionResourceProperty
 
Fields inherited from class org.globus.wsrf.impl.BaseResourceProperty
metaData
 
Constructor Summary
private StagingDelegationFactoryEndpointResourceProperty()
           
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType getDynamicValue()
           
static StagingDelegationFactoryEndpointResourceProperty getInstance()
           
 
Methods inherited from class org.globus.wsrf.impl.ReflectionResourceProperty
add, clear, get, getValueSimple, initialize, isArray, isEmpty, iterator, remove, set, setObject, setPropertyName, size, toElements, toSOAPElements
 
Methods inherited from class org.globus.wsrf.impl.BaseResourceProperty
convert, convertObject, convertPrimitive, getMetaData, setMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger

resourceProperty

private static StagingDelegationFactoryEndpointResourceProperty resourceProperty

endpoint

private org.apache.axis.message.addressing.EndpointReferenceType endpoint

i18n

private static org.globus.util.I18n i18n
Constructor Detail

StagingDelegationFactoryEndpointResourceProperty

private StagingDelegationFactoryEndpointResourceProperty()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception - passes along any exception encountered during construction of underlying ReflectionResourceProperty.
Method Detail

getInstance

public static StagingDelegationFactoryEndpointResourceProperty getInstance()
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getDynamicValue

public org.apache.axis.message.addressing.EndpointReferenceType getDynamicValue()