Apache CXF API

org.apache.cxf.binding.coloc
Class ColocUtil

java.lang.Object
  extended by org.apache.cxf.binding.coloc.ColocUtil

public final class ColocUtil
extends Object


Method Summary
static InterceptorChain getInInterceptorChain(Exchange ex, SortedSet<Phase> phases)
           
static InterceptorChain getOutInterceptorChain(Exchange ex, SortedSet<Phase> phases)
           
static boolean isSameFaultInfo(Collection<FaultInfo> fil1, Collection<FaultInfo> fil2)
           
static boolean isSameMessageInfo(MessageInfo mi1, MessageInfo mi2)
           
static boolean isSameOperationInfo(OperationInfo oi1, OperationInfo oi2)
           
static void setPhases(SortedSet<Phase> list, String start, String end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setPhases

public static void setPhases(SortedSet<Phase> list,
                             String start,
                             String end)

getOutInterceptorChain

public static InterceptorChain getOutInterceptorChain(Exchange ex,
                                                      SortedSet<Phase> phases)

getInInterceptorChain

public static InterceptorChain getInInterceptorChain(Exchange ex,
                                                     SortedSet<Phase> phases)

isSameOperationInfo

public static boolean isSameOperationInfo(OperationInfo oi1,
                                          OperationInfo oi2)

isSameMessageInfo

public static boolean isSameMessageInfo(MessageInfo mi1,
                                        MessageInfo mi2)

isSameFaultInfo

public static boolean isSameFaultInfo(Collection<FaultInfo> fil1,
                                      Collection<FaultInfo> fil2)

Apache CXF API

Apache CXF