org.gcube.informationsystem.collector.impl.utils
Class EntryParser
java.lang.Object
org.gcube.informationsystem.collector.impl.utils.EntryParser
public class EntryParser
- extends java.lang.Object
Parser for AggregatorServiceGroupEntryResource
- Author:
- Manuele Simi (ISTI-CNR)
Constructor Summary |
EntryParser(org.globus.mds.aggregator.impl.AggregatorServiceGroupEntryResource entry)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryParser
public EntryParser(org.globus.mds.aggregator.impl.AggregatorServiceGroupEntryResource entry)
getSource
public org.apache.axis.message.addressing.EndpointReferenceType getSource()
getSink
public org.apache.axis.message.addressing.EndpointReferenceType getSink()
getSourceKey
public java.lang.String getSourceKey()
- Returns:
- the source key or an empty string if it does not exist
getQualifiedSourceKey
public java.lang.String getQualifiedSourceKey()
- Returns:
- the fully qualified source key or an empty string if it does not exist
getSourceURI
public java.lang.String getSourceURI()
- Returns:
- the source URI, i.e. the URI from which the resource has been registered
getType
public java.lang.String getType()
- Returns:
- the type of the resource (Profile or Properties)
getRPSet
public void getRPSet()
getEPRSinkParser
public EntryEPRParser getEPRSinkParser()
throws java.lang.Exception
- Returns:
- a parser for the Sink EPR
- Throws:
java.lang.Exception