|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.tcpip.model.webservice.TCPIPWSMessage
public class TCPIPWSMessage
This class represents the input/output message for TCP/IP web services.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
protected |
TCPIPWSMessage()
Default Constructor. |
|
TCPIPWSMessage(java.lang.String messageType)
Constructor. |
| Method Summary | |
|---|---|
boolean |
getAutoClose()
Returns the autoClose. |
boolean |
getAutoReconnect()
Returns the autoReconnect. |
byte[] |
getBytes()
Returns the bytes. |
java.lang.Object |
getClientApplication()
Returns the clientApplication. |
java.lang.String |
getEncoding()
Returns the encoding. |
java.lang.Object |
getServerApplication()
Returns the serverApplication. |
java.lang.String |
getString()
Returns the string. |
boolean |
isAutoClose()
Returns the autoClose. |
boolean |
isAutoReconnect()
Returns the autoReconnect. |
boolean |
isClientMessageType()
Method isClientMessageType. |
boolean |
isClosed()
Method isClosed. |
boolean |
isServerMessageType()
Method isServerMessageType. |
void |
setAutoClose(boolean autoClose)
Sets the autoClose. |
void |
setAutoReconnect(boolean autoReconnect)
Sets the autoReconnect. |
void |
setBytes(byte[] bytes)
Sets the bytes. |
void |
setClientApplication(java.lang.Object clientApplication)
Sets the clientApplication. |
void |
setEncoding(java.lang.String encoding)
Sets the encoding. |
void |
setServerApplication(java.lang.Object serverApplication)
Sets the serverApplication. |
void |
setString(java.lang.String string)
Sets the string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
protected TCPIPWSMessage()
public TCPIPWSMessage(java.lang.String messageType)
throws TCPIPWSException
messageType - TCPIPWSContainer.TCPIP_CLIENT_PORT_TYPE or TCPIPWSContainer.TCPIP_SERVER_PORT_TYPE
TCPIPWSException - on error| Method Detail |
|---|
public boolean isAutoClose()
public boolean getAutoClose()
public byte[] getBytes()
public java.lang.String getEncoding()
public java.lang.String getString()
public void setAutoClose(boolean autoClose)
autoClose - The autoClose to setpublic void setBytes(byte[] bytes)
bytes - The bytes to setpublic void setEncoding(java.lang.String encoding)
encoding - The encoding to setpublic void setString(java.lang.String string)
string - The string to setpublic boolean isAutoReconnect()
public boolean getAutoReconnect()
public void setAutoReconnect(boolean autoReconnect)
autoReconnect - The autoReconnect to setpublic boolean isServerMessageType()
public boolean isClientMessageType()
public java.lang.Object getClientApplication()
public java.lang.Object getServerApplication()
public void setClientApplication(java.lang.Object clientApplication)
throws TCPIPWSException
clientApplication - The clientApplication to set
TCPIPWSException - on error
public void setServerApplication(java.lang.Object serverApplication)
throws TCPIPWSException
serverApplication - The serverApplication to set
TCPIPWSException - on errorpublic boolean isClosed()
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||