org.codehaus.wadi.servicespace.basic
Class TransformEnvelopeInterceptor

java.lang.Object
  extended by org.codehaus.wadi.group.NoOpEnvelopeInterceptor
      extended by org.codehaus.wadi.servicespace.basic.TransformEnvelopeInterceptor
All Implemented Interfaces:
EnvelopeInterceptor

public class TransformEnvelopeInterceptor
extends NoOpEnvelopeInterceptor

Version:
$Revision: 1538 $

Constructor Summary
TransformEnvelopeInterceptor(ServiceSpaceEnvelopeHelper envelopeHelper)
           
 
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
 

Constructor Detail

TransformEnvelopeInterceptor

public TransformEnvelopeInterceptor(ServiceSpaceEnvelopeHelper envelopeHelper)
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 © 2010. All Rights Reserved.