org.apache.cxf.ws.rm
Class RMOutInterceptor

java.lang.Object
  extended by org.apache.cxf.ws.rm.AbstractRMInterceptor
      extended by org.apache.cxf.ws.rm.RMOutInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

public class RMOutInterceptor
extends AbstractRMInterceptor


Constructor Summary
RMOutInterceptor()
           
 
Method Summary
 java.util.Set<java.lang.String> getAfter()
           
 java.util.Set<java.lang.String> getBefore()
           
 java.lang.String getId()
           
 
Methods inherited from class org.apache.cxf.ws.rm.AbstractRMInterceptor
getBus, getManager, getPhase, handleFault, handleMessage, setBus, setManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMOutInterceptor

public RMOutInterceptor()
Method Detail

getAfter

public java.util.Set<java.lang.String> getAfter()

getBefore

public java.util.Set<java.lang.String> getBefore()

getId

public java.lang.String getId()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.