public class MsgParser
extends java.lang.Object
| Constructor and Description |
|---|
MsgParser(org.apache.axis.encoding.AnyContentType deliveredMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Releases the allocated resources
|
java.lang.String |
getEntryAsString()
Returns a XML representation of the Entry
|
java.lang.String |
getEntryType()
Returns the entry type.
|
java.lang.String |
getGHNID()
Returns the DHN ID included in the entry
|
java.lang.String |
getProfile() |
java.lang.String |
getRunningInstanceID()
Returns the Running Instance ID included in the entry
|
java.lang.String |
getScopeName()
Returns the Scope Name included in the entry
|
java.lang.String |
getServiceClass()
Returns the Service Class included in the entry
|
java.lang.String |
getServiceID()
Returns the Service ID included in the entry
|
java.lang.String |
getServiceName()
Returns the Service Name included in the entry
|
public MsgParser(org.apache.axis.encoding.AnyContentType deliveredMsg)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getEntryType()
public java.lang.String getScopeName()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getServiceName()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getServiceClass()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getRunningInstanceID()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getServiceID()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getGHNID()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getProfile()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getEntryAsString()
public void dispose()