public class EntryEPRParser
extends java.lang.Object
Constructor and Description |
---|
EntryEPRParser(org.apache.axis.message.addressing.EndpointReferenceType e) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntryKey() |
java.lang.String |
getGroupKey() |
public EntryEPRParser(org.apache.axis.message.addressing.EndpointReferenceType e) throws java.lang.Exception
e
- the EPR of the service group resource to parsejava.lang.Exception
- if the input EPR is no validpublic java.lang.String getEntryKey() throws java.lang.Exception
java.lang.Exception
- if the parsing of the EPR failspublic java.lang.String getGroupKey() throws java.lang.Exception
java.lang.Exception
- if the parsing of the EPR fails