|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.eip.patterns.AbstractPattern
org.ow2.petals.se.eip.patterns.WireTap
public class WireTap
Before sending the Exchange to the Service provider (or consumer for the
response), Copy the In or OUT message and send it to a "monitoring service".
The message sent to the monitoring service is InOnly
| Field Summary | |
|---|---|
static java.lang.String |
REQUEST_ON_RESPONSE_WAY
|
static java.lang.String |
REQUEST_RESPONSE_WAY
|
static java.lang.String |
REQUEST_WAY
|
static java.lang.String |
RESPONSE_WAY
|
static java.lang.String |
WIRE_TAP_NAMESPACE
|
| Fields inherited from class org.ow2.petals.se.eip.patterns.AbstractPattern |
|---|
logger |
| Constructor Summary | |
|---|---|
WireTap()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the pattern name. |
java.lang.String |
getNameSpace()
Get the pattern namespace. |
void |
init()
Initialize the pattern |
boolean |
process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
Process the message. |
boolean |
processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
Process the async message. |
boolean |
validateMEP(java.net.URI mep)
Validate the MEP for the pattern. |
| Methods inherited from class org.ow2.petals.se.eip.patterns.AbstractPattern |
|---|
isAttachmentMode, isExceptionRobust, isFaultRobust, isFaultToException, logSend, processAsyncPattern, processExpiredAsync, processPattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WIRE_TAP_NAMESPACE
public static final java.lang.String REQUEST_WAY
public static final java.lang.String RESPONSE_WAY
public static final java.lang.String REQUEST_RESPONSE_WAY
public static final java.lang.String REQUEST_ON_RESPONSE_WAY
| Constructor Detail |
|---|
public WireTap()
| Method Detail |
|---|
public java.lang.String getName()
Pattern
public java.lang.String getNameSpace()
AbstractPattern
getNameSpace in class AbstractPatternpublic void init()
Pattern
public boolean process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
AbstractPattern
process in class AbstractPattern
public boolean processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
AbstractPattern
processAsync in class AbstractPatternpublic boolean validateMEP(java.net.URI mep)
AbstractPattern
validateMEP in class AbstractPatternmep - the mep of the incoming message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||