|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.bootstrap.JavaReceiverBootstrap
public class JavaReceiverBootstrap
JavaReceiverBootstrap
is used to call the xBus directly from
another Java application. It receives a request via a call of its
receive
method.
Constructor Summary | |
---|---|
JavaReceiverBootstrap()
|
Method Summary | |
---|---|
static java.lang.Object |
receive(java.lang.String system,
java.lang.Object request)
Receives a request, processes the message as configured in standard.conf and returns a response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaReceiverBootstrap()
Method Detail |
---|
public static java.lang.Object receive(java.lang.String system, java.lang.Object request) throws XException
standard.conf
and returns a response.
system
- name of the system as configured in
standard.conf
request
- the message that shall be processed by the xBus
XException
- if the request cannot be processed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |