Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.hl7.webservice
Class HL7WSServerApplicationImpl

java.lang.Object
  extended by com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
      extended by com.stc.connector.tcpip.hl7.webservice.HL7WSClientApplicationImpl
          extended by com.stc.connector.tcpip.hl7.webservice.HL7WSServerApplicationImpl

public class HL7WSServerApplicationImpl
extends HL7WSClientApplicationImpl

This class implements the HL7 server web-services operations.

Version:
cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2005/09/03 06:28:42 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Fields inherited from class com.stc.connector.tcpip.hl7.webservice.HL7WSClientApplicationImpl
hl7AppMessage
 
Fields inherited from class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
application, message
 
Constructor Summary
HL7WSServerApplicationImpl()
          Default constructor.
 
Method Summary
 java.lang.Object acceptConnection(java.lang.Object container)
           
protected  java.lang.Object commonComein(java.lang.Object container)
          Method commonReturn.
protected  java.lang.Object commonReturn(java.lang.Object container)
          Method commonReturn.
 
Methods inherited from class com.stc.connector.tcpip.hl7.webservice.HL7WSClientApplicationImpl
generateAcceptAckMessage, generateCannedNakMessage, generateErrorAckMessage, generateRejectAckMessage, loadSequenceNumber, receive, send, storeSequenceNumber
 
Methods inherited from class com.stc.connector.tcpip.model.webservice.TCPIPWSClientApplicationImpl
closeConnection, commonFault, receiveBytes, receiveString, requestConnection, sendBytes, sendString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Constructor Detail

HL7WSServerApplicationImpl

public HL7WSServerApplicationImpl()
Default constructor.

Method Detail

acceptConnection

public java.lang.Object acceptConnection(java.lang.Object container)
                                  throws TCPIPWSException
Parameters:
container -
Returns:
Throws:
TCPIPWSException

commonComein

protected java.lang.Object commonComein(java.lang.Object container)
                                 throws HL7WSException
Description copied from class: TCPIPWSClientApplicationImpl
Method commonReturn.

Overrides:
commonComein in class HL7WSClientApplicationImpl
Parameters:
container - the container object
Returns:
Object
Throws:
HL7WSException
See Also:
TCPIPWSClientApplicationImpl.commonComein(java.lang.Object)

commonReturn

protected java.lang.Object commonReturn(java.lang.Object container)
                                 throws TCPIPWSException
Description copied from class: TCPIPWSClientApplicationImpl
Method commonReturn.

Overrides:
commonReturn in class TCPIPWSClientApplicationImpl
Parameters:
container - the container object
Returns:
Object
Throws:
TCPIPWSException - on error
See Also:
TCPIPWSClientApplicationImpl.commonReturn(java.lang.Object)

Sun Adapter for TCP/IP HL7