public class GlobalBindingMetadataTypes extends Object implements LogSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
GLOBAL_BINDING_APP |
static String |
GLOBAL_BINDING_AUTHENTICATION |
static String |
GLOBAL_BINDING_CORRELATION_ID |
static String |
GLOBAL_BINDING_DATA_TYPE |
static String |
GLOBAL_BINDING_ERROR |
static String |
GLOBAL_BINDING_FLOW |
static String |
GLOBAL_BINDING_ITEM_SEQUENCE_INFO |
static String |
GLOBAL_BINDING_MULE |
static String |
GLOBAL_BINDING_SERVER |
| Constructor and Description |
|---|
GlobalBindingMetadataTypes() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.metadata.api.model.MetadataType |
appType() |
static org.mule.metadata.api.model.MetadataType |
authenticationType() |
static org.mule.metadata.api.model.MetadataType |
correlationIdType() |
static org.mule.metadata.api.model.MetadataType |
dataTypeType() |
static org.mule.metadata.api.model.MetadataType |
errorType() |
static org.mule.metadata.api.model.MetadataType |
flowType() |
static org.mule.metadata.api.model.MetadataType |
getTypeFromJavaClass(String clazz) |
static org.mule.metadata.api.model.MetadataType |
itemSequenceInfoType() |
static org.mule.metadata.api.model.MetadataType |
muleType() |
static org.mule.metadata.api.model.MetadataType |
serverType() |
static org.mule.metadata.api.model.MetadataType |
typedValueType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloggerpublic static final String GLOBAL_BINDING_MULE
public static final String GLOBAL_BINDING_SERVER
public static final String GLOBAL_BINDING_APP
public static final String GLOBAL_BINDING_FLOW
public static final String GLOBAL_BINDING_CORRELATION_ID
public static final String GLOBAL_BINDING_DATA_TYPE
public static final String GLOBAL_BINDING_AUTHENTICATION
public static final String GLOBAL_BINDING_ITEM_SEQUENCE_INFO
public static final String GLOBAL_BINDING_ERROR
public static org.mule.metadata.api.model.MetadataType getTypeFromJavaClass(String clazz)
public static org.mule.metadata.api.model.MetadataType correlationIdType()
public static org.mule.metadata.api.model.MetadataType dataTypeType()
public static org.mule.metadata.api.model.MetadataType authenticationType()
public static org.mule.metadata.api.model.MetadataType itemSequenceInfoType()
public static org.mule.metadata.api.model.MetadataType typedValueType()
public static org.mule.metadata.api.model.MetadataType appType()
public static org.mule.metadata.api.model.MetadataType flowType()
public static org.mule.metadata.api.model.MetadataType serverType()
public static org.mule.metadata.api.model.MetadataType muleType()
public static org.mule.metadata.api.model.MetadataType errorType()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.