public final class PropertyScope extends Object implements Serializable
INVOCATION
which only lasts until a service has been invoked or longer
running such as SESSION
.Modifier and Type | Class and Description |
---|---|
static class |
PropertyScope.ScopeComparator
Used for comparing
PropertyScope instances in a map. |
Modifier and Type | Field and Description |
---|---|
static PropertyScope[] |
ALL_SCOPES
An array of all scopes defined here
|
static PropertyScope |
APPLICATION
This provides access to properties in the registry.
|
static String |
APPLICATION_NAME |
static PropertyScope |
INBOUND
This scope holds all inbound headers when a message is received.
|
static String |
INBOUND_NAME |
static PropertyScope |
INVOCATION
This scope is defined from the point that a Message is created until a service has processed the
message.
|
static String |
INVOCATION_NAME |
static PropertyScope |
OUTBOUND
This is the default scope when writing properties to a message.
|
static String |
OUTBOUND_NAME |
static PropertyScope |
SESSION
Defines the scope for any properties set on the session.
|
static String |
SESSION_NAME |
public static final String INVOCATION_NAME
public static final String INBOUND_NAME
public static final String OUTBOUND_NAME
public static final String SESSION_NAME
public static final String APPLICATION_NAME
public static final PropertyScope INVOCATION
public static final PropertyScope INBOUND
public static final PropertyScope OUTBOUND
public static final PropertyScope SESSION
public static final PropertyScope APPLICATION
public static final PropertyScope[] ALL_SCOPES
public static PropertyScope get(String name)
public String getScopeName()
public int getOrder()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.