|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Envelope in com.americancoders.edi |
| Fields in com.americancoders.edi declared as Envelope | |
protected Envelope |
EDIXMLParser.envelope
|
protected Envelope |
Envelope.response
response envelope if this is outgoing then it's the receiver response if it's not outgoing then it is response to this incoming envelope |
protected Envelope |
FixedLengthParser.envelope
|
protected Envelope |
ValidXMLEDIParser.parsedEnvelope
envelope |
| Methods in com.americancoders.edi that return Envelope | |
Envelope |
EDIXMLParser.getEnvelope()
returns the Envelope that was parsed |
Envelope |
Envelope.getResponse()
gets the response attribute |
static Envelope |
Envelope.processEDIEnvelope(java.io.InputStream inStream)
|
Envelope |
FixedLengthParser.getEnvelope()
returns the Envelope that was parsed |
Envelope |
ValidXMLEDIParser.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi with parameters of type Envelope | |
void |
EDIDocumentHandler.startEnvelope(Envelope inEnv)
called when an Envelope object is created |
void |
EDIDocumentHandler.endEnvelope(Envelope inEnv)
called when an Evelope is finished |
void |
EDIDocumentParser.notifyStartEnvelope(Envelope inEnv)
method to notifiy handlers when an envelope was just created |
void |
EDIDocumentParser.notifyEndEnvelope(Envelope inEnv)
method to notifiy handlers when processing of an envelope is complete |
void |
Envelope.setResponse(Envelope inResponse)
sets the respons attribute |
| Uses of Envelope in com.americancoders.edi.ach |
| Subclasses of Envelope in com.americancoders.edi.ach | |
class |
ACHEnvelope
|
| Uses of Envelope in com.americancoders.edi.EDIFact |
| Subclasses of Envelope in com.americancoders.edi.EDIFact | |
class |
EDIFactEnvelope
class for wrapping a EDI transaction set within an EDI Envelope |
| Methods in com.americancoders.edi.EDIFact that return Envelope | |
Envelope |
EDIFactDocumentHandler.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi.EDIFact with parameters of type Envelope | |
void |
EDIFactDocumentHandler.startEnvelope(Envelope inEnv)
called when an Envelope object is created |
void |
EDIFactDocumentHandler.endEnvelope(Envelope inEnv)
called when an Evelope is finished |
| Uses of Envelope in com.americancoders.edi.TRADACOMS |
| Subclasses of Envelope in com.americancoders.edi.TRADACOMS | |
class |
TradacomsEnvelope
class for wrapping a EDI transaction set within an EDI Envelope |
| Methods in com.americancoders.edi.TRADACOMS that return Envelope | |
Envelope |
TradacomsDocumentHandler.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi.TRADACOMS with parameters of type Envelope | |
void |
TradacomsDocumentHandler.startEnvelope(Envelope inEnv)
called when an Envelope object is created |
void |
TradacomsDocumentHandler.endEnvelope(Envelope inEnv)
called when an Evelope is finished |
| Uses of Envelope in com.americancoders.edi.x12 |
| Subclasses of Envelope in com.americancoders.edi.x12 | |
class |
X12Envelope
class for wrapping a X12 EDI transaction set within an EDI Envelope |
| Methods in com.americancoders.edi.x12 that return Envelope | |
Envelope |
X12DocumentHandler.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi.x12 with parameters of type Envelope | |
void |
X12DocumentHandler.startEnvelope(Envelope inEnv)
called when an Envelope object is created |
void |
X12DocumentHandler.endEnvelope(Envelope inEnv)
called when an Evelope is finished |
| Uses of Envelope in com.americancoders.GUI |
| Methods in com.americancoders.GUI with parameters of type Envelope | |
void |
OBOEditor.showEnvTree(Envelope inEnv,
java.lang.Object inObject)
shows the envelope structure |
| Uses of Envelope in com.americancoders.samples |
| Methods in com.americancoders.samples with parameters of type Envelope | |
void |
SampleEDIFactDocumentHandler.startEnvelope(Envelope inEnv)
do nothing when an envelope is started |
void |
SampleEDIFactDocumentHandler.endEnvelope(Envelope inEnv)
do nothing when an envelope is ended |
void |
SampleEDIFactDocumentHandlerAndViewer.startEnvelope(Envelope inEnv)
do nothing when an envelope is started |
void |
SampleEDIFactDocumentHandlerAndViewer.endEnvelope(Envelope inEnv)
do nothing when an envelope is ended |
void |
SampleX12DocumentHandler.startEnvelope(Envelope inEnv)
do nothing when an envelope is started |
void |
SampleX12DocumentHandler.endEnvelope(Envelope inEnv)
do nothing when an envelope is ended |
void |
SampleX12DocumentHandlerAndViewer.startEnvelope(Envelope inEnv)
do nothing when an envelope is started |
void |
SampleX12DocumentHandlerAndViewer.endEnvelope(Envelope inEnv)
do nothing when an envelope is ended |
void |
X12DocumentHandlerXMLBuilder.startEnvelope(Envelope inEnv)
called when an Envelope object is created |
void |
X12DocumentHandlerXMLBuilder.endEnvelope(Envelope inEnv)
called when an Evelope is finished |
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||