org.apache.cxf.binding.coloc
Class ColocUtil
java.lang.Object
org.apache.cxf.binding.coloc.ColocUtil
public final class ColocUtil
- extends java.lang.Object
|
Method Summary |
static org.apache.cxf.interceptor.InterceptorChain |
getInInterceptorChain(org.apache.cxf.message.Exchange ex,
java.util.SortedSet<org.apache.cxf.phase.Phase> phases)
|
static org.apache.cxf.interceptor.InterceptorChain |
getOutInterceptorChain(org.apache.cxf.message.Exchange ex,
java.util.SortedSet<org.apache.cxf.phase.Phase> phases)
|
static boolean |
isSameFaultInfo(java.util.Collection<org.apache.cxf.service.model.FaultInfo> fil1,
java.util.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(java.util.SortedSet<org.apache.cxf.phase.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 |
setPhases
public static void setPhases(java.util.SortedSet<org.apache.cxf.phase.Phase> list,
java.lang.String start,
java.lang.String end)
getOutInterceptorChain
public static org.apache.cxf.interceptor.InterceptorChain getOutInterceptorChain(org.apache.cxf.message.Exchange ex,
java.util.SortedSet<org.apache.cxf.phase.Phase> phases)
getInInterceptorChain
public static org.apache.cxf.interceptor.InterceptorChain getInInterceptorChain(org.apache.cxf.message.Exchange ex,
java.util.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(java.util.Collection<org.apache.cxf.service.model.FaultInfo> fil1,
java.util.Collection<org.apache.cxf.service.model.FaultInfo> fil2)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.