org.apache.cxf.ws.rm
Class RMInInterceptor

java.lang.Object
  extended by org.apache.cxf.ws.rm.AbstractRMInterceptor
      extended by org.apache.cxf.ws.rm.RMInInterceptor
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 RMInInterceptor
extends AbstractRMInterceptor


Constructor Summary
RMInInterceptor()
           
 
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

RMInInterceptor

public RMInInterceptor()
Method Detail

getBefore

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

getAfter

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

getId

public java.lang.String getId()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.