static <T extends IsoMessage> void |
ConfigParser.configureFromClasspathConfig(MessageFactory<T> mfact,
java.lang.String path) |
Configures a MessageFactory using the configuration file at the path specified (will be searched
within the classpath using the MessageFactory's ClassLoader).
|
static <T extends IsoMessage> void |
ConfigParser.configureFromDefault(MessageFactory<T> mfact) |
Configures a MessageFactory using the default configuration file j8583.xml.
|
static <T extends IsoMessage> void |
ConfigParser.configureFromReader(MessageFactory<T> mfact,
java.io.Reader reader) |
Configures a MessageFactory using the XML data obtained from the specified Reader.
|
static <T extends IsoMessage> void |
ConfigParser.configureFromUrl(MessageFactory<T> mfact,
java.net.URL url) |
This method attempts to open a stream from the XML configuration in the specified URL and
configure the message factory from that config.
|
protected static <T extends IsoMessage> FieldParseInfo |
ConfigParser.getParser(org.w3c.dom.Element f,
MessageFactory<T> mfact) |
|
protected static <M extends IsoMessage> IsoValue<?> |
ConfigParser.getTemplateField(org.w3c.dom.Element f,
MessageFactory<M> mfact,
boolean toplevel) |
Creates an IsoValue from the XML definition in a message template.
|
protected static <T extends IsoMessage> void |
ConfigParser.parse(MessageFactory<T> mfact,
org.xml.sax.InputSource source) |
Reads the XML from the stream and configures the message factory with its values.
|
protected static <T extends IsoMessage> void |
ConfigParser.parseGuides(org.w3c.dom.NodeList nodes,
MessageFactory<T> mfact) |
|
protected static <T extends IsoMessage> void |
ConfigParser.parseHeaders(org.w3c.dom.NodeList nodes,
MessageFactory<T> mfact) |
|
protected static <T extends IsoMessage> void |
ConfigParser.parseTemplates(org.w3c.dom.NodeList nodes,
MessageFactory<T> mfact) |
|