Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X _ 

A

AbstractExtensionObjectFactory<T> - Class in org.mule.runtime.module.extension.internal.config.dsl
Base class for ObjectFactory implementation which create extension components.
AbstractExtensionObjectFactory(MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
accepts(MetadataType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.CharsetValueResolverParsingDelegate
 
accepts(ObjectType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.DefaultObjectParsingDelegate
 
accepts(MetadataType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.DefaultValueResolverParsingDelegate
 
accepts(ObjectType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.FixedTypeParsingDelegate
 
accepts(MetadataType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.MediaTypeValueResolverParsingDelegate
 
accepts(M) - Method in interface org.mule.runtime.module.extension.internal.config.dsl.object.ParsingDelegate
Verifies that this instance is capable of handling a specific type.
addDefinition(ComponentBuildingDefinition) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Adds the given definition to the list of definitions that the ExtensionDefinitionParser.parse() method generates by default
addParameter(String, AttributeDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
All - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Only elements allowed inside

All() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.All
 
all - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
all - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
all - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
Annotated - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
This type is extended by all types which allow annotation other than itself

Annotated() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
 
annotation - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
 
Annotation - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Annotation() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotation
 
annotationOrSimpleTypeOrComplexType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
 
AnnotationProcessorResourceGenerator - Class in org.mule.runtime.module.extension.internal.resources
Implementation of ResourcesGenerator that writes files using a Filer obtained through a annotation Processor context
AnnotationProcessorResourceGenerator(List<GeneratedResourceFactory>, ProcessingEnvironment) - Constructor for class org.mule.runtime.module.extension.internal.resources.AnnotationProcessorResourceGenerator
Creates a new instance
AnonymousGroupObjectFactory(MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.AnonymousInlineParameterGroupParser.AnonymousGroupObjectFactory
 
AnonymousInlineParameterGroupParser - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
A ParameterGroupParser which returns the values of the parameters in the group as a Map
AnonymousInlineParameterGroupParser(ComponentBuildingDefinition.Builder, ParameterGroupModel, ClassLoader, DslElementSyntax, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.AnonymousInlineParameterGroupParser
 
AnonymousInlineParameterGroupParser.AnonymousGroupObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
 
Any - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Any() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
 
anyAttribute - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
 
anyAttribute - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
anyAttribute - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
anyAttribute - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
Appinfo - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Appinfo() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
 
appinfoOrDocumentation - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotation
 
Attribute - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for attribute complex type.
Attribute() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
attributeFormDefault - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
AttributeGroup - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for attributeGroup complex type.
AttributeGroup() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
 
AttributeGroupRef - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for attributeGroupRef complex type.
AttributeGroupRef() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroupRef
 
attributeOrAttributeGroup - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
 
attributeOrAttributeGroup - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
attributeOrAttributeGroup - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
attributeOrAttributeGroup - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 

B

base - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
base - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
 
base - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
baseDefinitionBuilder - Variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
BaseExtensionResourcesGeneratorAnnotationProcessor - Class in org.mule.runtime.module.extension.internal.resources
Annotation processor that picks up all the extensions annotated with Extension and use a ResourcesGenerator to generated the required resources.
BaseExtensionResourcesGeneratorAnnotationProcessor() - Constructor for class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 
block - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
block - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
blockDefault - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
build() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
build - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 
BuiltBy - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
 
BuiltBy() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 

C

CharsetValueResolverParsingDelegate - Class in org.mule.runtime.module.extension.internal.config.dsl.object
A ValueResolverParsingDelegate for parsing instances of Charset
CharsetValueResolverParsingDelegate() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.object.CharsetValueResolverParsingDelegate
 
choice - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
choice - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
choice - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamedGroup
 
choice - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
classFor(TypeElement, ProcessingEnvironment) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
Returns the Class object that is associated to the typeElement
classLoader - Variable in class org.mule.runtime.module.extension.internal.config.dsl.parameter.ParameterGroupParser
 
ComplexContent - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
ComplexContent() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
 
complexContent - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
ComplexRestrictionType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for complexRestrictionType complex type.
ComplexRestrictionType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexRestrictionType
 
ComplexType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for complexType complex type.
ComplexType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
complexType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
CONFIG_PROVIDER_ATTRIBUTE_NAME - Static variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
ConfigurationDefinitionParser - Class in org.mule.runtime.module.extension.internal.config.dsl.config
A ExtensionDefinitionParser for parsing ConfigurationProvider instances through a ConfigurationProviderObjectFactory
ConfigurationDefinitionParser(ComponentBuildingDefinition.Builder, ExtensionModel, ConfigurationModel, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.config.ConfigurationDefinitionParser
 
ConnectionProviderDefinitionParser - Class in org.mule.runtime.module.extension.internal.config.dsl.connection
ConnectionProviderDefinitionParser(ComponentBuildingDefinition.Builder, ConnectionProviderModel, ExtensionModel, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderDefinitionParser
 
ConnectionProviderObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.connection
ConnectionProviderObjectFactory(ConnectionProviderModel, ExtensionModel, ExtensionsOAuthManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderObjectFactory
 
content - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
 
content - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
 
convertType(MetadataType, ExpressionSupport) - Static method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SchemaTypeConversion
 
createAll() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of All
createAll(All) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<All>}
createAnnotated() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Annotated
createAnnotation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Annotation
createAny() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Any
createAnyAttribute(Wildcard) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Wildcard>}
createAppinfo() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Appinfo
createAttribute() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Attribute
createAttribute(TopLevelAttribute) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<TopLevelAttribute>}
createAttributeGroup(NamedAttributeGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NamedAttributeGroup>}
createAttributeGroupRef() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of AttributeGroupRef
createChoice(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<ExplicitGroup>}
createComplexContent() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of ComplexContent
createComplexRestrictionType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of ComplexRestrictionType
createComplexType(TopLevelComplexType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<TopLevelComplexType>}
createDocumentation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Documentation
createElement(TopLevelElement) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<TopLevelElement>}
createEnumeration(NoFixedFacet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NoFixedFacet>}
createExplicitGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of ExplicitGroup
createExtensionType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of ExtensionType
createFacet() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Facet
createField() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Field
createFractionDigits(NumFacet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createGroup(NamedGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NamedGroup>}
createGroupElement(LocalElement) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<LocalElement>}
createGroupGroup(GroupRef) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<GroupRef>}
createGroupRef() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of GroupRef
createImport() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Import
createInclude() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Include
createKey(Keybase) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Keybase>}
createKeybase() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Keybase
createKeyref() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Keyref
createLength(NumFacet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createList() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of List
createLocalComplexType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of LocalComplexType
createLocalElement() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of LocalElement
createLocalSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of LocalSimpleType
createMaxExclusive(Facet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMaxInclusive(Facet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMaxLength(NumFacet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createMinExclusive(Facet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMinInclusive(Facet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMinLength(NumFacet) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createNamedAttributeGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of NamedAttributeGroup
createNamedGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of NamedGroup
createNarrowMaxMin() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of NarrowMaxMin
createNoFixedFacet() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of NoFixedFacet
createNotation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Notation
createNumFacet() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of NumFacet
createOpenAttrs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of OpenAttrs
createPattern() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Pattern
createRealGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of RealGroup
createRedefine() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Redefine
createRestriction() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Restriction
createRestrictionType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of RestrictionType
createSchema() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Schema
createSelector() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Selector
createSequence(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<ExplicitGroup>}
createSimpleContent() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of SimpleContent
createSimpleExplicitGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of SimpleExplicitGroup
createSimpleExtensionType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of SimpleExtensionType
createSimpleRestrictionType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of SimpleRestrictionType
createSimpleType(TopLevelSimpleType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<TopLevelSimpleType>}
createTopLevelAttribute() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of TopLevelAttribute
createTopLevelComplexType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of TopLevelComplexType
createTopLevelElement() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of TopLevelElement
createTopLevelSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of TopLevelSimpleType
createTotalDigits() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of TotalDigits
createUnion() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Union
createUnique(Keybase) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of JAXBElement<Keybase>}
createWhiteSpace() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of WhiteSpace
createWildcard() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create an instance of Wildcard
CURSOR_PROVIDER_FACTORY_FIELD_NAME - Static variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 

D

DefaultExtensionBuildingDefinitionProvider - Class in org.mule.runtime.module.extension.internal.config.dsl
A generic ComponentBuildingDefinitionProvider which provides definitions capable of handling all extensions registered on the ExtensionManager.
DefaultExtensionBuildingDefinitionProvider() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.DefaultExtensionBuildingDefinitionProvider
 
DefaultObjectParsingDelegate - Class in org.mule.runtime.module.extension.internal.config.dsl.object
Default ObjectParsingDelegate which accepts any ObjectType and parses it as a ValueResolver
DefaultObjectParsingDelegate() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.object.DefaultObjectParsingDelegate
 
DefaultValueResolverParsingDelegate - Class in org.mule.runtime.module.extension.internal.config.dsl.object
Default ValueResolverParsingDelegate which accepts any MetadataType and parses it by performing a registry lookup
DefaultValueResolverParsingDelegate() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.object.DefaultValueResolverParsingDelegate
 
DerivationControl - Enum in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for derivationControl.
DescriptionDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.capability.xml.description
Implementation of DeclarationEnricher that fills the descriptions for all the components in the ExtensionDeclaration that is being declared.
DescriptionDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.description.DescriptionDeclarationEnricher
 
Documentation - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Documentation() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigPolicyObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigurationExpirationObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExpirationPolicyObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExtensionConfigObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationMessageProcessorObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.parameter.AnonymousInlineParameterGroupParser.AnonymousGroupObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.parameter.InlineParameterGroupObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.parameter.TopLevelParameterObjectFactory
 
doGetObject() - Method in class org.mule.runtime.module.extension.internal.config.dsl.source.ExtensionSourceObjectFactory
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.config.ConfigurationDefinitionParser
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderDefinitionParser
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Implementations place their custom parsing logic here.
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationDefinitionParser
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.parameter.AnonymousInlineParameterGroupParser
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.parameter.ObjectTypeParameterParser
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.parameter.TypedInlineParameterGroupParser
 
doParse(ComponentBuildingDefinition.Builder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.source.SourceDefinitionParser
 
dslResolver - Variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
DynamicConfigPolicyObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.infrastructure
A ObjectFactory instance that produces DynamicConfigPolicy instances.
DynamicConfigPolicyObjectFactory() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigPolicyObjectFactory
 
DynamicConfigurationExpiration - Class in org.mule.runtime.module.extension.internal.config.dsl.infrastructure
Contains information about how much time should a dynamic config be idle before it can be considered elegible for expiration
DynamicConfigurationExpiration(Time) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigurationExpiration
 
DynamicConfigurationExpirationObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.infrastructure
An ObjectFactory which produces instances of DynamicConfigurationExpiration
DynamicConfigurationExpirationObjectFactory(long, TimeUnit) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigurationExpirationObjectFactory
 

E

Element - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
The element element can be used either at the top level to define an element-type binding globally, or within a content model to either reference a globally-defined element or type or declare an element-type binding locally.
Element() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
elementFormDefault - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
endElement(String, String, String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamespaceFilter
 
enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.capability.xml.description.DescriptionDeclarationEnricher
 
equals(Object) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
 
ExpirationPolicyObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.infrastructure
An ObjectFactory which produces instances of ExpirationPolicy
ExpirationPolicyObjectFactory() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExpirationPolicyObjectFactory
 
ExplicitGroup - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
group type for the three kinds of group

ExplicitGroup() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExplicitGroup
 
extension - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
 
extension - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
 
EXTENSION_ELEMENT - Static variable in class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 
EXTENSION_NAMESPACE - Static variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionXmlNamespaceInfo
 
EXTENSION_VERSION - Static variable in class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 
ExtensionAnnotationProcessor - Class in org.mule.runtime.module.extension.internal.capability.xml.schema
Annotation processing class that uses the Processor API to introspect and extract information from the extension source code.
ExtensionAnnotationProcessor() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
ExtensionConfigObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.infrastructure
An ObjectFactory which produces ExtensionConfig instances
ExtensionConfigObjectFactory() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExtensionConfigObjectFactory
 
ExtensionDefinitionParser - Class in org.mule.runtime.module.extension.internal.config.dsl
Base class for parsers delegates which generate ComponentBuildingDefinition instances for the specific components types (configs, operations, providers, etc) which constitute an extension.
ExtensionDefinitionParser(ComponentBuildingDefinition.Builder, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Creates a new instance
ExtensionNamespaceHandler - Class in org.mule.runtime.module.extension.internal.config
Deprecated.
ExtensionNamespaceHandler() - Constructor for class org.mule.runtime.module.extension.internal.config.ExtensionNamespaceHandler
Deprecated.
 
ExtensionParsingContext - Class in org.mule.runtime.module.extension.internal.config.dsl
Context to be used while registering parsers for an ExtensionModel definition, to keep track of global data accross all the different definition parsers
ExtensionParsingContext(ExtensionModel) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.ExtensionParsingContext
 
ExtensionResourcesGeneratorAnnotationProcessor - Class in org.mule.runtime.module.extension.internal.resources
BaseExtensionResourcesGeneratorAnnotationProcessor implementation for default java based extensions.
ExtensionResourcesGeneratorAnnotationProcessor() - Constructor for class org.mule.runtime.module.extension.internal.resources.ExtensionResourcesGeneratorAnnotationProcessor
 
ExtensionSourceObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.source
ExtensionSourceObjectFactory(ExtensionModel, SourceModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.source.ExtensionSourceObjectFactory
 
ExtensionsXmlNamespaceInfoProvider - Class in org.mule.runtime.module.extension.internal.config.dsl
A XmlNamespaceInfoProvider which provides the information for the ExtensionXmlNamespaceInfo.EXTENSION_NAMESPACE namespace.
ExtensionsXmlNamespaceInfoProvider() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.ExtensionsXmlNamespaceInfoProvider
 
ExtensionType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for extensionType complex type.
ExtensionType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
ExtensionXmlNamespaceInfo - Class in org.mule.runtime.module.extension.internal.config.dsl
The XmlNamespaceInfo for the extension's namespace
ExtensionXmlNamespaceInfo() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.ExtensionXmlNamespaceInfo
 

F

Facet - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for facet complex type.
Facet() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
 
facets - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
 
facets - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
Field - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Field() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Field
 
field - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
 
finalDefault - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
fixed - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
fixed - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
fixed - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
 
FixedTypeParsingDelegate - Class in org.mule.runtime.module.extension.internal.config.dsl.object
A ObjectParsingDelegate which only parses ObjectType which represent one specific java type.
FixedTypeParsingDelegate(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.object.FixedTypeParsingDelegate
Creates a new instance
form - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
form - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
FormChoice - Enum in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for formChoice.
fromValue(String) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.DerivationControl
 
fromValue(String) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.FormChoice
 
fromValue(DerivationControl) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.ReducedDerivationControl
 
fromValue(DerivationControl) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.TypeDerivationControl
 

G

generate(ExtensionModel, XmlDslModel, DslResolvingContext) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.SchemaGenerator
 
generateResource(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.MulePluginDescriptorGenerator
generateXmlResource(ExtensionModel, XmlDslModel, DslResolvingContext) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.SchemaXmlResourceFactory
Delegate method which should contain the actual logic to generate the resource
generateXmlResource(ExtensionModel, XmlDslModel, DslResolvingContext) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.SpringHandlerBundleResourceFactory
Deprecated.
Delegate method which should contain the actual logic to generate the resource
generateXmlResource(ExtensionModel, XmlDslModel, DslResolvingContext) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.SpringSchemaBundleResourceFactory
Deprecated.
Delegate method which should contain the actual logic to generate the resource
getAll() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the all property.
getAll() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the all property.
getAll() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the all property.
getAllBaseTypes() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionParsingContext
 
getAllSubTypes() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionParsingContext
 
getAnnotation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
Gets the value of the annotation property.
getAnnotationClassesValue(Element, Class<? extends Annotation>, Class[]) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getAnnotationFromType(ProcessingEnvironment, TypeElement, Class<? extends Annotation>) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getAnnotationOrSimpleTypeOrComplexType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
Gets the value of the annotationOrSimpleTypeOrComplexType property.
getAnnotationValue(Element, Class<? extends Annotation>) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
Returns the content of a field for a given annotation.
getAnyAttribute() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Gets the value of the anyAttribute property.
getAnyAttribute() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the anyAttribute property.
getAnyAttribute() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the anyAttribute property.
getAnyAttribute() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the anyAttribute property.
getAppinfoOrDocumentation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotation
Gets the value of the appinfoOrDocumentation property.
getAttributeFormDefault() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the attributeFormDefault property.
getAttributeOrAttributeGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Gets the value of the attributeOrAttributeGroup property.
getAttributeOrAttributeGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the attributeOrAttributeGroup property.
getAttributeOrAttributeGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the attributeOrAttributeGroup property.
getAttributeOrAttributeGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the attributeOrAttributeGroup property.
getBase() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the base property.
getBase() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
Gets the value of the base property.
getBase() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the base property.
getBlock() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the block property.
getBlock() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the block property.
getBlockDefault() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the blockDefault property.
getBuild() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 
getChildKey(String) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
getChoice() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the choice property.
getChoice() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the choice property.
getChoice() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamedGroup
Gets the value of the choice property.
getChoice() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the choice property.
getClassName(TypeElement, ProcessingEnvironment) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
Returns the name of the class represented by the typeElement
getComplexContent() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the complexContent property.
getComplexType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the complexType property.
getComponentBuildingDefinitions() - Method in class org.mule.runtime.module.extension.internal.config.dsl.DefaultExtensionBuildingDefinitionProvider
Returns the ComponentBuildingDefinitions for all the extensions plus for the elements in the ExtensionXmlNamespaceInfo.EXTENSION_NAMESPACE
getContent() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
Gets the value of the content property.
getContent() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
Gets the value of the content property.
getContextClassLoader() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
getDefault() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the default property.
getDefault() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the default property.
getElementForClass(List<AnnotationValue>, Class<?>) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getElementFormDefault() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the elementFormDefault property.
getExtension() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
Gets the value of the extension property.
getExtension() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
Gets the value of the extension property.
getExtensionModelLoader() - Method in class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 
getExtensionModelLoader() - Method in class org.mule.runtime.module.extension.internal.resources.ExtensionResourcesGeneratorAnnotationProcessor
 
getExtensionModelLoader() - Method in class org.mule.runtime.module.extension.internal.resources.SoapExtensionResourcesGeneratorAnnotationProcessor
 
getFacets() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
Gets the value of the facets property.
getFacets() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the facets property.
getField() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
Gets the value of the field property.
getFieldsAnnotatedWith(TypeElement, Class<? extends Annotation>) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getFinal() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the final property.
getFinal() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the final property.
getFinal() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Gets the value of the final property.
getFinalDefault() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the finalDefault property.
getFixed() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the fixed property.
getFixed() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the fixed property.
getFlatParameters(List<ParameterGroupModel>, List<ParameterModel>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
getForm() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the form property.
getForm() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the form property.
getFrequency() - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigurationExpiration
 
getGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the group property.
getGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the group property.
getGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the group property.
getId() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
Gets the value of the id property.
getId() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotation
Gets the value of the id property.
getId() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
Gets the value of the id property.
getId() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the id property.
getIdentityConstraint() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the identityConstraint property.
getIncludeOrImportOrRedefine() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the includeOrImportOrRedefine property.
getInfrastructureParameterName(MetadataType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
getInlineGroups(ParameterizedModel) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
getItemType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
Gets the value of the itemType property.
getJavaDocSummary(ProcessingEnvironment, Element) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getLang() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
Gets the value of the lang property.
getLang() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the lang property.
getList() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Gets the value of the list property.
getMaxOccurs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
Gets the value of the maxOccurs property.
getMaxOccurs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the maxOccurs property.
getMaxOccurs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Gets the value of the maxOccurs property.
getMemberTypes() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Union
Gets the value of the memberTypes property.
getMethodDocumentation(ProcessingEnvironment, Element) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getMinOccurs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
Gets the value of the minOccurs property.
getMinOccurs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the minOccurs property.
getMinOccurs() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Gets the value of the minOccurs property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
Gets the value of the name property.
getName() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Gets the value of the name property.
getNamespace() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
Gets the value of the namespace property.
getNamespace() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Wildcard
Gets the value of the namespace property.
getNamespace() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionXmlNamespaceInfo
 
getNamespaceUriPrefix() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionXmlNamespaceInfo
 
getOtherAttributes() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.OpenAttrs
Gets a map that contains attributes that aren't bound to any typed property on this class.
getParameters() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.MethodDocumentation
A non null Map with each parameter's comments
getParameters() - Method in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
getParametersResolver(MuleContext) - Method in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
getParametersResolver(MuleContext) - Method in class org.mule.runtime.module.extension.internal.config.dsl.source.ExtensionSourceObjectFactory
 
getParticle() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Gets the value of the particle property.
getProcessContents() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Wildcard
Gets the value of the processContents property.
getPublic() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
Gets the value of the public property.
getRef() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the ref property.
getRef() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Gets the value of the ref property.
getRef() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the ref property.
getRef() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Gets the value of the ref property.
getRefer() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keyref
Gets the value of the refer property.
getRestriction() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
Gets the value of the restriction property.
getRestriction() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
Gets the value of the restriction property.
getRestriction() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Gets the value of the restriction property.
getSchemaLocation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
Gets the value of the schemaLocation property.
getSchemaLocation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Include
Gets the value of the schemaLocation property.
getSchemaLocation() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
Gets the value of the schemaLocation property.
getSelector() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
Gets the value of the selector property.
getSequence() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the sequence property.
getSequence() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Gets the value of the sequence property.
getSequence() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the sequence property.
getSimpleContent() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the simpleContent property.
getSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the simpleType property.
getSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the simpleType property.
getSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
Gets the value of the simpleType property.
getSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
Gets the value of the simpleType property.
getSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Gets the value of the simpleType property.
getSimpleType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Union
Gets the value of the simpleType property.
getSimpleTypeOrComplexTypeOrGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the simpleTypeOrComplexTypeOrGroup property.
getSource() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
Gets the value of the source property.
getSource() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
Gets the value of the source property.
getSubstitutionGroup() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the substitutionGroup property.
getSubTypes(ObjectType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionParsingContext
Returns a Collection with all the declared MetadataType subtypes for the indicated MetadataType type.
getSummary() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.MethodDocumentation
the method's javadoc block without tags
getSuperclassElement(Element) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
 
getSystem() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
Gets the value of the system property.
getTargetNamespace() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the targetNamespace property.
getType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the type property.
getType() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the type property.
getTypeElementsAnnotatedWith(Class<? extends Annotation>, RoundEnvironment) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.ExtensionAnnotationProcessor
Returns the TypeElements in the roundEnvironment which are annotated with annotationType
getUnion() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Gets the value of the union property.
getUse() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Gets the value of the use property.
getValue() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
Gets the value of the value property.
getVersion() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 
getVersion() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Gets the value of the version property.
getXmlNamespacesInfo() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionsXmlNamespaceInfoProvider
 
getXpath() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Field
Gets the value of the xpath property.
getXpath() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Selector
Gets the value of the xpath property.
group - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
group - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
Group - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
group type for explicit groups, named top-level groups and group references

Group() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
 
group - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
group - Variable in class org.mule.runtime.module.extension.internal.config.dsl.parameter.ParameterGroupParser
 
groupDsl - Variable in class org.mule.runtime.module.extension.internal.config.dsl.parameter.ParameterGroupParser
 
GroupRef - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for groupRef complex type.
GroupRef() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.GroupRef
 

H

hashCode() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
 

I

id - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
 
id - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotation
 
id - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
 
id - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
identityConstraint - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
Import - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Import() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
 
Include - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Include() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Include
 
includeOrImportOrRedefine - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
infrastructureParameterMap - Variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
init() - Method in class org.mule.runtime.module.extension.internal.config.dsl.DefaultExtensionBuildingDefinitionProvider
Gets a hold on a ExtensionManager instance and generates the definitions.
init() - Method in class org.mule.runtime.module.extension.internal.config.ExtensionNamespaceHandler
Deprecated.
 
InlineParameterGroupObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
An AbstractExtensionObjectFactory to resolve extension objects that can be defined as named top level elements and be placed in the mule registry.
InlineParameterGroupObjectFactory(ObjectType, ClassLoader, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.InlineParameterGroupObjectFactory
 
isAbstract() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the abstract property.
isAbstract() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the abstract property.
isFixed() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
Gets the value of the fixed property.
isMixed() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
Gets the value of the mixed property.
isMixed() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Gets the value of the mixed property.
isNillable() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Gets the value of the nillable property.
isRegistered(String, String) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionParsingContext
 
itemType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
 

K

Keybase - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for keybase complex type.
Keybase() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
 
Keyref - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Keyref() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keyref
 

L

lang - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
 
lang - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
List - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
itemType attribute and simpleType child are mutually exclusive, but one or other is required

List() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
 
list - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
 
LocalComplexType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for localComplexType complex type.
LocalComplexType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.LocalComplexType
 
LocalElement - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for localElement complex type.
LocalElement() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.LocalElement
 
LocalSimpleType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for localSimpleType complex type.
LocalSimpleType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.LocalSimpleType
 

M

maxOccurs - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
 
maxOccurs - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
maxOccurs - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
 
MediaTypeValueResolverParsingDelegate - Class in org.mule.runtime.module.extension.internal.config.dsl.object
A ValueResolverParsingDelegate for parsing instances of MediaType
MediaTypeValueResolverParsingDelegate() - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.object.MediaTypeValueResolverParsingDelegate
 
memberTypes - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Union
 
MethodDocumentation - Class in org.mule.runtime.module.extension.internal.capability.xml.schema
A summary object to group a method's javadoc combined with the ones of its parameters.
minOccurs - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
 
minOccurs - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
minOccurs - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
 
mixed - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
 
mixed - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
muleContext - Variable in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
MulePluginDescriptorGenerator - Class in org.mule.runtime.module.extension.internal.resources
A GeneratedResourceFactory which generates a MulePluginModel and stores it in JSON format
MulePluginDescriptorGenerator() - Constructor for class org.mule.runtime.module.extension.internal.resources.MulePluginDescriptorGenerator
 

N

name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
 
name - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
 
name - Variable in class org.mule.runtime.module.extension.internal.config.dsl.parameter.ParameterGroupParser
 
NamedAttributeGroup - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for namedAttributeGroup complex type.
NamedAttributeGroup() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamedAttributeGroup
 
NamedGroup - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for namedGroup complex type.
NamedGroup() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamedGroup
 
namespace - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
 
namespace - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Wildcard
 
namespace - Variable in class org.mule.runtime.module.extension.internal.config.dsl.parameter.ParameterGroupParser
 
NamespaceFilter - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
 
NamespaceFilter(String, String, boolean) - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamespaceFilter
 
NarrowMaxMin - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
restricted max/min

NarrowMaxMin() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NarrowMaxMin
 
newSchema(ExtensionModel, XmlDslModel, DslResolvingContext) - Static method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
nillable - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
NoFixedFacet - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for noFixedFacet complex type.
NoFixedFacet() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NoFixedFacet
 
Notation - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Notation() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
 
NumFacet - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for numFacet complex type.
NumFacet() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NumFacet
 

O

ObjectFactory - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
This object contains factory methods for each Java content interface and Java element interface for schemas generated by the SDK.
ObjectFactory() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes
ObjectParsingDelegate - Interface in org.mule.runtime.module.extension.internal.config.dsl.object
Specialization of ParsingDelegate that only accepts instances represented by a ObjectType and produces instances of instances of AttributeDefinition.Builder
objectParsingDelegates - Variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
ObjectTypeParameterParser - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
A ExtensionDefinitionParser for parsing extension objects that can be defined as named top level elements and be placed in the mule registry.
ObjectTypeParameterParser(ComponentBuildingDefinition.Builder, ObjectType, ClassLoader, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.ObjectTypeParameterParser
 
ObjectTypeParameterParser(ComponentBuildingDefinition.Builder, String, String, ObjectType, ClassLoader, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.ObjectTypeParameterParser
 
OpenAttrs - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas.
OpenAttrs() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.OpenAttrs
 
OperationDefinitionParser - Class in org.mule.runtime.module.extension.internal.config.dsl.operation
OperationDefinitionParser(ComponentBuildingDefinition.Builder, ExtensionModel, OperationModel, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationDefinitionParser
 
OperationMessageProcessorObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.operation
OperationMessageProcessorObjectFactory(ExtensionModel, OperationModel, MuleContext, PolicyManager) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationMessageProcessorObjectFactory
 
org.mule.runtime.module.extension.internal.capability.xml.description - package org.mule.runtime.module.extension.internal.capability.xml.description
 
org.mule.runtime.module.extension.internal.capability.xml.schema - package org.mule.runtime.module.extension.internal.capability.xml.schema
 
org.mule.runtime.module.extension.internal.capability.xml.schema.builder - package org.mule.runtime.module.extension.internal.capability.xml.schema.builder
 
org.mule.runtime.module.extension.internal.capability.xml.schema.model - package org.mule.runtime.module.extension.internal.capability.xml.schema.model
 
org.mule.runtime.module.extension.internal.config - package org.mule.runtime.module.extension.internal.config
 
org.mule.runtime.module.extension.internal.config.dsl - package org.mule.runtime.module.extension.internal.config.dsl
 
org.mule.runtime.module.extension.internal.config.dsl.config - package org.mule.runtime.module.extension.internal.config.dsl.config
 
org.mule.runtime.module.extension.internal.config.dsl.connection - package org.mule.runtime.module.extension.internal.config.dsl.connection
 
org.mule.runtime.module.extension.internal.config.dsl.infrastructure - package org.mule.runtime.module.extension.internal.config.dsl.infrastructure
 
org.mule.runtime.module.extension.internal.config.dsl.object - package org.mule.runtime.module.extension.internal.config.dsl.object
 
org.mule.runtime.module.extension.internal.config.dsl.operation - package org.mule.runtime.module.extension.internal.config.dsl.operation
 
org.mule.runtime.module.extension.internal.config.dsl.parameter - package org.mule.runtime.module.extension.internal.config.dsl.parameter
 
org.mule.runtime.module.extension.internal.config.dsl.source - package org.mule.runtime.module.extension.internal.config.dsl.source
 
org.mule.runtime.module.extension.internal.resources - package org.mule.runtime.module.extension.internal.resources
 

P

ParameterGroupParser - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
A ExtensionDefinitionParser for parsing extension objects that are expressed as an inline ParameterGroupModel
ParameterGroupParser(ComponentBuildingDefinition.Builder, ParameterGroupModel, ClassLoader, DslElementSyntax, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.ParameterGroupParser
 
parameters - Variable in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
parametersResolver - Variable in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
parse() - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
parse(String, MetadataType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.CharsetValueResolverParsingDelegate
 
parse(String, ObjectType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.DefaultObjectParsingDelegate
Parses the given objectType as a ValueResolver
parse(String, MetadataType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.DefaultValueResolverParsingDelegate
 
parse(String, ObjectType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.FixedTypeParsingDelegate
Performs the parsing and returns a value.
parse(String, MetadataType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.object.MediaTypeValueResolverParsingDelegate
 
parse(String, M, DslElementSyntax) - Method in interface org.mule.runtime.module.extension.internal.config.dsl.object.ParsingDelegate
Performs the parsing and returns a value.
parseAttributeParameter(ParameterModel) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for parsing the given parameterModel as an element attribute
parseAttributeParameter(String, String, MetadataType, Object, ExpressionSupport, boolean, Set<ModelProperty>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for parsing the given parameterModel as an element attribute
parseCollectionParameter(ParameterModel, ArrayType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for a ParameterModel which represents an ArrayType
parseCollectionParameter(String, String, ArrayType, Object, ExpressionSupport, boolean, DslElementSyntax, Set<ModelProperty>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for a ParameterModel which represents an ArrayType
parseFields(ObjectType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
parseFromTextExpression(ParameterModel, DslElementSyntax, Supplier<TypeConverter>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
parseFromTextExpression(String, DslElementSyntax, Supplier<TypeConverter>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
parseInlineParameterGroup(ParameterGroupModel) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
parseMapParameters(ParameterModel, ObjectType, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for a ParameterModel which represents an open ObjectType
parseMapParameters(String, String, ObjectType, Object, ExpressionSupport, boolean, DslElementSyntax, Set<ModelProperty>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for a ParameterModel which represents an open ObjectType
parseObject(String, String, ObjectType, Object, ExpressionSupport, boolean, boolean, DslElementSyntax, Set<ModelProperty>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
parseObjectParameter(ParameterModel, DslElementSyntax) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for a ParameterModel which represents an ObjectType
parseObjectParameter(String, String, ObjectType, Object, ExpressionSupport, boolean, boolean, DslElementSyntax, Set<ModelProperty>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Registers a definition for a ParameterModel which represents an ObjectType
parseParameters(List<ParameterModel>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
Parsers the given parameters and generates matching definitions
parseParameters(ParameterizedModel) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
parsingContext - Variable in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
ParsingDelegate<M extends org.mule.metadata.api.model.MetadataType,T> - Interface in org.mule.runtime.module.extension.internal.config.dsl.object
A simple delegate interface for optionally parsing entities which type is represented by M and produce a value of type T.
particle - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
 
Pattern - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Pattern() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Pattern
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 
processContents - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Wildcard
 
PROCESSING_ENVIRONMENT - Static variable in class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 

R

RealGroup - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for realGroup complex type.
RealGroup() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RealGroup
 
Redefine - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Redefine() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
 
ReducedDerivationControl - Enum in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for reducedDerivationControl.
ref - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
ref - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
 
ref - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
ref - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
 
refer - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keyref
 
registerConfigElement(ConfigurationModel) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
registerConnectionProviderElement(ConnectionProviderModel) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
registerEnums() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
registerMessageSource(SourceModel) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
registerObjectType(String, String, ObjectType) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionParsingContext
Register an ObjectType to indicate it has already being parsed for the given name and namespace
registerOperation(OperationModel) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
resolveParameterGroups(ObjectType, DefaultObjectBuilder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
resolveParameters(ObjectType, DefaultObjectBuilder) - Method in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
resolverOf(String, MetadataType, Object, Object, ExpressionSupport, boolean, Set<ModelProperty>, boolean) - Method in class org.mule.runtime.module.extension.internal.config.dsl.ExtensionDefinitionParser
 
restriction - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
 
Restriction - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
base attribute and simpleType child are mutually exclusive, but one or other is required

Restriction() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
 
restriction - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
 
restriction - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
 
RestrictionType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for restrictionType complex type.
RestrictionType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
ROUND_ENVIRONMENT - Static variable in class org.mule.runtime.module.extension.internal.resources.BaseExtensionResourcesGeneratorAnnotationProcessor
 

S

Schema - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Schema() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
SchemaBuilder - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.builder
Builder class to generate a XSD schema that describes a ExtensionModel
SchemaBuilder() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.builder.SchemaBuilder
 
SchemaGenerator - Class in org.mule.runtime.module.extension.internal.capability.xml.schema
Generator class that takes a ExtensionModel with a XmlDslModel and returns a XSD schema as a String
SchemaGenerator() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.SchemaGenerator
 
schemaLocation - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
 
schemaLocation - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Include
 
schemaLocation - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
 
SchemaTypeConversion - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
 
SchemaTypeConversion() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SchemaTypeConversion
 
SchemaXmlResourceFactory - Class in org.mule.runtime.module.extension.internal.capability.xml.schema
Implementation of AbstractXmlResourceFactory which generates the extension's XSD schema
SchemaXmlResourceFactory() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.SchemaXmlResourceFactory
 
selector - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
 
Selector - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
Selector() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Selector
 
sequence - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
sequence - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
 
sequence - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
setAbstract(Boolean) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the abstract property.
setAll(All) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the all property.
setAll(All) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Sets the value of the all property.
setAll(All) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the all property.
setAnnotation(Annotation) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
Sets the value of the annotation property.
setAnyAttribute(Wildcard) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Sets the value of the anyAttribute property.
setAnyAttribute(Wildcard) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the anyAttribute property.
setAnyAttribute(Wildcard) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Sets the value of the anyAttribute property.
setAnyAttribute(Wildcard) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the anyAttribute property.
setAttributeFormDefault(FormChoice) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Sets the value of the attributeFormDefault property.
setBase(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Sets the value of the base property.
setBase(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
Sets the value of the base property.
setBase(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the base property.
setBuild(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 
setChoice(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the choice property.
setChoice(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Sets the value of the choice property.
setChoice(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamedGroup
Sets the value of the choice property.
setChoice(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the choice property.
setComplexContent(ComplexContent) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the complexContent property.
setComplexType(LocalComplexType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the complexType property.
setConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationMessageProcessorObjectFactory
 
setConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.config.dsl.source.ExtensionSourceObjectFactory
 
setCursorProviderFactory(CursorProviderFactory) - Method in class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationMessageProcessorObjectFactory
 
setCursorProviderFactory(CursorProviderFactory) - Method in class org.mule.runtime.module.extension.internal.config.dsl.source.ExtensionSourceObjectFactory
 
setDefault(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the default property.
setDefault(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the default property.
setDisableValidation(boolean) - Method in class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderObjectFactory
 
setDynamicConfigurationExpiration(DynamicConfigurationExpiration) - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExtensionConfigObjectFactory
 
setElementFormDefault(FormChoice) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Sets the value of the elementFormDefault property.
setExpirationPolicy(ExpirationPolicy) - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.DynamicConfigPolicyObjectFactory
 
setExtension(ExtensionType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
Sets the value of the extension property.
setExtension(SimpleExtensionType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
Sets the value of the extension property.
setExtensionModels(Set<ExtensionModel>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.DefaultExtensionBuildingDefinitionProvider
 
setExtensions(Set<ExtensionModel>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.DefaultExtensionBuildingDefinitionProvider
 
setFixed(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the fixed property.
setFixed(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the fixed property.
setFixed(Boolean) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
Sets the value of the fixed property.
setForm(FormChoice) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the form property.
setForm(FormChoice) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the form property.
setGroup(GroupRef) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the group property.
setGroup(GroupRef) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Sets the value of the group property.
setGroup(GroupRef) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the group property.
setId(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotated
Sets the value of the id property.
setId(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Annotation
Sets the value of the id property.
setId(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
Sets the value of the id property.
setId(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Sets the value of the id property.
setItemType(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
Sets the value of the itemType property.
setLang(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
Sets the value of the lang property.
setLang(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Sets the value of the lang property.
setList(List) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Sets the value of the list property.
setMaxIdleTime(Long) - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExpirationPolicyObjectFactory
 
setMaxOccurs(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
Sets the value of the maxOccurs property.
setMaxOccurs(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the maxOccurs property.
setMaxOccurs(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Sets the value of the maxOccurs property.
setMinOccurs(BigInteger) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Any
Sets the value of the minOccurs property.
setMinOccurs(BigInteger) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the minOccurs property.
setMinOccurs(BigInteger) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Sets the value of the minOccurs property.
setMixed(Boolean) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
Sets the value of the mixed property.
setMixed(Boolean) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the mixed property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
Sets the value of the name property.
setName(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Sets the value of the name property.
setNamespace(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
Sets the value of the namespace property.
setNillable(Boolean) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the nillable property.
setParameters(Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.config.dsl.AbstractExtensionObjectFactory
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderObjectFactory
 
setProcessContents(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Wildcard
Sets the value of the processContents property.
setPublic(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
Sets the value of the public property.
setRef(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the ref property.
setRef(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.AttributeGroup
Sets the value of the ref property.
setRef(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the ref property.
setRef(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Group
Sets the value of the ref property.
setRefer(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keyref
Sets the value of the refer property.
setRestriction(ComplexRestrictionType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexContent
Sets the value of the restriction property.
setRestriction(SimpleRestrictionType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
Sets the value of the restriction property.
setRestriction(Restriction) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Sets the value of the restriction property.
setRetryPolicyTemplate(RetryPolicyTemplate) - Method in class org.mule.runtime.module.extension.internal.config.dsl.connection.ConnectionProviderObjectFactory
 
setRetryPolicyTemplate(RetryPolicyTemplate) - Method in class org.mule.runtime.module.extension.internal.config.dsl.source.ExtensionSourceObjectFactory
 
setSchemaLocation(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Import
Sets the value of the schemaLocation property.
setSchemaLocation(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Include
Sets the value of the schemaLocation property.
setSchemaLocation(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Redefine
Sets the value of the schemaLocation property.
setSelector(Selector) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Keybase
Sets the value of the selector property.
setSequence(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the sequence property.
setSequence(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ExtensionType
Sets the value of the sequence property.
setSequence(ExplicitGroup) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the sequence property.
setSimpleContent(SimpleContent) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
Sets the value of the simpleContent property.
setSimpleType(LocalSimpleType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
Sets the value of the simpleType property.
setSource(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
Sets the value of the source property.
setSource(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
Sets the value of the source property.
setSubstitutionGroup(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the substitutionGroup property.
setSystem(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
Sets the value of the system property.
setTarget(String) - Method in class org.mule.runtime.module.extension.internal.config.dsl.operation.OperationMessageProcessorObjectFactory
 
setTargetNamespace(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Sets the value of the targetNamespace property.
setTimeUnit(TimeUnit) - Method in class org.mule.runtime.module.extension.internal.config.dsl.infrastructure.ExpirationPolicyObjectFactory
 
setType(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the type property.
setType(QName) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
Sets the value of the type property.
setUnion(Union) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
Sets the value of the union property.
setUse(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
Sets the value of the use property.
setValue(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
Sets the value of the value property.
setVersion(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 
setVersion(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
Sets the value of the version property.
setXpath(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Field
Sets the value of the xpath property.
setXpath(String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Selector
Sets the value of the xpath property.
simpleContent - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
SimpleContent - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
SimpleContent() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleContent
 
SimpleExplicitGroup - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for simpleExplicitGroup complex type.
SimpleExplicitGroup() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleExplicitGroup
 
SimpleExtensionType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for simpleExtensionType complex type.
SimpleExtensionType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleExtensionType
 
SimpleRestrictionType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for simpleRestrictionType complex type.
SimpleRestrictionType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleRestrictionType
 
simpleType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
simpleType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
simpleType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.List
 
simpleType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Restriction
 
simpleType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.RestrictionType
 
SimpleType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for simpleType complex type.
SimpleType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
 
simpleType - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Union
 
simpleTypeOrComplexTypeOrGroup - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
SoapExtensionResourcesGeneratorAnnotationProcessor - Class in org.mule.runtime.module.extension.internal.resources
BaseExtensionResourcesGeneratorAnnotationProcessor implementation for SOAP BASED Extensions that use the soap extensions api classes and annotations.
SoapExtensionResourcesGeneratorAnnotationProcessor() - Constructor for class org.mule.runtime.module.extension.internal.resources.SoapExtensionResourcesGeneratorAnnotationProcessor
 
source - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Appinfo
 
source - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Documentation
 
SourceDefinitionParser - Class in org.mule.runtime.module.extension.internal.config.dsl.source
An ExtensionMessageSource used to parse instances of ExtensionMessageSource instances through a SourceDefinitionParser
SourceDefinitionParser(ComponentBuildingDefinition.Builder, ExtensionModel, SourceModel, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.source.SourceDefinitionParser
 
SpringHandlerBundleResourceFactory - Class in org.mule.runtime.module.extension.internal.capability.xml.schema
Deprecated.
Will be removed as soon as MULE-9865 is fixed. Do not use.
SpringHandlerBundleResourceFactory() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.SpringHandlerBundleResourceFactory
Deprecated.
 
SpringSchemaBundleResourceFactory - Class in org.mule.runtime.module.extension.internal.capability.xml.schema
Deprecated.
Will be removed as soon as MULE-9865 is fixed. Do not use.
SpringSchemaBundleResourceFactory() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.SpringSchemaBundleResourceFactory
Deprecated.
 
startDocument() - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamespaceFilter
 
startElement(String, String, String, Attributes) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamespaceFilter
 
startPrefixMapping(String, String) - Method in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.NamespaceFilter
 
substitutionGroup - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
system - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
 

T

targetNamespace - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 
TopLevelAttribute - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for topLevelAttribute complex type.
TopLevelAttribute() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.TopLevelAttribute
 
TopLevelComplexType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for topLevelComplexType complex type.
TopLevelComplexType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.TopLevelComplexType
 
TopLevelElement - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for topLevelElement complex type.
TopLevelElement() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.TopLevelElement
 
TopLevelParameterObjectFactory - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
An AbstractExtensionObjectFactory to resolve extension objects that can be defined as named top level elements and be placed in the mule registry.
TopLevelParameterObjectFactory(ObjectType, ClassLoader, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.TopLevelParameterObjectFactory
 
TopLevelSimpleType - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for topLevelSimpleType complex type.
TopLevelSimpleType() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.TopLevelSimpleType
 
TotalDigits - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
TotalDigits() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.TotalDigits
 
type - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
type - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
TypeDerivationControl - Enum in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for typeDerivationControl.
TypedInlineParameterGroupParser - Class in org.mule.runtime.module.extension.internal.config.dsl.parameter
A ParameterGroupParser which returns the values of the parameters in the group in fields of an object of a given type
TypedInlineParameterGroupParser(ComponentBuildingDefinition.Builder, ParameterGroupModel, ParameterGroupDescriptor, ClassLoader, DslElementSyntax, DslSyntaxResolver, ExtensionParsingContext) - Constructor for class org.mule.runtime.module.extension.internal.config.dsl.parameter.TypedInlineParameterGroupParser
 

U

union - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
 
Union - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
memberTypes attribute must be non-empty or there must be at least one simpleType child

Union() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Union
 
use - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 

V

value() - Method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.DerivationControl
 
value - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Facet
 
value() - Method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.FormChoice
 
value() - Method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.ReducedDerivationControl
 
value() - Method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.TypeDerivationControl
 
valueOf(String) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.DerivationControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.FormChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.ReducedDerivationControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.TypeDerivationControl
Returns the enum constant of this type with the specified name.
ValueResolverParsingDelegate - Interface in org.mule.runtime.module.extension.internal.config.dsl.object
Specialization of ParsingDelegate that always produces instances of ValueResolver
values() - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.DerivationControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.FormChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.ReducedDerivationControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.module.extension.internal.capability.xml.schema.model.TypeDerivationControl
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.BuiltBy
 
version - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Schema
 

W

WhiteSpace - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for anonymous complex type.
WhiteSpace() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.WhiteSpace
 
Wildcard - Class in org.mule.runtime.module.extension.internal.capability.xml.schema.model
Java class for wildcard complex type.
Wildcard() - Constructor for class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Wildcard
 
write(GeneratedResource) - Method in class org.mule.runtime.module.extension.internal.resources.AnnotationProcessorResourceGenerator
 

X

xpath - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Field
 
xpath - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Selector
 

_

_abstract - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
_abstract - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
_default - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Attribute
 
_default - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
_final - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.ComplexType
 
_final - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Element
 
_final - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.SimpleType
 
_public - Variable in class org.mule.runtime.module.extension.internal.capability.xml.schema.model.Notation
 
A B C D E F G H I K L M N O P R S T U V W X _ 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.