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

java.lang.Object
  extended by org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
      extended by org.mule.devkit.generation.studio.editor.OAuthConfigNestedElementsBuilder
All Implemented Interfaces:
org.mule.devkit.model.studio.StudioModel.Builder<List<JAXBElement<? extends org.mule.devkit.model.studio.AbstractElementType>>>

public class OAuthConfigNestedElementsBuilder
extends BaseStudioXmlBuilder
implements org.mule.devkit.model.studio.StudioModel.Builder<List<JAXBElement<? extends org.mule.devkit.model.studio.AbstractElementType>>>


Field Summary
static String OAUTH_CALLBACK_CONFIG_ELEMENT
           
static String OAUTH_STORE_CONFIG_ELEMENT
           
 
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
protected OAuthConfigNestedElementsBuilder(Context context, org.mule.devkit.model.module.Module module)
           
 
Method Summary
 List<JAXBElement<? extends org.mule.devkit.model.studio.AbstractElementType>> build()
           
 
Methods inherited from class org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
buildVersionsString, createGroupWithModeSwitch, 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

OAUTH_CALLBACK_CONFIG_ELEMENT

public static final String OAUTH_CALLBACK_CONFIG_ELEMENT
See Also:
Constant Field Values

OAUTH_STORE_CONFIG_ELEMENT

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

OAuthConfigNestedElementsBuilder

protected OAuthConfigNestedElementsBuilder(Context context,
                                           org.mule.devkit.model.module.Module module)
Method Detail

build

public List<JAXBElement<? extends org.mule.devkit.model.studio.AbstractElementType>> build()
Specified by:
build in interface org.mule.devkit.model.studio.StudioModel.Builder<List<JAXBElement<? extends org.mule.devkit.model.studio.AbstractElementType>>>


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