org.apache.servicemix.jbi.helper
Class MessageExchangePattern

java.lang.Object
  extended by org.apache.servicemix.jbi.helper.MessageExchangePattern

public final class MessageExchangePattern
extends java.lang.Object

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

IN_ONLY

public static final java.net.URI IN_ONLY
In Only MEP.


IN_OUT

public static final java.net.URI IN_OUT
In Out MEP.


IN_OPTIONAL_OUT

public static final java.net.URI IN_OPTIONAL_OUT
In Optional Out MEP.


OUT_ONLY

public static final java.net.URI OUT_ONLY
Out Only MEP.


OUT_IN

public static final java.net.URI OUT_IN
Out In MEP.


OUT_OPTIONAL_IN

public static final java.net.URI OUT_OPTIONAL_IN
Out Optional In MEP.


ROBUST_IN_ONLY

public static final java.net.URI ROBUST_IN_ONLY
Robust In Only MEP.


ROBUST_OUT_ONLY

public static final java.net.URI ROBUST_OUT_ONLY
Robust Out Only MEP.


WSDL2_IN_ONLY

public static final java.net.URI WSDL2_IN_ONLY
In Only MEP.


WSDL2_IN_OPTIONAL_OUT

public static final java.net.URI WSDL2_IN_OPTIONAL_OUT
In Optional Out MEP.


WSDL2_IN_OUT

public static final java.net.URI WSDL2_IN_OUT
In Out MEP.


WSDL2_ROBUST_IN_ONLY

public static final java.net.URI WSDL2_ROBUST_IN_ONLY
Robust In Only MEP.


WSDL2_OUT_ONLY

public static final java.net.URI WSDL2_OUT_ONLY
Out Only MEP.


WSDL2_OUT_IN

public static final java.net.URI WSDL2_OUT_IN
Out In MEP.


WSDL2_OUT_OPTIONAL_IN

public static final java.net.URI WSDL2_OUT_OPTIONAL_IN
Out Optional In MEP.


WSDL2_ROBUST_OUT_ONLY

public static final java.net.URI WSDL2_ROBUST_OUT_ONLY
Robust Out Only MEP.

Constructor Detail

MessageExchangePattern

public MessageExchangePattern()


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