COM.FutureTense.XML.Post
Class XMLPost
java.lang.Object
COM.FutureTense.XML.Post.XMLPost
public class XMLPost
- extends java.lang.Object
Enable the posting of
XML documents into the
database.
Given a
well-formed XML document,
parse it, and use HTTP (or HTTPS)
to Post fields
to a page, which usually
results in insertion
into a relational database
|
Nested Class Summary |
static class |
XMLPost.XMLPostException
This exception will be thrown if there is a failure executing
XMLPost for any reason. |
|
Method Summary |
void |
doIt(java.lang.String[] args)
This method kicks off the XML Post process. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_sPropertyFileNameFilter
public static final java.lang.String m_sPropertyFileNameFilter
- See Also:
- Constant Field Values
m_sPropertyUrl
public static final java.lang.String m_sPropertyUrl
- See Also:
- Constant Field Values
m_sPropertyTimeout
public static final java.lang.String m_sPropertyTimeout
- See Also:
- Constant Field Values
m_sPropertyProxyHost
public static final java.lang.String m_sPropertyProxyHost
- See Also:
- Constant Field Values
m_sPropertyProxyPort
public static final java.lang.String m_sPropertyProxyPort
- See Also:
- Constant Field Values
m_sPropertyArgumentCount
public static final java.lang.String m_sPropertyArgumentCount
- See Also:
- Constant Field Values
m_sPropertyArgumentNamePrefix
public static final java.lang.String m_sPropertyArgumentNamePrefix
- See Also:
- Constant Field Values
m_sPropertyArgumentValuePrefix
public static final java.lang.String m_sPropertyArgumentValuePrefix
- See Also:
- Constant Field Values
m_sPropertySuccess
public static final java.lang.String m_sPropertySuccess
- See Also:
- Constant Field Values
m_sPropertyFailure
public static final java.lang.String m_sPropertyFailure
- See Also:
- Constant Field Values
m_sPropertyLogFile
public static final java.lang.String m_sPropertyLogFile
- See Also:
- Constant Field Values
m_sPropertyDeleteFile
public static final java.lang.String m_sPropertyDeleteFile
- See Also:
- Constant Field Values
m_sDefaultContentType
public static final java.lang.String m_sDefaultContentType
- See Also:
- Constant Field Values
m_sYes
public static final java.lang.String m_sYes
- See Also:
- Constant Field Values
XMLPost
public XMLPost()
doIt
public void doIt(java.lang.String[] args)
throws XMLPost.XMLPostException
- This method kicks off the XML Post process. It can be called programmatically after
calling the default constructor, or it can be called using
XMLPostMain.
All of the input parameters are passed in as args into this method. The parameters
are described in detail in the PDF documentation.
- Throws:
XMLPost.XMLPostException - on failure
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.