public interface XpathMetadataQuery
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createXpathQuery(AdaptrisMessage msg)
Create an Xpath from the
AdaptrisMessage object. |
java.lang.String |
getMetadataKey()
Get the key that this Xpath query will be associated with.
|
void |
verify()
Verify that everything associated with the query is as it should be.
|
java.lang.String getMetadataKey()
void verify()
throws CoreException
CoreException - wrapping any underlying exceptionjava.lang.String createXpathQuery(AdaptrisMessage msg) throws java.lang.Exception
AdaptrisMessage object.msg - the AdaptrisMessage that will be queried.java.lang.Exception