|
webMethods Broker API for JMS Version 9.5.1.0.171 091713 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.jms.marshal.WmBrokerEventWrapper
public abstract class WmBrokerEventWrapper
A wrapper around a BrokerEvent used by the outbound marshalling method.
It allows the destination to be set for events that are to be delivered to a specific Broker client.
WmMarshalOut
Constructor Summary | |
---|---|
WmBrokerEventWrapper()
|
Method Summary | |
---|---|
static WmBrokerEventWrapper |
create(java.lang.Object brokerEvent)
Create a wrapper for a BrokerEvent |
abstract java.lang.String |
getDestinationId()
Get the current destination for the event. |
abstract void |
setDestinationId(java.lang.String destId)
Set the destination for delivery of the wrapped event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WmBrokerEventWrapper()
Method Detail |
---|
public static WmBrokerEventWrapper create(java.lang.Object brokerEvent) throws java.lang.Exception
brokerEvent
- the event that is to be wrapped
java.lang.Exception
- if Broker Java API classes are not foundpublic abstract void setDestinationId(java.lang.String destId)
destId
- name of the Broker client to deliver the event topublic abstract java.lang.String getDestinationId()
|
webMethods Broker API for JMS Version 9.5.1.0.171 091713 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |