|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.servicemix.jbi.helper.MessageExchangePattern
public final class MessageExchangePattern
Resolver for URI patterns
Field Summary | |
---|---|
static java.net.URI |
IN_ONLY
In Only MEP. |
static java.net.URI |
IN_OPTIONAL_OUT
In Optional Out MEP. |
static java.net.URI |
IN_OUT
In Out MEP. |
static java.net.URI |
OUT_IN
Out In MEP. |
static java.net.URI |
OUT_ONLY
Out Only MEP. |
static java.net.URI |
OUT_OPTIONAL_IN
Out Optional In MEP. |
static java.net.URI |
ROBUST_IN_ONLY
Robust In Only MEP. |
static java.net.URI |
ROBUST_OUT_ONLY
Robust Out Only MEP. |
static java.net.URI |
WSDL2_IN_ONLY
In Only MEP. |
static java.net.URI |
WSDL2_IN_OPTIONAL_OUT
In Optional Out MEP. |
static java.net.URI |
WSDL2_IN_OUT
In Out MEP. |
static java.net.URI |
WSDL2_OUT_IN
Out In MEP. |
static java.net.URI |
WSDL2_OUT_ONLY
Out Only MEP. |
static java.net.URI |
WSDL2_OUT_OPTIONAL_IN
Out Optional In MEP. |
static java.net.URI |
WSDL2_ROBUST_IN_ONLY
Robust In Only MEP. |
static java.net.URI |
WSDL2_ROBUST_OUT_ONLY
Robust Out Only MEP. |
Constructor Summary | |
---|---|
MessageExchangePattern()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.net.URI IN_ONLY
public static final java.net.URI IN_OUT
public static final java.net.URI IN_OPTIONAL_OUT
public static final java.net.URI OUT_ONLY
public static final java.net.URI OUT_IN
public static final java.net.URI OUT_OPTIONAL_IN
public static final java.net.URI ROBUST_IN_ONLY
public static final java.net.URI ROBUST_OUT_ONLY
public static final java.net.URI WSDL2_IN_ONLY
public static final java.net.URI WSDL2_IN_OPTIONAL_OUT
public static final java.net.URI WSDL2_IN_OUT
public static final java.net.URI WSDL2_ROBUST_IN_ONLY
public static final java.net.URI WSDL2_OUT_ONLY
public static final java.net.URI WSDL2_OUT_IN
public static final java.net.URI WSDL2_OUT_OPTIONAL_IN
public static final java.net.URI WSDL2_ROBUST_OUT_ONLY
Constructor Detail |
---|
public MessageExchangePattern()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |