|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.binding.coloc.ColocUtil
public final class ColocUtil
| 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 |
|---|
public static void setPhases(SortedSet<org.apache.cxf.phase.Phase> list,
String start,
String end)
public static org.apache.cxf.interceptor.InterceptorChain getOutInterceptorChain(org.apache.cxf.message.Exchange ex,
SortedSet<org.apache.cxf.phase.Phase> phases)
public static org.apache.cxf.interceptor.InterceptorChain getInInterceptorChain(org.apache.cxf.message.Exchange ex,
SortedSet<org.apache.cxf.phase.Phase> phases)
public static boolean isSameOperationInfo(org.apache.cxf.service.model.OperationInfo oi1,
org.apache.cxf.service.model.OperationInfo oi2)
public static boolean isCompatibleOperationInfo(org.apache.cxf.service.model.OperationInfo oi1,
org.apache.cxf.service.model.OperationInfo oi2)
public static boolean isAssignableOperationInfo(org.apache.cxf.service.model.OperationInfo oi,
Class<?> cls)
public static boolean isSameMessageInfo(org.apache.cxf.service.model.MessageInfo mi1,
org.apache.cxf.service.model.MessageInfo mi2)
public static boolean isSameFaultInfo(Collection<org.apache.cxf.service.model.FaultInfo> fil1,
Collection<org.apache.cxf.service.model.FaultInfo> fil2)
public static void convertSourceToObject(org.apache.cxf.message.Message message)
public static void convertObjectToSource(org.apache.cxf.message.Message message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||