|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Envelope | |
| com.americancoders.edi | |
| com.americancoders.edi.ach | |
| com.americancoders.edi.EDIFact | |
| com.americancoders.edi.TRADACOMS | |
| com.americancoders.edi.x12 | |
| com.americancoders.samples | |
| Uses of Envelope in com.americancoders.edi |
| Fields in com.americancoders.edi declared as Envelope | |
protected com.americancoders.edi.Envelope |
EDIXMLParser.envelope
|
protected com.americancoders.edi.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 com.americancoders.edi.Envelope |
FixedLengthParser.envelope
|
protected com.americancoders.edi.Envelope |
ValidXMLEDIParser.parsedEnvelope
envelope |
| Methods in com.americancoders.edi that return Envelope | |
com.americancoders.edi.Envelope |
EDIXMLParser.getEnvelope()
returns the Envelope that was parsed |
com.americancoders.edi.Envelope |
Envelope.getResponse()
gets the response attribute |
static com.americancoders.edi.Envelope |
Envelope.processEDIEnvelope(java.io.InputStream inStream)
|
com.americancoders.edi.Envelope |
FixedLengthParser.getEnvelope()
returns the Envelope that was parsed |
com.americancoders.edi.Envelope |
ValidXMLEDIParser.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi with parameters of type Envelope | |
void |
EDIDocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Envelope object is created |
void |
EDIDocumentHandler.endEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Evelope is finished |
void |
EDIDocumentParser.notifyStartEnvelope(com.americancoders.edi.Envelope inEnv)
method to notifiy handlers when an envelope was just created |
void |
EDIDocumentParser.notifyEndEnvelope(com.americancoders.edi.Envelope inEnv)
method to notifiy handlers when processing of an envelope is complete |
void |
Envelope.setResponse(com.americancoders.edi.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 | |
com.americancoders.edi.Envelope |
EDIFactDocumentHandler.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi.EDIFact with parameters of type Envelope | |
void |
EDIFactDocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Envelope object is created |
void |
EDIFactDocumentHandler.endEnvelope(com.americancoders.edi.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 | |
com.americancoders.edi.Envelope |
TradacomsDocumentHandler.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi.TRADACOMS with parameters of type Envelope | |
void |
TradacomsDocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Envelope object is created |
void |
TradacomsDocumentHandler.endEnvelope(com.americancoders.edi.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 | |
com.americancoders.edi.Envelope |
LargeDocumentGenerator.endEnvelope()
|
com.americancoders.edi.Envelope |
X12DocumentHandler.getEnvelope()
returns the envelope that was parsed |
| Methods in com.americancoders.edi.x12 with parameters of type Envelope | |
void |
LargeDocumentHandler.endEnvelope(com.americancoders.edi.Envelope inEnv)
|
void |
LargeDocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
|
void |
X12DocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Envelope object is created |
void |
X12DocumentHandler.endEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Evelope is finished |
| Uses of Envelope in com.americancoders.samples |
| Methods in com.americancoders.samples with parameters of type Envelope | |
void |
SampleEDIFactDocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is started |
void |
SampleEDIFactDocumentHandler.endEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is ended |
void |
SampleEDIFactDocumentHandlerAndViewer.startEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is started |
void |
SampleEDIFactDocumentHandlerAndViewer.endEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is ended |
void |
SampleX12DocumentHandler.startEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is started |
void |
SampleX12DocumentHandler.endEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is ended |
void |
SampleX12DocumentHandlerAndViewer.startEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is started |
void |
SampleX12DocumentHandlerAndViewer.endEnvelope(com.americancoders.edi.Envelope inEnv)
do nothing when an envelope is ended |
void |
X12DocumentHandlerXMLBuilder.startEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Envelope object is created |
void |
X12DocumentHandlerXMLBuilder.endEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Evelope is finished |
|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||