public final class MessageExchangePattern
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
MessageExchangePattern() |
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
Copyright © 2005-2014 FuseSource. All Rights Reserved.