public interface CstaNetworkLayer
Modifier and Type | Method and Description |
---|---|
boolean |
disconnectOSV()
disconnectOSV interface for transports
|
boolean |
init(CstaLink parser)
Initialize the underlying network connection.
|
java.lang.StringBuffer |
Send(java.lang.StringBuffer cstaXml)
Send interface for transports
|
void |
SendOneWay(java.lang.StringBuffer cstaXml)
Send interface for transports, does not wait for a response
|
void |
setLinkListener(CstaSystem linkListener) |
boolean init(CstaLink parser) throws CstaException
parser
- CstaException
boolean disconnectOSV()
java.lang.StringBuffer Send(java.lang.StringBuffer cstaXml) throws CstaException
cstaXml
- CstaException
void SendOneWay(java.lang.StringBuffer cstaXml) throws CstaException
cstaXml
- CstaException
void setLinkListener(CstaSystem linkListener)