org.globus.exec.service.factory
Class DelegationFactoryEndpointResourceProperty

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

public class DelegationFactoryEndpointResourceProperty
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 DelegationFactoryEndpointResourceProperty resourceProperty
           
 
Fields inherited from class org.globus.wsrf.impl.ReflectionResourceProperty
 
Fields inherited from class org.globus.wsrf.impl.BaseResourceProperty
metaData
 
Constructor Summary
private DelegationFactoryEndpointResourceProperty()
           
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType getDynamicValue()
           
static DelegationFactoryEndpointResourceProperty 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 DelegationFactoryEndpointResourceProperty resourceProperty

endpoint

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

i18n

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

DelegationFactoryEndpointResourceProperty

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

getInstance

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

getDynamicValue

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