|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static interface |
TibcoRV.Callback
|
Method Summary | |
long |
sendAEMessage(com.tibco.tibrv.TibrvMsg data,
String sendSubject,
double timeout)
sendAEMessage is used to send an AE Message via RVDTransport |
long |
sendAEMessageAsString(String data,
String fieldName,
String subject,
double timeout)
sendAEMessageAString is used to send an AE string Message via RVDTransport |
long |
sendAEMessageAsXML(com.bea.xml.XmlObject data,
String fieldName,
String subject,
double timeout)
sendAEMessageAsXML is used to send an AE XML Message via RVDTransport |
long |
sendMessage(com.tibco.tibrv.TibrvMsg msg,
String subject,
double timeout)
sendMessage is used to send the message via RVDTransport or CMTransport |
long |
sendMessageAsString(String msg,
String fieldName,
String subject,
double timeout)
sendMessageAsString is used to send a string message via RVDTransport or CMTransport |
long |
sendMessageAsXML(com.bea.xml.XmlObject msg,
String fieldName,
String subject,
double timeout)
sendMessageAsXML is used to send an XML message via RVDTransport or CMTransport |
long |
sendReply(com.tibco.tibrv.TibrvMsg replyMsg,
com.tibco.tibrv.TibrvMsg sendMsg,
double timeout)
sendReply is used to send a reply via RVDTransport or CMTransport |
long |
sendReplyAsString(com.tibco.tibrv.TibrvMsg replyMsg,
String sendMsg,
String fieldName,
double timeout)
sendReplyAsString is used to send a string reply via RVDTransport or CMTransport |
long |
sendReplyAsXML(com.tibco.tibrv.TibrvMsg replyMsg,
com.bea.xml.XmlObject sendMsg,
String fieldName,
double timeout)
sendReplyAsXML is used to send an XML reply via RVDTransport or CMTransport |
com.tibco.tibrv.TibrvMsg |
sendRequest(com.tibco.tibrv.TibrvMsg msg,
String sendSubject,
double timeout)
sendRequest is used to send the message via RVDTransport or CMTransport |
com.tibco.tibrv.TibrvMsg |
sendRequestAsString(String msg,
String fieldName,
String sendSubject,
double timeout)
sendRequestAsString is used to send a string message via RVDTransport or CMTransport |
com.tibco.tibrv.TibrvMsg |
sendRequestAsXML(com.bea.xml.XmlObject msg,
String fieldName,
String sendSubject,
double timeout)
sendRequestAsXML is used to send an XML message via RVDTransport or CMTransport |
void |
setStringEncoding(String encoding)
setStringEncoding sets the character encoding for converting between Java Unicode strings and wire format strings. |
void |
setXMLProperties(com.bea.wli.control.tibRVControlDynamicProperties.TibRVDynamicPropertiesDocument doc)
setXMLProperties is used to set control properties dynamically |
Method Detail |
public long sendMessage(com.tibco.tibrv.TibrvMsg msg, String subject, double timeout)
msg
- the message that needs to be sentsubject
- the subject of the message
ControlException
- if any exception occurs while sending a messagepublic long sendMessageAsString(String msg, String fieldName, String subject, double timeout)
msg
- the string message that needs to be sentfieldName
- the name of the TibRV field used to send the payloadsubject
- the subject of the message
ControlException
- if any exception occurs while sending a messagepublic long sendMessageAsXML(com.bea.xml.XmlObject msg, String fieldName, String subject, double timeout)
msg
- the XML message that needs to be sentfieldName
- the name of the TibRV field used to send the payloadsubject
- the subject of the message
ControlException
- if any exception occurs while sending a messagepublic com.tibco.tibrv.TibrvMsg sendRequest(com.tibco.tibrv.TibrvMsg msg, String sendSubject, double timeout)
msg
- the string message that needs to be sentsendSubject
- the send subject of the messagetimeout
- time to wait for the reply
ControlException
- if any exception occurs while sending a messagepublic com.tibco.tibrv.TibrvMsg sendRequestAsString(String msg, String fieldName, String sendSubject, double timeout)
msg
- the string message that needs to be sentfieldName
- the name of the TibRV field used to send the payloadsendSubject
- the send subject of the messagetimeout
- time to wait for the reply
ControlException
- if any exception occurs while sending a messagepublic long sendReply(com.tibco.tibrv.TibrvMsg replyMsg, com.tibco.tibrv.TibrvMsg sendMsg, double timeout)
replyMsg
- the reply messagesendMsg
- the request message
ControlException
- if any exception occurs while sending a messagepublic long sendReplyAsString(com.tibco.tibrv.TibrvMsg replyMsg, String sendMsg, String fieldName, double timeout)
replyMsg
- the reply messagesendMsg
- the request messagefieldName
- the name of the TibRV field used to send the payload
ControlException
- if any exception occurs while sending a messagepublic long sendReplyAsXML(com.tibco.tibrv.TibrvMsg replyMsg, com.bea.xml.XmlObject sendMsg, String fieldName, double timeout)
replyMsg
- the reply messagesendMsg
- the request messagefieldName
- the name of the TibRV field used to send the payload
ControlException
- if any exception occurs while sending a messagepublic long sendAEMessage(com.tibco.tibrv.TibrvMsg data, String sendSubject, double timeout)
data
- the reply message
ControlException
- if any exception occurs while sending a messagepublic long sendAEMessageAsString(String data, String fieldName, String subject, double timeout)
data
- the string message datafieldName
- the name of the TibRV field used to send the payload
ControlException
- if any exception occurs while sending a messagepublic long sendAEMessageAsXML(com.bea.xml.XmlObject data, String fieldName, String subject, double timeout)
data
- the XML message datafieldName
- the name of the TibRV field used to send the payload
ControlException
- if any exception occurs while sending a messagepublic void setXMLProperties(com.bea.wli.control.tibRVControlDynamicProperties.TibRVDynamicPropertiesDocument doc) throws IllegalArgumentException
doc
- the XML properties document
ControlException
- if any exception occurs while sending a message
IllegalArgumentException
public void setStringEncoding(String encoding) throws UnsupportedEncodingException
encoding
- character set for encoding
UnsupportedEncodingException
public com.tibco.tibrv.TibrvMsg sendRequestAsXML(com.bea.xml.XmlObject msg, String fieldName, String sendSubject, double timeout)
msg
- the XML message that needs to be sentfieldName
- the name of the TibRV field used to send the payloadsendSubject
- the send subject of the messagetimeout
- time to wait for the reply
ControlException
- if any exception occurs while sending a message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |