Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.state
Class JAXBStateHandlerImpl

java.lang.Object
  extended by com.stc.connector.tcpip.model.state.JAXBStateHandlerImpl
All Implemented Interfaces:
StateHandler

public class JAXBStateHandlerImpl
extends java.lang.Object
implements StateHandler

It is a Persistent StateHandler implementation. Points to XML JAXB.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2005/09/03 06:33:21 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Constructor Summary
JAXBStateHandlerImpl()
          Constructor for JAXBStateHandlerImpl.
 
Method Summary
 State getState()
          Returns the State.
 void setState(State state)
          Sets the State.
 
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

JAXBStateHandlerImpl

public JAXBStateHandlerImpl()
Constructor for JAXBStateHandlerImpl.

Method Detail

getState

public State getState()
               throws java.lang.Exception
Description copied from interface: StateHandler
Returns the State.

Specified by:
getState in interface StateHandler
Returns:
State
Throws:
java.lang.Exception - on error
See Also:
StateHandler.getState()

setState

public void setState(State state)
              throws java.lang.Exception
Description copied from interface: StateHandler
Sets the State.

Specified by:
setState in interface StateHandler
Parameters:
state - to set
Throws:
java.lang.Exception - on error
See Also:
StateHandler.setState(State)

Sun Adapter for TCP/IP HL7