org.apache.cxf.binding.coloc
Class ColocUtil

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

public final class ColocUtil
extends java.lang.Object


Method Summary
static InterceptorChain getInInterceptorChain(Exchange ex, java.util.SortedSet<Phase> phases)
           
static InterceptorChain getOutInterceptorChain(Exchange ex, java.util.SortedSet<Phase> phases)
           
static boolean isSameFaultInfo(java.util.Collection<FaultInfo> fil1, java.util.Collection<FaultInfo> fil2)
           
static boolean isSameMessageInfo(MessageInfo mi1, MessageInfo mi2)
           
static boolean isSameOperationInfo(OperationInfo oi1, OperationInfo oi2)
           
static void setPhases(java.util.SortedSet<Phase> list, java.lang.String start, java.lang.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(java.util.SortedSet<Phase> list,
                             java.lang.String start,
                             java.lang.String end)

getOutInterceptorChain

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

getInInterceptorChain

public static InterceptorChain getInInterceptorChain(Exchange ex,
                                                     java.util.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(java.util.Collection<FaultInfo> fil1,
                                      java.util.Collection<FaultInfo> fil2)


Apache CXF