Uses of Class
com.wm.app.tn.doc.BizDocTypeException

Packages that use BizDocTypeException
com.wm.app.tn.doc   
 

Uses of BizDocTypeException in com.wm.app.tn.doc
 

Subclasses of BizDocTypeException in com.wm.app.tn.doc
 class CorruptDocException
          A special kind of type exception which indicates that a corrupt document has been encountered.
 class CorruptXMLException
          A special kind of type exception which indicates that corrupt XML has been encountered.
 

Methods in com.wm.app.tn.doc that throw BizDocTypeException
 BizDocEnvelope XMLDocType.createEnvelope(com.wm.data.IData in)
          Factory method for creating a new BizDocEnvelope for a document of this type.
 BizDocEnvelope UnknownDocType.createEnvelope(com.wm.data.IData in)
           
 BizDocEnvelope TestDocType.createEnvelope(com.wm.data.IData in)
           
 BizDocEnvelope MissingDocType.createEnvelope(com.wm.data.IData in)
           
 BizDocEnvelope FFDocType.createEnvelope(com.wm.data.IData in)
          Creates a BizDocEnvelope for a flat file document and initializes it from the pipeline in.
abstract  BizDocEnvelope BizDocType.createEnvelope(com.wm.data.IData in)
          Factory method for creating new BizDocs of this type.
 com.wm.data.IData XMLDocType.createPipeline(BizDocEnvelope bizdoc)
          Factory method for creating a pipeline from the given BizDoc.
 com.wm.data.IData UnknownDocType.createPipeline(BizDocEnvelope bizdoc)
          Factory method for creating a pipeline from the given BizDoc.
 com.wm.data.IData TestDocType.createPipeline(BizDocEnvelope bizdoc)
           
 com.wm.data.IData RecordDocType.createPipeline(BizDocEnvelope bizdoc)
          Factory method for creating a pipeline from the given BizDoc.
 com.wm.data.IData MissingDocType.createPipeline(BizDocEnvelope bd)
           
 com.wm.data.IData FFDocType.createPipeline(BizDocEnvelope bizdoc)
           
abstract  com.wm.data.IData BizDocType.createPipeline(BizDocEnvelope bizdoc)
          Factory method for creating a pipeline from the given BizDoc.
static byte[] XMLDocType.getDocumentContent(com.wm.data.IData in)
          Used to determine if a pipeline contains an XML document and then turns it into a byte array.
static byte[] FFDocType.getDocumentContent(com.wm.data.IData in, BizDocEnvelope env)
          Get the content bytes from input pipeline.
static java.lang.String XMLDocType.getDocumentEncoding(com.wm.data.IData in)
           
 boolean XMLDocType.recognize(com.wm.data.IData in)
          Determines if the XML document in the pipeline is of this XMLDocType (eg, cXML_Order_Request).
 boolean TestDocType.recognize(com.wm.data.IData in)
           
 java.util.Vector BizDocTypeReg.recognize(com.wm.data.IData in)
          Tries to determine the type(s) of the inputted document based upon the existing lists of BizDocType(s).
abstract  boolean BizDocType.recognize(com.wm.data.IData in)
          Abstract method for determining if the data in IData is a particular document type.
 java.lang.String[] BizDocTypeReg.recognizeAll(com.wm.data.IData in)
          Returns a list of all matching document types
 BizDocEnvelope BizDocTypeReg.recognizeAndCreate(com.wm.data.IData in)
          Tries to determine the type of the inputted document based upon the existing lists of biz document types and returns a new BizDocEnvelope.
static com.wm.data.IData FFDocType.s_createPipeline(BizDocEnvelope bizdoc)
          Creates a pipeline from a BizDocEnvelope.
 void XMLDocType.setAttributeQuery(BizDocAttribute attr, java.lang.String qry)
           
 void XMLDocType.setEnvelopeQuery(java.lang.String attr, boolean required, java.lang.String qry, int xFn, java.lang.String[] args)
          Sets a query to determine a particular envelope attribute.
 void XMLDocType.setEnvelopeQuery(java.lang.String attr, boolean required, java.lang.String qry, int xFn, java.lang.String[] args, int preFn, java.lang.String[] preFnArgs)
          Sets a query to determine a particular envelope attribute.
 void XMLDocType.setEnvelopeQuery(java.lang.String attr, java.lang.String qry, int xFn, java.lang.String[] args)
          Sets a query to determine a particular envelope attribute.
 void XMLDocType.setIdentifyingQueries(java.lang.String[] queries)
          Set queries used to identify docs of this type
 void XMLDocType.setIdentifyingQueries(java.lang.String[] queries, java.lang.String[] results)
          Set queries used to identify docs of this type, and the values to which they must evaluate
 void XMLDocType.setSignatureQueries(java.lang.String q_sig, java.lang.String q_bod)
          Sets the queries for signature and signed body
 void FFDocType.setSystemAttribute(BizDocAttributeTransform bdat)
          Sets a system attribute and its attribute transformer.