org.apache.cxf.binding.coloc
Class ColocUtil
java.lang.Object
org.apache.cxf.binding.coloc.ColocUtil
public final class ColocUtil
- extends Object
|
Method Summary |
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 |
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 |
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)
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)
Apache CXF