|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Processor | |
---|---|
ca.uhn.hl7v2.protocol | |
ca.uhn.hl7v2.protocol.impl |
Uses of Processor in ca.uhn.hl7v2.protocol |
---|
Methods in ca.uhn.hl7v2.protocol that return Processor | |
---|---|
Processor |
Initiator.getUnderlyingProcessor()
|
Uses of Processor in ca.uhn.hl7v2.protocol.impl |
---|
Classes in ca.uhn.hl7v2.protocol.impl that implement Processor | |
---|---|
class |
ProcessorImpl
A default implementation of Processor . |
Methods in ca.uhn.hl7v2.protocol.impl that return Processor | |
---|---|
Processor |
HL7Server.accept(java.lang.String theAddress)
Accepts a single inbound connection if the same ServerSocket is used for all message exchanges, or a connection from each if two ServerSockets are being used. |
Processor[] |
HL7Server.getProcessors()
|
Processor |
InitiatorImpl.getUnderlyingProcessor()
|
Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type Processor | |
---|---|
InitiatorImpl(Parser theParser,
Processor theProcessor)
Creates an instance that uses the given Parser |
|
InitiatorImpl(Processor theProcessor)
Creates an instance that uses a GenericParser |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |