public abstract class NmbrsAbstract extends Object
| Modifier and Type | Field and Description |
|---|---|
protected net.sf.saxon.s9api.XPathCompiler |
compiler |
protected String |
iNmbrsApiToken |
protected String |
iNmbrsUsername |
protected net.sf.saxon.s9api.DocumentBuilder |
outDocumentBuilder |
protected net.sf.saxon.s9api.DocumentBuilder |
saxonDocumentBuilder |
| Constructor and Description |
|---|
NmbrsAbstract() |
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.saxon.s9api.XdmNode |
buildXdmNode(String pResponse) |
protected net.sf.saxon.s9api.XdmNode |
getRequest(String pId,
String pEndpoint,
String pNamespace,
String pAction,
String pParams) |
protected net.sf.saxon.s9api.XdmNode |
getResponse(String pResponse) |
protected net.sf.saxon.s9api.DocumentBuilder saxonDocumentBuilder
protected net.sf.saxon.s9api.DocumentBuilder outDocumentBuilder
protected net.sf.saxon.s9api.XPathCompiler compiler
protected String iNmbrsUsername
protected String iNmbrsApiToken
protected net.sf.saxon.s9api.XdmNode getRequest(String pId, String pEndpoint, String pNamespace, String pAction, String pParams) throws ExchangeException
ExchangeExceptionprotected net.sf.saxon.s9api.XdmNode getResponse(String pResponse) throws ExchangeException
ExchangeExceptionprotected net.sf.saxon.s9api.XdmNode buildXdmNode(String pResponse) throws ExchangeException
ExchangeExceptionCopyright © 2017. All rights reserved.