|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.technical.http.HTTPSender
net.sf.xbus.technical.http.HTTPByteArrayListSender
public class HTTPByteArrayListSender
The HTTPByteArrayListSender sends a ByteArrayList in the form
of a String to an URL.
| Constructor Summary | |
|---|---|
HTTPByteArrayListSender(XBUSSystem destination)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.lang.String function,
java.lang.Object callData)
Sends the callData to the system. |
java.lang.String |
getType()
A Sender can send data either as a String
or as an Object to the neighboring system. |
| Methods inherited from class net.sf.xbus.technical.http.HTTPSender |
|---|
execute, initialize, sendMessage, setRequestHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPByteArrayListSender(XBUSSystem destination)
HTTPSender.HTTPSender(XBUSSystem)| Method Detail |
|---|
public java.lang.Object execute(java.lang.String function,
java.lang.Object callData)
throws XException
callData to the system. function
is ignored.
execute in interface ObjectSenderfunction - used by some senderscallData - the data that shall be send to the neighbor system
XException - if something goes wrongpublic java.lang.String getType()
SenderSender can send data either as a String
or as an Object to the neighboring system.Strings the Sender must fulfill two
preconditions:
getType returns Constants.TYPE_TEXTTextSenderObjects the Sender must also fulfill two
preconditions:
getType returns Constants.TYPE_OBJECTObjectSender
getType in interface SendergetType in class HTTPSenderSender.getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||