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 void convertObjectToSource(org.apache.cxf.message.Message message)
           
static void convertSourceToObject(org.apache.cxf.message.Message message)
           
static org.apache.cxf.interceptor.InterceptorChain getInInterceptorChain(org.apache.cxf.message.Exchange ex, SortedSet<org.apache.cxf.phase.Phase> phases)
           
static org.apache.cxf.interceptor.InterceptorChain getOutInterceptorChain(org.apache.cxf.message.Exchange ex, SortedSet<org.apache.cxf.phase.Phase> phases)
           
static boolean isAssignableOperationInfo(org.apache.cxf.service.model.OperationInfo oi, Class<?> cls)
           
static boolean isCompatibleOperationInfo(org.apache.cxf.service.model.OperationInfo oi1, org.apache.cxf.service.model.OperationInfo oi2)
           
static boolean isSameFaultInfo(Collection<org.apache.cxf.service.model.FaultInfo> fil1, Collection<org.apache.cxf.service.model.FaultInfo> fil2)
           
static boolean isSameMessageInfo(org.apache.cxf.service.model.MessageInfo mi1, org.apache.cxf.service.model.MessageInfo mi2)
           
static boolean isSameOperationInfo(org.apache.cxf.service.model.OperationInfo oi1, org.apache.cxf.service.model.OperationInfo oi2)
           
static void setPhases(SortedSet<org.apache.cxf.phase.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<org.apache.cxf.phase.Phase> list,
                             String start,
                             String end)

getOutInterceptorChain

public static org.apache.cxf.interceptor.InterceptorChain getOutInterceptorChain(org.apache.cxf.message.Exchange ex,
                                                                                 SortedSet<org.apache.cxf.phase.Phase> phases)

getInInterceptorChain

public static org.apache.cxf.interceptor.InterceptorChain getInInterceptorChain(org.apache.cxf.message.Exchange ex,
                                                                                SortedSet<org.apache.cxf.phase.Phase> phases)

isSameOperationInfo

public static boolean isSameOperationInfo(org.apache.cxf.service.model.OperationInfo oi1,
                                          org.apache.cxf.service.model.OperationInfo oi2)

isCompatibleOperationInfo

public static boolean isCompatibleOperationInfo(org.apache.cxf.service.model.OperationInfo oi1,
                                                org.apache.cxf.service.model.OperationInfo oi2)

isAssignableOperationInfo

public static boolean isAssignableOperationInfo(org.apache.cxf.service.model.OperationInfo oi,
                                                Class<?> cls)

isSameMessageInfo

public static boolean isSameMessageInfo(org.apache.cxf.service.model.MessageInfo mi1,
                                        org.apache.cxf.service.model.MessageInfo mi2)

isSameFaultInfo

public static boolean isSameFaultInfo(Collection<org.apache.cxf.service.model.FaultInfo> fil1,
                                      Collection<org.apache.cxf.service.model.FaultInfo> fil2)

convertSourceToObject

public static void convertSourceToObject(org.apache.cxf.message.Message message)

convertObjectToSource

public static void convertObjectToSource(org.apache.cxf.message.Message message)


Apache CXF