org.gcube.informationsystem.collector.impl.utils
Class EntryEPRParser
java.lang.Object
org.gcube.informationsystem.collector.impl.utils.EntryEPRParser
public class EntryEPRParser
- extends java.lang.Object
Parser for EntryEPR of a WS-ServiceGroup resources
Constructor Summary |
EntryEPRParser(org.apache.axis.message.addressing.EndpointReferenceType e)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryEPRParser
public EntryEPRParser(org.apache.axis.message.addressing.EndpointReferenceType e)
throws java.lang.Exception
- Parameters:
e
- the EPR of the service group resource to parse
- Throws:
java.lang.Exception
- if the input EPR is no valid
getEntryKey
public java.lang.String getEntryKey()
throws java.lang.Exception
- Returns:
- the service group's entry key
- Throws:
java.lang.Exception
- if the parsing of the EPR fails
getGroupKey
public java.lang.String getGroupKey()
throws java.lang.Exception
- Returns:
- the service group's group key
- Throws:
java.lang.Exception
- if the parsing of the EPR fails