org.mule.devkit.generation.studio.editor
Class AbstractTransformerBuilder

java.lang.Object
  extended by org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
      extended by org.mule.devkit.generation.studio.editor.AbstractTransformerBuilder

public class AbstractTransformerBuilder
extends BaseStudioXmlBuilder


Field Summary
static String ABSTRACT_TRANSFORMER_ATTRIBUTE_CATEGORY_CAPTION
           
static String ABSTRACT_TRANSFORMER_ATTRIBUTE_CATEGORY_DESCRIPTION
           
static String ABSTRACT_TRANSFORMER_LOCAL_ID
           
 
Fields inherited from class org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
ADVANCED_CONNECTION_GROUP_NAME, CONNECTION_GROUP_NAME, context, GENERAL_GROUP_NAME, helper, method, module, moduleName, objectFactory
 
Constructor Summary
AbstractTransformerBuilder(Context context, org.mule.devkit.model.module.Module module)
           
 
Method Summary
 JAXBElement<org.mule.devkit.model.studio.PatternType> build()
           
 
Methods inherited from class org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
buildVersionsString, createCacheConfigAttributes, createGroupWithModeSwitch, createGroupWithNoOperationModeSwitch, createGroupWithNoOperationModeSwitchForProcessors, createGroupWithNoOperationModeSwitchForSources, createJaxbElement, createMetaDataAttributes, createOAuthConfig, createPoolingProfileAttributes, createQueryType, createReconnectionAttributes, getConnectionAttributes, getModes, isConfigurableVariable, processConfigurableFields, processConnectionAttributes, processMethodParameters, setMetadataAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABSTRACT_TRANSFORMER_LOCAL_ID

public static final String ABSTRACT_TRANSFORMER_LOCAL_ID
See Also:
Constant Field Values

ABSTRACT_TRANSFORMER_ATTRIBUTE_CATEGORY_CAPTION

public static final String ABSTRACT_TRANSFORMER_ATTRIBUTE_CATEGORY_CAPTION
See Also:
Constant Field Values

ABSTRACT_TRANSFORMER_ATTRIBUTE_CATEGORY_DESCRIPTION

public static final String ABSTRACT_TRANSFORMER_ATTRIBUTE_CATEGORY_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

AbstractTransformerBuilder

public AbstractTransformerBuilder(Context context,
                                  org.mule.devkit.model.module.Module module)
Method Detail

build

public JAXBElement<org.mule.devkit.model.studio.PatternType> build()


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.