org.apache.servicemix.jbi.messaging
Class MessageExchangeSupport

java.lang.Object
  extended by org.apache.servicemix.jbi.messaging.MessageExchangeSupport

Deprecated. use MessageExchangePattern instead

public final class MessageExchangeSupport
extends Object

Resolver for URI patterns

Version:
$Revision: 691137 $

Field Summary
static URI IN_ONLY
          Deprecated. In Only MEP.
static URI IN_OPTIONAL_OUT
          Deprecated. In Optional Out MEP.
static URI IN_OUT
          Deprecated. In Out MEP.
static URI OUT_IN
          Deprecated. Out In MEP.
static URI OUT_ONLY
          Deprecated. Out Only MEP.
static URI OUT_OPTIONAL_IN
          Deprecated. Out Optional In MEP.
static URI ROBUST_IN_ONLY
          Deprecated. Robust In Only MEP.
static URI ROBUST_OUT_ONLY
          Deprecated. Robust Out Only MEP.
static URI WSDL2_IN_ONLY
          Deprecated. In Only MEP.
static URI WSDL2_IN_OPTIONAL_OUT
          Deprecated. In Optional Out MEP.
static URI WSDL2_IN_OUT
          Deprecated. In Out MEP.
static URI WSDL2_OUT_IN
          Deprecated. Out In MEP.
static URI WSDL2_OUT_ONLY
          Deprecated. Out Only MEP.
static URI WSDL2_OUT_OPTIONAL_IN
          Deprecated. Out Optional In MEP.
static URI WSDL2_ROBUST_IN_ONLY
          Deprecated. Robust In Only MEP.
static URI WSDL2_ROBUST_OUT_ONLY
          Deprecated. Robust Out Only MEP.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_ONLY

public static final URI IN_ONLY
Deprecated. 
In Only MEP.


IN_OUT

public static final URI IN_OUT
Deprecated. 
In Out MEP.


IN_OPTIONAL_OUT

public static final URI IN_OPTIONAL_OUT
Deprecated. 
In Optional Out MEP.


OUT_ONLY

public static final URI OUT_ONLY
Deprecated. 
Out Only MEP.


OUT_IN

public static final URI OUT_IN
Deprecated. 
Out In MEP.


OUT_OPTIONAL_IN

public static final URI OUT_OPTIONAL_IN
Deprecated. 
Out Optional In MEP.


ROBUST_IN_ONLY

public static final URI ROBUST_IN_ONLY
Deprecated. 
Robust In Only MEP.


ROBUST_OUT_ONLY

public static final URI ROBUST_OUT_ONLY
Deprecated. 
Robust Out Only MEP.


WSDL2_IN_ONLY

public static final URI WSDL2_IN_ONLY
Deprecated. 
In Only MEP.


WSDL2_IN_OPTIONAL_OUT

public static final URI WSDL2_IN_OPTIONAL_OUT
Deprecated. 
In Optional Out MEP.


WSDL2_IN_OUT

public static final URI WSDL2_IN_OUT
Deprecated. 
In Out MEP.


WSDL2_ROBUST_IN_ONLY

public static final URI WSDL2_ROBUST_IN_ONLY
Deprecated. 
Robust In Only MEP.


WSDL2_OUT_ONLY

public static final URI WSDL2_OUT_ONLY
Deprecated. 
Out Only MEP.


WSDL2_OUT_IN

public static final URI WSDL2_OUT_IN
Deprecated. 
Out In MEP.


WSDL2_OUT_OPTIONAL_IN

public static final URI WSDL2_OUT_OPTIONAL_IN
Deprecated. 
Out Optional In MEP.


WSDL2_ROBUST_OUT_ONLY

public static final URI WSDL2_ROBUST_OUT_ONLY
Deprecated. 
Robust Out Only MEP.



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.