org.gcube.informationsystem.collector.impl.utils
Class EntryEPRParser

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getEntryKey()
           
 java.lang.String getGroupKey()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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