|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.services.jbpm.cmd.MessageFacade
public abstract class MessageFacade
Constructor Summary | |
---|---|
MessageFacade()
|
Method Summary | |
---|---|
static MessageFacade |
getFacade(ConfigTree config)
|
abstract Constants.OpCode |
getOpCode()
Obtain the operation code that this preprocessor will force into the command message |
abstract void |
setJBPMContextParameters(Message request)
Some message values are fixed at action configuration time (from the jboss-esb.xml). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageFacade()
Method Detail |
---|
public abstract Constants.OpCode getOpCode()
public abstract void setJBPMContextParameters(Message request)
request
- Message - Into which the static values will be addedpublic static MessageFacade getFacade(ConfigTree config) throws ConfigurationException, java.lang.UnsupportedOperationException
ConfigurationException
java.lang.UnsupportedOperationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |