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

java.lang.Object
  extended by org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
      extended by org.mule.devkit.generation.studio.editor.EndpointTypeBuilder
Direct Known Subclasses:
EndpointTypeOperationsBuilder

public class EndpointTypeBuilder
extends BaseStudioXmlBuilder


Field Summary
 
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
EndpointTypeBuilder(Context context, org.mule.devkit.model.Method executableElement, org.mule.devkit.model.module.Module module)
           
 
Method Summary
 org.mule.devkit.model.studio.EndpointType build()
           
protected  String getCaption()
           
protected  String getDescription()
           
protected  String getLocalId()
           
protected  void processMethodParameters(org.mule.devkit.model.studio.EndpointType endpoint)
           
 
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
 

Constructor Detail

EndpointTypeBuilder

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

build

public org.mule.devkit.model.studio.EndpointType build()

processMethodParameters

protected void processMethodParameters(org.mule.devkit.model.studio.EndpointType endpoint)

getDescription

protected String getDescription()

getCaption

protected String getCaption()

getLocalId

protected String getLocalId()


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