org.codehaus.wadi.group.impl
Class EnvelopeLogger

java.lang.Object
  extended by org.codehaus.wadi.group.NoOpEnvelopeInterceptor
      extended by org.codehaus.wadi.group.impl.EnvelopeLogger
All Implemented Interfaces:
EnvelopeInterceptor

public class EnvelopeLogger
extends NoOpEnvelopeInterceptor

Version:
$Revision: 1538 $

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
EnvelopeLogger()
           
 
Method Summary
 Envelope onInboundEnvelope(Envelope envelope)
           
 Envelope onOutboundEnvelope(Envelope envelope)
           
 
Methods inherited from class org.codehaus.wadi.group.NoOpEnvelopeInterceptor
registerLoopbackEnvelopeListener, unregisterLoopbackEnvelopeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

EnvelopeLogger

public EnvelopeLogger()
Method Detail

onInboundEnvelope

public Envelope onInboundEnvelope(Envelope envelope)
                           throws MessageExchangeException
Specified by:
onInboundEnvelope in interface EnvelopeInterceptor
Overrides:
onInboundEnvelope in class NoOpEnvelopeInterceptor
Throws:
MessageExchangeException

onOutboundEnvelope

public Envelope onOutboundEnvelope(Envelope envelope)
                            throws MessageExchangeException
Specified by:
onOutboundEnvelope in interface EnvelopeInterceptor
Overrides:
onOutboundEnvelope in class NoOpEnvelopeInterceptor
Throws:
MessageExchangeException


Copyright © 2011. All Rights Reserved.