Apache Tuscany SCA Kernel Sub-Project
A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractInboundInvocationHandler - Class in org.apache.tuscany.spi.wire
Base class for dispatching an invocation through an InboundInvocationChain
AbstractInboundInvocationHandler() - Constructor for class org.apache.tuscany.spi.wire.AbstractInboundInvocationHandler
 
AbstractLifecycle - Class in org.apache.tuscany.spi
Base class providing a simple implementation of Lifecycle.
AbstractLifecycle() - Constructor for class org.apache.tuscany.spi.AbstractLifecycle
 
AbstractOutboundInvocationHandler - Class in org.apache.tuscany.spi.wire
Base class for performing invocations on an outbound chain.
AbstractOutboundInvocationHandler() - Constructor for class org.apache.tuscany.spi.wire.AbstractOutboundInvocationHandler
 
AbstractPropertyProcessor<A extends Annotation> - Class in org.apache.tuscany.spi.implementation.java
Base class for ImplementationProcessors that handle annotations that add Properties.
AbstractPropertyProcessor(Class<A>, ImplementationProcessorService) - Constructor for class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
AbstractSCAObject - Class in org.apache.tuscany.spi.component
Functionality common to all SCAObject implementations
AbstractSCAObject(String, CompositeComponent) - Constructor for class org.apache.tuscany.spi.component.AbstractSCAObject
 
add(ReferenceTarget) - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Add a reference target configuration to this component.
add(PropertyValue<?>) - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Add a property value configuration to this component.
add(S) - Method in class org.apache.tuscany.spi.model.ComponentType
Add a service to those provided by the implementation.
add(R) - Method in class org.apache.tuscany.spi.model.ComponentType
Add a reference to a service consumed by the implementation.
add(P) - Method in class org.apache.tuscany.spi.model.ComponentType
Add a property that can be used to configure the implementation.
add(ComponentDefinition<? extends Implementation<?>>) - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
add(Include) - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
addContextName(String) - Method in exception org.apache.tuscany.api.TuscanyException
Pushes a context name where an error occured onto the call stack.
addContextName(String) - Method in exception org.apache.tuscany.api.TuscanyRuntimeException
Pushes a context name where an error occured onto the call stack.
addDependency(Artifact) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Adds a transitive dependency to the artifact.
addInboundWire(InboundWire) - Method in interface org.apache.tuscany.spi.component.Component
Adds a target-side wire.
addInboundWire(InboundWire) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
addInboundWire(InboundWire) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
addInterceptor(Interceptor) - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Adds an interceptor to the chain
addInterceptor(int, Interceptor) - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Adds an interceptor at the given position in the interceptor stack
addInterface(Class<?>) - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Adds an interface type generated proxies implement
addInvocationChain(Operation<?>, InboundInvocationChain) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Adds the invocation chain associated with the given operation
addInvocationChain(Operation<?>, OutboundInvocationChain) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Adds the invocation chain associated with the given operation
addInvocationChains(Map<Operation<?>, InboundInvocationChain>) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Adds the collection of invocation chains keyed by operation
addInvocationChains(Map<Operation<?>, OutboundInvocationChain>) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Adds the collection of invocation chains keyed by operation
addListener(RuntimeEventListener) - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
addListener(EventFilter, RuntimeEventListener) - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
addListener(RuntimeEventListener) - Method in interface org.apache.tuscany.spi.event.EventPublisher
Registers a listener to receive notifications for the context
addListener(EventFilter, RuntimeEventListener) - Method in interface org.apache.tuscany.spi.event.EventPublisher
Registers a listener to receive notifications for the context
addMapping(Object, Object) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Creates an association between a message id and the address of the SCAObject that the corresponding message originates from
addName(List<String>, int, String) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
Inserts a name at the specified position, paddiling the list if its size is less than the position
addOutboundWire(OutboundWire) - Method in interface org.apache.tuscany.spi.component.Component
Adds a source-side wire for the given reference.
addOutboundWire(OutboundWire) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
addOutboundWire(OutboundWire) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
addOutboundWires(Class<?>, List<OutboundWire>) - Method in interface org.apache.tuscany.spi.component.Component
Adds a set of source-side multiplicity wires for the given reference.
addOutboundWires(Class<?>, List<OutboundWire>) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
addOutboundWires(Class<?>, List<OutboundWire>) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
addSourceCallbackInvocationChain(Object, Operation<?>, OutboundInvocationChain) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Adds the callback invocation chain associated with the given operation for a given target addr
addSourceCallbackInvocationChains(Object, Map<Operation<?>, OutboundInvocationChain>) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Adds the collection of callback invocation chains keyed by operation for a given target addr
addTarget(URI) - Method in class org.apache.tuscany.spi.model.ReferenceTarget
 
addTargetCallbackInvocationChain(Operation<?>, InboundInvocationChain) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Adds the callback invocation chain associated with the given operation
addTargetCallbackInvocationChains(Map<Operation<?>, InboundInvocationChain>) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Adds the collection of callback invocation chains keyed by operation
addURL(URL) - Method in class org.apache.tuscany.spi.deployer.CompositeClassLoader
 
areUnique(Class[]) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
Determines if all the members of a collection have unique types
Artifact - Class in org.apache.tuscany.spi.services.artifact
Description of some packaged artifact such as a JAR file or a Composite.
Artifact() - Constructor for class org.apache.tuscany.spi.services.artifact.Artifact
 
ArtifactRepository - Interface in org.apache.tuscany.spi.services.artifact
Abstraction for a repository of SCA and other artifacts.
AtomicComponent - Interface in org.apache.tuscany.spi.component
The runtime instantiation of an SCA atomic, or leaf-type, component
AtomicComponentExtension - Class in org.apache.tuscany.spi.extension
An extension point for atomic component type, which new implementation types may extend
AtomicComponentExtension(String, CompositeComponent, ScopeContainer, WireService, WorkContext, WorkScheduler, int) - Constructor for class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
AtomicImplementation<T extends ComponentType> - Class in org.apache.tuscany.spi.model
The base representation of an atomic component implementation
AtomicImplementation() - Constructor for class org.apache.tuscany.spi.model.AtomicImplementation
 
AtomicImplementation(T) - Constructor for class org.apache.tuscany.spi.model.AtomicImplementation
 
Autowire - Annotation Type in org.apache.tuscany.spi.annotation
A system annotation to inject an autowired instance
autowireExternal - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
autowireInternal - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
AutowireResolutionException - Exception in org.apache.tuscany.spi.component
Denotes an exception while resolving an automatic wire
AutowireResolutionException() - Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
 
AutowireResolutionException(String) - Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
 
AutowireResolutionException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
 
AutowireResolutionException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
 

B

baseType - Variable in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
Binding - Class in org.apache.tuscany.spi.model
The base representation of a binding specified in an assembly
Binding() - Constructor for class org.apache.tuscany.spi.model.Binding
 
BindingBuilder<B extends Binding> - Interface in org.apache.tuscany.spi.builder
Responsible for processing a service or reference in an assembly configured with a particular binding.
BindingBuilderExtension<B extends Binding> - Class in org.apache.tuscany.spi.extension
An extension point for binding builders.
BindingBuilderExtension() - Constructor for class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
bindingServiceContract - Variable in class org.apache.tuscany.spi.extension.ReferenceExtension
 
bindingServiceContract - Variable in class org.apache.tuscany.spi.extension.ServiceExtension
 
BindlessBuilder - Interface in org.apache.tuscany.spi.builder
Responsible for processing a service or reference in an assembly configured without any binding.
BindlessServiceDefinition - Class in org.apache.tuscany.spi.model
Represents a service in a composite, with an interface and a reference target.
BindlessServiceDefinition(String, ServiceContract, boolean, URI) - Constructor for class org.apache.tuscany.spi.model.BindlessServiceDefinition
 
BindlessServiceDefinition() - Constructor for class org.apache.tuscany.spi.model.BindlessServiceDefinition
 
bootApplication(URL, ClassLoader) - Method in interface org.apache.tuscany.host.Launcher
Boot a default application into the runtime.
bootRuntime(URL, ClassLoader, MonitorFactory) - Method in interface org.apache.tuscany.host.Launcher
Boot the Tuscany runtime.
BoundReferenceDefinition<B extends Binding> - Class in org.apache.tuscany.spi.model
Represents a reference configured with a binding in a composite
BoundReferenceDefinition() - Constructor for class org.apache.tuscany.spi.model.BoundReferenceDefinition
 
BoundServiceDefinition<B extends Binding> - Class in org.apache.tuscany.spi.model
Represents a service offered by a component, that has a particular binding associated with it.
BoundServiceDefinition(String, ServiceContract, boolean, B, URI) - Constructor for class org.apache.tuscany.spi.model.BoundServiceDefinition
 
BoundServiceDefinition() - Constructor for class org.apache.tuscany.spi.model.BoundServiceDefinition
 
build(CompositeComponent, BoundServiceDefinition<B>, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.BindingBuilder
 
build(CompositeComponent, BoundReferenceDefinition<B>, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.BindingBuilder
 
build(CompositeComponent, BindlessServiceDefinition, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.BindlessBuilder
 
build(CompositeComponent, ReferenceDefinition, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.BindlessBuilder
 
build(CompositeComponent, ComponentDefinition<I>, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.Builder
Builds a Component context from a ComponentDefinition
build(CompositeComponent, BoundServiceDefinition<B>, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.Builder
TODO: JavaDoc this when we know if we will still register Services as contexts
build(CompositeComponent, BoundReferenceDefinition<B>, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.Builder
TODO: JavaDoc this when we know if we will still register References as contexts
build(CompositeComponent, BindlessServiceDefinition, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.Builder
TODO: Make sure that this method belongs here Allow a builder registry to provide building of bindless services via appropriate registered builder
build(CompositeComponent, ReferenceDefinition, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.Builder
TODO: Make sure that this method belongs here Allow a builder registry to provide building of targetless references via appropriate registered builder
build(CompositeComponent, ComponentDefinition<I>, DeploymentContext) - Method in interface org.apache.tuscany.spi.builder.ComponentBuilder
 
build(CompositeComponent, BoundServiceDefinition<B>, DeploymentContext) - Method in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
build(CompositeComponent, BoundReferenceDefinition<B>, DeploymentContext) - Method in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
build(ReferenceDefinition, OutboundWire) - Method in interface org.apache.tuscany.spi.policy.SourcePolicyBuilder
 
build(ServiceDefinition, InboundWire) - Method in interface org.apache.tuscany.spi.policy.TargetPolicyBuilder
 
Builder - Interface in org.apache.tuscany.spi.builder
Implementations build SCAObject types from model objects.
BuilderConfigException - Exception in org.apache.tuscany.spi.builder
Represents an error processing an assembly model
BuilderConfigException() - Constructor for exception org.apache.tuscany.spi.builder.BuilderConfigException
 
BuilderConfigException(String) - Constructor for exception org.apache.tuscany.spi.builder.BuilderConfigException
 
BuilderConfigException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.builder.BuilderConfigException
 
BuilderConfigException(Throwable) - Constructor for exception org.apache.tuscany.spi.builder.BuilderConfigException
 
BuilderException - Exception in org.apache.tuscany.spi.builder
The root exception for the builder package.
BuilderException() - Constructor for exception org.apache.tuscany.spi.builder.BuilderException
 
BuilderException(String) - Constructor for exception org.apache.tuscany.spi.builder.BuilderException
 
BuilderException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.builder.BuilderException
 
BuilderException(Throwable) - Constructor for exception org.apache.tuscany.spi.builder.BuilderException
 
BuilderRegistry - Interface in org.apache.tuscany.spi.builder
Maintains a registry of builders in the runtime, dispatching to the appropriate one as an assembly model is processed into runtime artifacts
builderRegistry - Variable in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
builderRegistry - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
buildSource(ReferenceDefinition, OutboundWire) - Method in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
Evaluates source-side policy metadata for referenceDefinition and updates the curresponding collection of wire configurations
buildTarget(ServiceDefinition, InboundWire) - Method in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
Evaluates target-side policy metadata for configured reference and updates the curresponding collection of wire configurations

C

callbackClass - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
callbackName - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
callbackOperations - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
checkCompatibility(ServiceContract<?>, ServiceContract<?>, boolean) - Method in interface org.apache.tuscany.spi.wire.WireService
Check the compatiblity of the source and the target service contracts.
checkCompatibility(ServiceContract<?>, ServiceContract<?>, boolean) - Method in class org.apache.tuscany.spi.wire.WireServiceExtension
Compares two operations for wiring compatibility as defined by the SCA assembly specification, namely:

compatibility for the individual method is defined as compatibility of the signature, that is method name, input types, and output types MUST BE the same.

children - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
clearIdentifier(Object) - Method in interface org.apache.tuscany.spi.component.WorkContext
Clears the unique key for the given identifier associated with the current request
clearIdentifiers() - Method in interface org.apache.tuscany.spi.component.WorkContext
Clears all identifiers associated with the current request
clone() - Method in class org.apache.tuscany.spi.extension.TargetInvokerExtension
 
clone() - Method in interface org.apache.tuscany.spi.wire.TargetInvoker
Implementations must support deep cloning
Component - Interface in org.apache.tuscany.spi.component
The runtime instantiation of an SCA component
COMPONENT_NAME - Static variable in interface org.apache.tuscany.host.RuntimeInfo
The default name that the runtime should assign to the component providing this service.
ComponentBuilder<I extends Implementation<?>> - Interface in org.apache.tuscany.spi.builder
Responsible for building a Component from an atomic or composite component configured in an assembly
ComponentBuilderExtension<I extends Implementation<?>> - Class in org.apache.tuscany.spi.extension
An extension point for component builders.
ComponentBuilderExtension() - Constructor for class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
ComponentDefinition<I extends Implementation<?>> - Class in org.apache.tuscany.spi.model
Represents a component.
ComponentDefinition(String, I) - Constructor for class org.apache.tuscany.spi.model.ComponentDefinition
Constructor specifying the component's name and implementation.
ComponentDefinition(I) - Constructor for class org.apache.tuscany.spi.model.ComponentDefinition
Constructor specifying the implementation of this component.
ComponentNames - Class in org.apache.tuscany.spi.bootstrap
Class that defines the names of well known component
ComponentNotFoundException - Exception in org.apache.tuscany.spi.component
Thrown when a component cannot be found
ComponentNotFoundException() - Constructor for exception org.apache.tuscany.spi.component.ComponentNotFoundException
 
ComponentNotFoundException(String) - Constructor for exception org.apache.tuscany.spi.component.ComponentNotFoundException
 
ComponentNotFoundException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.ComponentNotFoundException
 
ComponentNotFoundException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.ComponentNotFoundException
 
ComponentRuntimeException - Exception in org.apache.tuscany.spi.component
An unchecked exception encountered by an SCAObject
ComponentRuntimeException() - Constructor for exception org.apache.tuscany.spi.component.ComponentRuntimeException
 
ComponentRuntimeException(String) - Constructor for exception org.apache.tuscany.spi.component.ComponentRuntimeException
 
ComponentRuntimeException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.ComponentRuntimeException
 
ComponentRuntimeException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.ComponentRuntimeException
 
ComponentType<S extends ServiceDefinition,R extends ReferenceDefinition,P extends Property<?>> - Class in org.apache.tuscany.spi.model
The definition of the configurable aspects of an implementation in terms of the services it exposes, the services it references, and properties that can be used to configure it.
ComponentType() - Constructor for class org.apache.tuscany.spi.model.ComponentType
 
ComponentTypeLoader<I extends Implementation> - Interface in org.apache.tuscany.spi.loader
Loader that will load the ComponentType definition for the supplied implementation.
ComponentTypeLoaderExtension<I extends Implementation> - Class in org.apache.tuscany.spi.extension
 
ComponentTypeLoaderExtension() - Constructor for class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
ComponentTypeLoaderExtension(LoaderRegistry) - Constructor for class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
COMPOSITE - Static variable in class org.apache.tuscany.spi.model.Scope
 
CompositeClassLoader - Class in org.apache.tuscany.spi.deployer
ClassLoader associated with a composite.
CompositeClassLoader(ClassLoader) - Constructor for class org.apache.tuscany.spi.deployer.CompositeClassLoader
 
CompositeClassLoader(URL[], ClassLoader) - Constructor for class org.apache.tuscany.spi.deployer.CompositeClassLoader
 
CompositeClassLoader(URL[]) - Constructor for class org.apache.tuscany.spi.deployer.CompositeClassLoader
 
CompositeClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.apache.tuscany.spi.deployer.CompositeClassLoader
 
CompositeComponent - Interface in org.apache.tuscany.spi.component
The runtime instantiation of an SCA composite component.
CompositeComponentExtension - Class in org.apache.tuscany.spi.extension
An extension point for composite components, which new types may extend
CompositeComponentExtension(String, CompositeComponent, Connector, Map<String, Document>) - Constructor for class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
CompositeComponentType<S extends ServiceDefinition,R extends ReferenceDefinition,P extends Property<?>> - Class in org.apache.tuscany.spi.model
A specialization of component type for composite components.
CompositeComponentType() - Constructor for class org.apache.tuscany.spi.model.CompositeComponentType
 
CompositeImplementation - Class in org.apache.tuscany.spi.model
A specialization of an implementation associated with composite components
CompositeImplementation() - Constructor for class org.apache.tuscany.spi.model.CompositeImplementation
 
CONFIG_ERROR - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
connect(SCAObject) - Method in interface org.apache.tuscany.spi.builder.Connector
Connects the given source's wires to corresponding wires to a target.
connect(InboundWire, OutboundWire, boolean) - Method in interface org.apache.tuscany.spi.builder.Connector
Bridges the invocation chains associated with an inbound and outbound wire.
Connector - Interface in org.apache.tuscany.spi.builder
Implementations are responsible for bridging invocation chains as an assembly is converted to runtime artifacts
connector - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
connector - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
ConstructorDefinition<T> - Class in org.apache.tuscany.spi.implementation.java
Hold injection information for the constructor used to instantiate a component implementation instance
ConstructorDefinition(Constructor<T>) - Constructor for class org.apache.tuscany.spi.implementation.java.ConstructorDefinition
 
context - Variable in class org.apache.tuscany.spi.wire.WireServiceExtension
 
CoreRuntimeException - Exception in org.apache.tuscany.spi
The root exception for the runtime package.
CoreRuntimeException() - Constructor for exception org.apache.tuscany.spi.CoreRuntimeException
 
CoreRuntimeException(String) - Constructor for exception org.apache.tuscany.spi.CoreRuntimeException
 
CoreRuntimeException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.CoreRuntimeException
 
CoreRuntimeException(Throwable) - Constructor for exception org.apache.tuscany.spi.CoreRuntimeException
 
create(ElementInfo, TransformationContext) - Method in interface org.apache.tuscany.spi.databinding.WrapperHandler
Create a wrapper element
createAsyncTargetInvoker(InboundWire, Operation) - Method in interface org.apache.tuscany.spi.component.Component
Callback to create a TargetInvoker which dispatches to a service offered by the component
createAsyncTargetInvoker(OutboundWire, Operation) - Method in interface org.apache.tuscany.spi.component.Reference
Callback to create a TargetInvoker which issues a non-blocking dispatch
createAsyncTargetInvoker(InboundWire, Operation) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
createAsyncTargetInvoker(InboundWire, Operation) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
createAsyncTargetInvoker(OutboundWire, Operation) - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
createCallbackHandler(InboundWire) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates a wire invocation handler for flowing invocations through a callback
createCallbackProxy(ServiceContract<?>, InboundWire) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates a Java proxy for the service contract callback
createCallbackTargetInvoker(ServiceContract, Operation) - Method in interface org.apache.tuscany.spi.component.Reference
Creates a target invoker for callbacks
createCallbackTargetInvoker(ServiceContract, Operation) - Method in interface org.apache.tuscany.spi.component.Service
Returns the target invoker for dispatching callback invocations
createCallbackTargetInvoker(ServiceContract, Operation) - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
createCallbackTargetInvoker(ServiceContract, Operation) - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
createDefaultMonitorFactory() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Create the default MonitorFactory for this runtime.
createElement(Document, QName) - Static method in class org.apache.tuscany.spi.databinding.extension.DOMHelper
 
createElement(ElementInfo, String, TransformationContext) - Method in class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
createHandler(RuntimeWire) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates an WireInvocationHandler for the given wire
createInboundChain(Operation<?>) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates an inbound invocation chain for a given operation
createInstance() - Method in interface org.apache.tuscany.spi.component.AtomicComponent
Creates a new implementation instance, generally used as a callback by a ScopeContainer
createObjectFactory(Property<T>, PropertyValue<T>) - Method in interface org.apache.tuscany.spi.loader.PropertyObjectFactory
Return an ObjectFactory for instances of a property defined in an XML.
createOutboundChain(Operation<?>) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates an outbound invocation chain for a given operation
createProperty(String, Class<T>, Member) - Method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
createProxy(RuntimeWire) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates a Java proxy for the given wire
createReference(String, Member, Class<?>) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
 
createService(Class<?>) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
Introspects the given interface to produce a mapped service
createTargetInvoker(String, Operation) - Method in interface org.apache.tuscany.spi.component.Component
Callback to create a TargetInvoker which dispatches to a service offered by the component
createTargetInvoker(ServiceContract, Operation) - Method in interface org.apache.tuscany.spi.component.Reference
Callback to create a TargetInvoker which dispatches to the target service of the reference
createTargetInvoker(String, Operation) - Method in class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
createWire(ServiceDefinition) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates a wire for flowing inbound invocations to a service
createWire(ReferenceTarget, ReferenceDefinition) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates a wire for flowing outbound invocations to a reference
createWires(Component, ComponentDefinition<?>) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates wires for a component and injects them on the component
createWires(Reference, ServiceContract<?>) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates wires for a reference and injects them on the reference
createWires(Service, String, ServiceContract<?>) - Method in interface org.apache.tuscany.spi.wire.WireService
Creates wires for a service and injects them on the service

D

DataBinding - Interface in org.apache.tuscany.spi.databinding
DataBinding represents a data representation, for example, SDO, JAXB and AXIOM
dataBinding - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
DataBindingExtension - Class in org.apache.tuscany.spi.databinding.extension
Base Implementation of DataBinding
DataBindingExtension(Class<?>) - Constructor for class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
Create a databinding with the base java type whose name will be used as the name of the databinding
DataBindingExtension(String, Class<?>) - Constructor for class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
Create a databinding with the name and base java type
DataBindingRegistry - Interface in org.apache.tuscany.spi.databinding
The registry for data bindings
DataContext - Annotation Type in org.apache.tuscany.api.annotation
A key/value pair to represent information pertaining to a DataType
DataPipe<S,R> - Interface in org.apache.tuscany.spi.databinding
Data pipe allows a data source pushes data into its sink and pipe the data into its result
DataType - Annotation Type in org.apache.tuscany.api.annotation
Used to demarcate expected data types for an operation
DataType<L> - Class in org.apache.tuscany.spi.model
Representation of the type of data associated with an operation.
DataType(Type, L) - Constructor for class org.apache.tuscany.spi.model.DataType
Construct a data type specifying the physical and logical types.
DataType(String, Type, L) - Constructor for class org.apache.tuscany.spi.model.DataType
 
decode(char[], int, int) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
 
decode(String) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
 
decode(String, OutputStream) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
 
decode(String) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.HexBinary
Converts the string pValue into an array of hex bytes.
deploy(CompositeComponent, ComponentDefinition<I>) - Method in interface org.apache.tuscany.spi.deployer.Deployer
Deploy a component as a child of the supplied parent.
Deployer - Interface in org.apache.tuscany.spi.deployer
Interface that can be used to deploy SCA bundles to a runtime.
DeploymentContext - Interface in org.apache.tuscany.spi.deployer
A holder that can be used during the load process to store information that is not part of the logical assembly model.
deregisterFactory(Scope) - Method in interface org.apache.tuscany.spi.component.ScopeRegistry
 
destroy() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Destroy the runtime.
destroy(Object) - Method in interface org.apache.tuscany.spi.component.AtomicComponent
Notifies the given instance of a destroy event
destroy(Object) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
destroy() - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
DOMHelper - Class in org.apache.tuscany.spi.databinding.extension
Helper for DOM
DuplicateNameException - Exception in org.apache.tuscany.spi.component
Denotes an attempt to add an child to a composite component with a name equal to an existing child
DuplicateNameException() - Constructor for exception org.apache.tuscany.spi.component.DuplicateNameException
 
DuplicateNameException(String) - Constructor for exception org.apache.tuscany.spi.component.DuplicateNameException
 
DuplicateNameException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.DuplicateNameException
 
DuplicateNameException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.DuplicateNameException
 
DuplicatePropertyException - Exception in org.apache.tuscany.spi.implementation.java
Thrown when an implementation has more than one property injection site with the same name
DuplicatePropertyException() - Constructor for exception org.apache.tuscany.spi.implementation.java.DuplicatePropertyException
 
DuplicatePropertyException(String) - Constructor for exception org.apache.tuscany.spi.implementation.java.DuplicatePropertyException
 
DuplicatePropertyException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.implementation.java.DuplicatePropertyException
 
DuplicatePropertyException(Throwable) - Constructor for exception org.apache.tuscany.spi.implementation.java.DuplicatePropertyException
 

E

ElementInfo - Class in org.apache.tuscany.spi.idl
An abstraction of XML schema elements
ElementInfo(QName, TypeInfo) - Constructor for class org.apache.tuscany.spi.idl.ElementInfo
 
encode(byte[]) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
Outputs base64 representation of the specified byte array to a character stream.
encode(byte[]) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.HexBinary
Converts the byte array pHexBinary into a string.
equals(Object) - Method in class org.apache.tuscany.spi.model.DataType
 
equals(Object) - Method in class org.apache.tuscany.spi.model.Operation
 
equals(Object) - Method in class org.apache.tuscany.spi.model.Scope
 
equals(Object) - Method in class org.apache.tuscany.spi.model.ServiceContract
 
ERROR - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
Event - Interface in org.apache.tuscany.spi.event
Represents an event that is propagated in the runtime
EventFilter - Interface in org.apache.tuscany.spi.event
Evaluates whether a RuntimeEventListener is applicable to a given runtime event
EventPublisher - Interface in org.apache.tuscany.spi.event
Publishes events in the runtime
EXTENSION - Static variable in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
 

F

FINAL - Static variable in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
 
findMethod(Operation<?>, Method[]) - Static method in class org.apache.tuscany.spi.idl.java.JavaIDLUtils
Searches an array of methods for a match against the given operation
findOperation(Method, Collection<Operation<?>>) - Static method in class org.apache.tuscany.spi.idl.java.JavaIDLUtils
Searches a collection of operations for a match against the given method
findService(String, String, String) - Method in interface org.apache.tuscany.host.rmi.RMIHost
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.XSDDateTimeFormat
 

G

getAllRegistries() - Method in interface org.apache.tuscany.host.rmi.RMIHostAdmin
 
getApplicationClassLoader() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Get the application classloader
getApplicationName() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the name of the component associated with the application SCDL.
getApplicationRootDirectory() - Method in interface org.apache.tuscany.host.RuntimeInfo
Return the root directory used to resolve application file paths.
getApplicationScdl() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the location of the default application's SCDL.
getBaseType() - Method in class org.apache.tuscany.spi.idl.TypeInfo
 
getBaseURL() - Method in interface org.apache.tuscany.host.RuntimeInfo
Gets the base URL for the runtime.
getBinding() - Method in class org.apache.tuscany.spi.model.BoundReferenceDefinition
 
getBinding() - Method in class org.apache.tuscany.spi.model.BoundServiceDefinition
 
getBindingServiceContract() - Method in interface org.apache.tuscany.spi.component.Reference
Get the ServiceContract for the binding
getBindingServiceContract() - Method in interface org.apache.tuscany.spi.component.Service
Get the ServiceContract for the binding
getBindingServiceContract() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getBindingServiceContract() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getBindingType() - Method in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
getBody() - Method in interface org.apache.tuscany.spi.wire.Message
Returns the body of the message, which will be the payload or parameters associated with the wire
getBody() - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
getCallbackClass() - Method in class org.apache.tuscany.spi.model.ServiceContract
Returns the name of the callback service
getCallbackInterface() - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Returns the callback interface type implemented by generated proxies
getCallbackMember() - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
getCallbackName() - Method in class org.apache.tuscany.spi.model.ServiceContract
Returns the name of the callback or null if the contract is unidirectional
getCallbackOperations() - Method in class org.apache.tuscany.spi.model.ServiceContract
 
getCallbackReferenceName() - Method in class org.apache.tuscany.spi.model.ServiceDefinition
Returns the callback name.
getCallbackReferenceName() - Method in interface org.apache.tuscany.spi.wire.InboundWire
Returns the name of the callback associated with the service of the wire
getChild(String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the child associated with a given name
getChild(T, int, ElementInfo) - Method in interface org.apache.tuscany.spi.databinding.WrapperHandler
Get child element from the wrapper
getChild(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getChildren() - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the children contained by the composite
getChildren() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getClassifier() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Returns a way of classifying an artifact.
getClassLoader() - Method in interface org.apache.tuscany.spi.databinding.TransformationContext
Get the classloader
getClassLoader() - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Returns a class loader that can be used to load application resources.
getClassLoader() - Method in class org.apache.tuscany.spi.model.CompositeImplementation
 
getClone(byte[]) - Static method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.HexBinary
Creates a clone of the given byte array.
getComponents() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
Get all components including the ones are from included composites
getComponentType() - Method in class org.apache.tuscany.spi.model.Implementation
 
getConstructor() - Method in class org.apache.tuscany.spi.implementation.java.ConstructorDefinition
 
getConstructorDefinition() - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Returns the constructor used to instantiate implementation instances
getContainer() - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Returns the SCAObject that contains this wire
getContext() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the current SCA context
getCorrelationId() - Method in class org.apache.tuscany.spi.wire.AbstractInboundInvocationHandler
 
getCorrelationId() - Method in class org.apache.tuscany.spi.wire.AbstractOutboundInvocationHandler
 
getCorrelationId() - Method in interface org.apache.tuscany.spi.wire.Message
Returns the correlation id of the message
getCorrelationId() - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
getCurrentCorrelationId() - Method in interface org.apache.tuscany.spi.component.WorkContext
 
getCurrentMessageId() - Method in interface org.apache.tuscany.spi.component.WorkContext
 
getDataBinding(String) - Method in interface org.apache.tuscany.spi.databinding.DataBindingRegistry
Look up a data binding by id
getDataBinding() - Method in class org.apache.tuscany.spi.model.DataType
 
getDataBinding() - Method in class org.apache.tuscany.spi.model.Operation
Returns the data binding type specified for the operation or null.
getDataBinding() - Method in class org.apache.tuscany.spi.model.ServiceContract
 
getDeclaredComponents() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
Get declared components in this composite type, included doesn't count
getDeclaredProperties() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
Get declared properties in this composite type, included doesn't count
getDeclaredReferences() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
Get declared references in this composite type, included doesn't count
getDeclaredServices() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
Get declared services in this composite type, included doesn't count
getDefaultValue() - Method in class org.apache.tuscany.spi.model.Property
 
getDefaultValueFactory() - Method in class org.apache.tuscany.spi.model.Property
 
getDeployer() - Method in interface org.apache.tuscany.spi.bootstrap.RuntimeComponent
Returns the deployer for this runtime.
getDestroyMethod() - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Returns the component destructor method
getElement() - Method in exception org.apache.tuscany.spi.loader.UnrecognizedElementException
 
getExtension(String) - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Return the extension property with the supplied name.
getExtensions() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
getExtensions() - Method in interface org.apache.tuscany.spi.component.SCAObject
The extensions map contains other runtime context such as type systems for various databindings
getExtensions() - Method in class org.apache.tuscany.spi.model.ModelObject
 
getFaultTypes() - Method in class org.apache.tuscany.spi.model.Operation
Returns the data types of the faults raised by the operation.
getFile() - Method in class org.apache.tuscany.spi.model.PropertyValue
 
getFromAddress() - Method in class org.apache.tuscany.spi.wire.AbstractOutboundInvocationHandler
 
getFromAddress() - Method in interface org.apache.tuscany.spi.wire.Message
Returns the 'address' of the SCAObject where this message originates
getFromAddress() - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
getGroup() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Returns the name of a logical grouping to which this artifact belongs.
getHandler() - Method in interface org.apache.tuscany.spi.component.Reference
Returns the handler responsible for flowing a request through the reference
getHandler() - Method in interface org.apache.tuscany.spi.component.Service
Returns the handler responsible for flowing a request through the service
getHandler() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getHandler() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getHeadInterceptor() - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Returns the first interceptor in the chain
getHostClassLoader() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the host ClassLoader that is parent to all Tuscany classloaders.
getIdentifier() - Method in exception org.apache.tuscany.api.TuscanyException
Returns a string representing additional error information referred to in the error message.
getIdentifier() - Method in exception org.apache.tuscany.api.TuscanyRuntimeException
Returns a string representing additional error information referred to in the error message.
getIdentifier(Object) - Method in interface org.apache.tuscany.spi.component.WorkContext
Returns the unique key for the given identifier associated with the current request
getImplClass() - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedComponentType
Returns the implementation class associated with this component type.
getImplementation() - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Returns the Implementation of this component.
getImplementationClass() - Method in class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
getImplementationScope() - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Returns the component implementation scope
getImplementationType() - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
getInboundWire(String) - Method in interface org.apache.tuscany.spi.component.Component
Returns the target-side wire associated with the given service name
getInboundWire() - Method in interface org.apache.tuscany.spi.component.Reference
Returns the inbound wire for flowing a request through the reference
getInboundWire() - Method in interface org.apache.tuscany.spi.component.Service
Returns the inbound wire for flowing a request through the service
getInboundWire(String) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
getInboundWire(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getInboundWire() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getInboundWire() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getInboundWires() - Method in interface org.apache.tuscany.spi.component.Component
Returns a map of inbound wires for a service.
getInboundWires() - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
getInboundWires() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getIncluded() - Method in class org.apache.tuscany.spi.model.Include
Returns the composite that was included.
getIncludes() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
getInitLevel() - Method in interface org.apache.tuscany.spi.component.AtomicComponent
Returns the initialization level for this component.
getInitLevel() - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
getInitLevel() - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Returns the initialization level of this component.
getInitLevel() - Method in class org.apache.tuscany.spi.model.ComponentType
Returns the default initialization level for components of this type.
getInitMethod() - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Returns the component initializer method
getInjectionNames() - Method in class org.apache.tuscany.spi.implementation.java.ConstructorDefinition
 
getInputChildElements() - Method in class org.apache.tuscany.spi.idl.WrapperInfo
 
getInputType() - Method in class org.apache.tuscany.spi.model.Operation
Returns the data types of the parameters passed to the operation.
getInputWrapperElement() - Method in class org.apache.tuscany.spi.idl.WrapperInfo
 
getInstallDirectory() - Method in interface org.apache.tuscany.host.RuntimeInfo
Return the directory where the running runtime was installed.
getInstance(AtomicComponent) - Method in interface org.apache.tuscany.spi.component.ScopeContainer
Returns an instance associated with the current component
getInstance() - Method in interface org.apache.tuscany.spi.ObjectFactory
Return a instance of the type that this factory creates.
getInteractionScope() - Method in class org.apache.tuscany.spi.model.ServiceContract
Returns the service interaction scope
getInterface() - Method in interface org.apache.tuscany.spi.component.Reference
Returns the service interface configured for the reference
getInterface() - Method in interface org.apache.tuscany.spi.component.Service
Returns the service interface configured for the service
getInterface() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getInterface() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getInterfaceClass() - Method in exception org.apache.tuscany.spi.builder.InvalidServiceInterfaceException
 
getInterfaceClass() - Method in class org.apache.tuscany.spi.model.ServiceContract
Returns the class used to represent the service contract
getInterfaceName() - Method in class org.apache.tuscany.spi.model.ServiceContract
Returns the interface name for the contract
getInvocationChains() - Method in interface org.apache.tuscany.spi.wire.InboundWire
Returns the invocation chain for each operation on a service specified by a reference or a target service.
getInvocationChains() - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Returns the invocation configuration for each operation on a service specified by a reference or a target service.
getJavaType(TypeInfo) - Method in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
getJavaType() - Method in class org.apache.tuscany.spi.model.Property
 
getLifecycleState() - Method in class org.apache.tuscany.spi.AbstractLifecycle
 
getLifecycleState() - Method in interface org.apache.tuscany.spi.Lifecycle
Returns the lifecycle state
getListeners() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
getLogical() - Method in class org.apache.tuscany.spi.model.DataType
Returns the logical identifier used by the assembly.
getMember() - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedProperty
Returns the Member that this property is mapped to.
getMember() - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedReference
Returns the Member that this reference is mapped to.
getMessage() - Method in exception org.apache.tuscany.api.TuscanyException
 
getMessage() - Method in exception org.apache.tuscany.api.TuscanyRuntimeException
 
getMessageId() - Method in class org.apache.tuscany.spi.wire.AbstractInboundInvocationHandler
 
getMessageId() - Method in class org.apache.tuscany.spi.wire.AbstractOutboundInvocationHandler
 
getMessageId() - Method in interface org.apache.tuscany.spi.wire.Message
Returns the id of the message
getMessageId() - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
getMetadata() - Method in interface org.apache.tuscany.spi.databinding.TransformationContext
Get a map of metadata
getMetadata() - Method in class org.apache.tuscany.spi.model.DataType
Returns all metadata about this type.
getMetadata(String) - Method in class org.apache.tuscany.spi.model.DataType
Returns the specified metadata item or null if not present.
getMetaData() - Method in class org.apache.tuscany.spi.model.Operation
Returns a map of metadata key to value mappings for the operation.
getMetaData() - Method in class org.apache.tuscany.spi.model.ServiceContract
Returns a map of metadata key to value mappings for the operation.
getModuleScope() - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Returns the ScopeContainer for the MODULE scope that will be associated with this deployment unit.
getMonitor(Class<T>) - Method in interface org.apache.tuscany.host.MonitorFactory
Return a monitor for a component's monitor interface.
getMonitorFactory() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the MonitorFactory that this runtime is using.
getMultiplicity() - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
getName() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
getName() - Method in interface org.apache.tuscany.spi.component.SCAObject
Returns the artifact name
getName() - Method in interface org.apache.tuscany.spi.databinding.DataBinding
The name of a databinding should be case-insensitive and unique
getName() - Method in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
getName(A) - Method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
getName() - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Returns the name of this component.
getName() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
getName() - Method in class org.apache.tuscany.spi.model.CompositeImplementation
 
getName() - Method in class org.apache.tuscany.spi.model.Include
Returns the name of the composite that is being included.
getName() - Method in class org.apache.tuscany.spi.model.Operation
Returns the name of the operation.
getName() - Method in class org.apache.tuscany.spi.model.Property
 
getName() - Method in class org.apache.tuscany.spi.model.PropertyValue
Returns the name of the property that this value is for.
getName() - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
getName() - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
getName() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Returns the name of an artifact.
getNext() - Method in interface org.apache.tuscany.spi.wire.Interceptor
Returns the next interceptor or null
getOperation() - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Returns the target operation for this invocation chain
getOperations() - Method in class org.apache.tuscany.spi.model.ServiceContract
 
getOutboundWire() - Method in interface org.apache.tuscany.spi.component.Reference
Returns the outbound wire used by the reference to connect to a target
getOutboundWire() - Method in interface org.apache.tuscany.spi.component.Service
Returns the outbound wire for flowing a request out of the service
getOutboundWire() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getOutboundWire() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getOutboundWires() - Method in interface org.apache.tuscany.spi.component.Component
Returns a map of source-side wires for references.
getOutboundWires() - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
getOutboundWires() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getOutputChildElements() - Method in class org.apache.tuscany.spi.idl.WrapperInfo
 
getOutputType() - Method in class org.apache.tuscany.spi.model.Operation
Returns the data type returned by the operation.
getOutputWrapperElement() - Method in class org.apache.tuscany.spi.idl.WrapperInfo
 
getOverride() - Method in class org.apache.tuscany.spi.model.Property
 
getParent() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
getParent() - Method in interface org.apache.tuscany.spi.component.SCAObject
Returns the parent composite, or null if the artifact does not have one
getParent() - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Returns the parent of this deployment context.
getPartName() - Method in class org.apache.tuscany.spi.QualifiedName
Returns the parsed part name
getPhysical() - Method in class org.apache.tuscany.spi.model.DataType
Returns the physical type used by the runtime.
getPortName() - Method in class org.apache.tuscany.spi.QualifiedName
Returns the parsed port name if the original is of the compound for part/port
getProperties() - Method in class org.apache.tuscany.spi.model.ComponentType
Returns a live Map of properties that can be used to configure the implementation.
getProperties() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
getPropertyValue(String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the value of a Property of this composite.
getPropertyValue(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getPropertyValues() - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Returns a live Map of property values configured by this component definition.
getQName(Node) - Static method in class org.apache.tuscany.spi.databinding.extension.DOMHelper
 
getQName() - Method in class org.apache.tuscany.spi.idl.ElementInfo
 
getQName() - Method in class org.apache.tuscany.spi.idl.TypeInfo
 
getQualifiedName() - Method in class org.apache.tuscany.spi.QualifiedName
Returns the full part/port name pair
getReferenceName() - Method in class org.apache.tuscany.spi.model.ReferenceTarget
 
getReferenceName() - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Returns the name of the source reference
getReferences() - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the references contained by the composite
getReferences() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getReferences() - Method in class org.apache.tuscany.spi.model.ComponentType
Returns a live Map of references to services consumed by the implementation.
getReferences() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
getReferenceTargets() - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Returns a live Map of the targets configured by this component definition.
getRegistry(int) - Method in interface org.apache.tuscany.host.rmi.RMIHostAdmin
 
getRemoteComponent() - Method in interface org.apache.tuscany.spi.component.WorkContext
Returns the composite where a remote request came in
getResourceURI() - Method in exception org.apache.tuscany.spi.loader.LoaderException
Returns the location of the resource that was being loaded.
getResult() - Method in interface org.apache.tuscany.spi.databinding.DataPipe
Returns the data populated by the sink
getRootComponent() - Method in interface org.apache.tuscany.spi.bootstrap.RuntimeComponent
Returns the component that forms the root of the user component tree.
getRuntimeInfo() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the info this runtime will make available to service components.
getScdlLocation() - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Returns the location of the SCDL definition being deployed.
getScdlLocation() - Method in class org.apache.tuscany.spi.model.CompositeImplementation
 
getScdlLocation() - Method in class org.apache.tuscany.spi.model.Include
Returns the location of the SCDL for composite being included.
getScope() - Method in interface org.apache.tuscany.spi.component.SCAObject
Returns the artifact scope
getScope() - Method in interface org.apache.tuscany.spi.component.ScopeContainer
Returns the scope value representing the scope context
getScope() - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
getScope() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getScope() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getScope() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getScope() - Method in class org.apache.tuscany.spi.model.Scope
 
getScopeContainer(Scope) - Method in interface org.apache.tuscany.spi.component.ScopeRegistry
 
getService(String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the service associated with the given name
getService(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getServiceContract() - Method in class org.apache.tuscany.spi.model.Operation
Returns the service contract the operation is part of.
getServiceContract() - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
getServiceContract() - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
getServiceContract() - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Returns the service contract associated with the wire
getServiceInstance(String) - Method in interface org.apache.tuscany.spi.component.Component
Returns a service associated with the given name
getServiceInstance() - Method in interface org.apache.tuscany.spi.component.SCAObject
Returns an instance associated with the default service
getServiceInstance() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getServiceInstance(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getServiceInstance() - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
getServiceInstance() - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
getServiceInstance() - Method in class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
getServiceInstance(String) - Method in class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
getServiceInterface() - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedService
Returns the Java interface for this service.
getServiceInterfaces() - Method in interface org.apache.tuscany.spi.component.Component
Returns the service interfaces implemented by the component
getServiceInterfaces() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getServiceInterfaces() - Method in class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
getServiceName() - Method in interface org.apache.tuscany.spi.wire.InboundWire
Returns the name of the target service of the wire
getServices() - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the services contained by the composite
getServices() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getServices() - Method in class org.apache.tuscany.spi.model.ComponentType
Returns a live Map of the services provided by the implementation.
getServices() - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
getSink() - Method in interface org.apache.tuscany.spi.databinding.DataPipe
Returns a sink (for example, java.io.OutputStream, java.io.Writer or org.xml.sax.ContentHandler) to receive data pushed by the source
getSource() - Method in interface org.apache.tuscany.spi.event.Event
Returns the source of the event
getSource() - Method in class org.apache.tuscany.spi.model.PropertyValue
Returns an XPath expression that should be evaluated to get the actual property value.
getSource() - Method in class org.apache.tuscany.spi.model.WireDefinition
 
getSourceCallbackInvocationChains(Object) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Returns the callback invocation configuration for each operation on a service specified by a reference or a target service.
getSourceDataBinding() - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
getSourceDataBinding() - Method in interface org.apache.tuscany.spi.databinding.Transformer
Get the source type that this transformer transforms data from.
getSourceDataType() - Method in interface org.apache.tuscany.spi.databinding.TransformationContext
Get the source data type
getSourceType() - Method in class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
getSourceType() - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
getSystemChild(String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the system child associated with a given name
getSystemChild(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getSystemChildren() - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the system children contained by the composite
getSystemChildren() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getSystemComponent() - Method in interface org.apache.tuscany.spi.bootstrap.RuntimeComponent
Returns the component that forms the root of the system component tree.
getSystemReferences() - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the system references contained by the composite
getSystemReferences() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getSystemScdl() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Returns the location of the SCDL used to boot this runtime.
getSystemService(String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the system service associated with the given name
getSystemService(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getSystemServiceInstance(String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns a system service associated with the given name
getSystemServiceInstance(String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getSystemServices() - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the system services contained by the composite
getSystemServices() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
getTailInterceptor() - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Returns the last interceptor in the chain
getTarget() - Method in class org.apache.tuscany.spi.model.BindlessServiceDefinition
 
getTarget() - Method in class org.apache.tuscany.spi.model.BoundServiceDefinition
 
getTarget() - Method in class org.apache.tuscany.spi.model.WireDefinition
 
getTargetCallbackInvocationChains() - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Returns the callback invocation configuration for each operation on a service specified by a reference or a target service.
getTargetDataBinding() - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
getTargetDataBinding() - Method in interface org.apache.tuscany.spi.databinding.Transformer
Get the target type that this transformer transforms data into.
getTargetDataType() - Method in interface org.apache.tuscany.spi.databinding.TransformationContext
Get the target data type
getTargetInstance() - Method in interface org.apache.tuscany.spi.component.SystemAtomicComponent
Returns the target instance associated with the component.
getTargetInterceptor() - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Returns the head interceptor of the birdged target-side chain
getTargetInvoker() - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Returns the target invoker that is passed down the chain
getTargetInvoker() - Method in interface org.apache.tuscany.spi.wire.Message
Sets the target invoker to dispatch to when the message passes through the request side of the invocation chain
getTargetInvoker() - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
getTargetName() - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Returns the name of the target
getTargets() - Method in class org.apache.tuscany.spi.model.ReferenceTarget
 
getTargetService() - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Returns the non-proxied target instance for this wire
getTargetType() - Method in class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
 
getTargetType() - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
getText(T) - Method in class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
Get the string value from the source
getTimestamp() - Method in class org.apache.tuscany.spi.wire.MessageId
 
getTransformer(String, String) - Method in interface org.apache.tuscany.spi.databinding.TransformerRegistry
Get the direct Transformer which can transform data from source type to result type
getTransformerChain(String, String) - Method in interface org.apache.tuscany.spi.databinding.TransformerRegistry
Get the a chain of Transformers which can transform data from source type to result type
getType() - Method in class org.apache.tuscany.spi.idl.ElementInfo
 
getType() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Returns the type of artifact.
getUnwrappedInputType() - Method in class org.apache.tuscany.spi.idl.WrapperInfo
 
getUnwrappedOutputType() - Method in class org.apache.tuscany.spi.idl.WrapperInfo
 
getUrl() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Returns a URL from which the artifact can be obtained.
getUrls() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Gets the URLs for all the transitive dependencies.
getValue() - Method in class org.apache.tuscany.spi.model.PropertyValue
 
getValueFactory() - Method in class org.apache.tuscany.spi.model.PropertyValue
 
getVersion() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Returns the version of an artifact.
getWeight() - Method in class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
getWeight() - Method in class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
 
getWeight() - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
getWeight() - Method in interface org.apache.tuscany.spi.databinding.Transformer
Get the cost of the transformation.
getWrapper() - Method in class org.apache.tuscany.spi.model.Operation
Return the Wrapper information for this operation is it's wrapper style
getWrapperHandler() - Method in interface org.apache.tuscany.spi.databinding.DataBinding
Provide a WrapperHandler for this databinding
getWrapperHandler() - Method in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
getXmlFactory() - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Returns a factory that can be used to obtain an StAX XMLStreamReader.
getXMLType(Class) - Method in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
getXMLType() - Method in class org.apache.tuscany.spi.extension.LoaderExtension
Returns the QName of the element that this implementation handles.
getXmlType() - Method in class org.apache.tuscany.spi.model.Property
 

H

hashCode() - Method in class org.apache.tuscany.spi.model.DataType
 
hashCode() - Method in class org.apache.tuscany.spi.model.Operation
 
hashCode() - Method in class org.apache.tuscany.spi.model.Scope
 
hashCode() - Method in class org.apache.tuscany.spi.model.ServiceContract
 

I

IllegalPropertyException - Exception in org.apache.tuscany.spi.implementation.java
Denotes an illegal property definition in a component type
IllegalPropertyException() - Constructor for exception org.apache.tuscany.spi.implementation.java.IllegalPropertyException
 
IllegalPropertyException(String) - Constructor for exception org.apache.tuscany.spi.implementation.java.IllegalPropertyException
 
IllegalPropertyException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.implementation.java.IllegalPropertyException
 
IllegalPropertyException(Throwable) - Constructor for exception org.apache.tuscany.spi.implementation.java.IllegalPropertyException
 
IllegalTargetException - Exception in org.apache.tuscany.spi.component
Thrown when a target for an operation is not of the required type
IllegalTargetException() - Constructor for exception org.apache.tuscany.spi.component.IllegalTargetException
 
IllegalTargetException(String) - Constructor for exception org.apache.tuscany.spi.component.IllegalTargetException
 
IllegalTargetException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.IllegalTargetException
 
IllegalTargetException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.IllegalTargetException
 
Implementation<T extends ComponentType> - Class in org.apache.tuscany.spi.model
Represents a component implementation
Implementation() - Constructor for class org.apache.tuscany.spi.model.Implementation
 
Implementation(T) - Constructor for class org.apache.tuscany.spi.model.Implementation
 
ImplementationProcessor - Interface in org.apache.tuscany.spi.implementation.java
Implementations process class-level metadata, typically parsing annotations and updating the corresponding ComponentType.
ImplementationProcessorExtension - Class in org.apache.tuscany.spi.implementation.java
A convenience class for annotation processors which alleviates the need to implement unused callbacks
ImplementationProcessorExtension() - Constructor for class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
ImplementationProcessorService - Interface in org.apache.tuscany.spi.implementation.java
Provides utility methods for Java implementation processing
InboundInvocationChain - Interface in org.apache.tuscany.spi.wire
A set of interceptors and handlers (contained in request and response message channels) associated with the inbound side of a wire for an operation.
inboundWire - Variable in class org.apache.tuscany.spi.extension.ReferenceExtension
 
inboundWire - Variable in class org.apache.tuscany.spi.extension.ServiceExtension
 
InboundWire - Interface in org.apache.tuscany.spi.wire
Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated with each service operation.
Include - Class in org.apache.tuscany.spi.model
Model object that represents the include of a composite by value.
Include() - Constructor for class org.apache.tuscany.spi.model.Include
 
IncompatibleServiceContractException - Exception in org.apache.tuscany.spi.wire
Denotes imcompatible service contracts for a wire
IncompatibleServiceContractException() - Constructor for exception org.apache.tuscany.spi.wire.IncompatibleServiceContractException
 
IncompatibleServiceContractException(String) - Constructor for exception org.apache.tuscany.spi.wire.IncompatibleServiceContractException
 
IncompatibleServiceContractException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.wire.IncompatibleServiceContractException
 
IncompatibleServiceContractException(Throwable) - Constructor for exception org.apache.tuscany.spi.wire.IncompatibleServiceContractException
 
init() - Method in class org.apache.tuscany.spi.builder.WirePostProcessorExtension
 
init(Object) - Method in interface org.apache.tuscany.spi.component.AtomicComponent
Notifies the given instance of an initialization event
init() - Method in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
init() - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
init(Object) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
init() - Method in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
init() - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
init() - Method in class org.apache.tuscany.spi.idl.java.JavaInterfaceProcessorExtension
 
init() - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
INITIAL - Static variable in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
 
initialize(Map<String, Object>) - Method in interface org.apache.tuscany.host.MonitorFactory
Initializes MonitorFactory instances with implementation-specific configuration properties.
initialize() - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Initialize a runtime.
INITIALIZED - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
INITIALIZING - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
initProperty(JavaMappedProperty<T>, A, CompositeComponent, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
injectionAnnotationsPresent(Annotation[][]) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
Returns true if @Autowire, @Property, or @Reference are present in the given array
InteractionScope - Enum in org.apache.tuscany.spi.model
Represents the interaction scope specifed for a service
interactionScope - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
Interceptor - Interface in org.apache.tuscany.spi.wire
Synchronous, around-style mediation associated with a client- or target- side wire.
interfaceClass - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
InterfaceJavaIntrospector - Interface in org.apache.tuscany.spi.idl.java
Processor for creating JavaServiceContract definitions from Java Classes.
interfaceName - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
interfaze - Variable in class org.apache.tuscany.spi.extension.ServiceExtension
 
interfazes - Variable in class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
introspect(Class<?>) - Method in interface org.apache.tuscany.spi.databinding.DataBinding
Introspect a java class or interface to create a DataType model
introspect(Object) - Method in interface org.apache.tuscany.spi.databinding.DataBinding
Introspect the data to figure out the corresponding data type
introspect(Class<?>) - Method in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
introspect(Object) - Method in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
introspect(Class<I>) - Method in interface org.apache.tuscany.spi.idl.java.InterfaceJavaIntrospector
Introspect a Java interface and return a service contract definition.
introspect(Class<I>, Class<C>) - Method in interface org.apache.tuscany.spi.idl.java.InterfaceJavaIntrospector
Introspect a Java interface and return a service contract definition.
introspect(CompositeComponent, Class<?>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.Introspector
Walks the given component implementation class
IntrospectionRegistry - Interface in org.apache.tuscany.spi.implementation.java
A system service which tracks ImplementationProcessors
Introspector - Interface in org.apache.tuscany.spi.implementation.java
Implementations are responsible for walking a component implementation class, adding additional component type information as appropriate
introspectType(Class<?>) - Method in interface org.apache.tuscany.spi.databinding.DataBindingRegistry
Introspect the java class to figure out what DataType supports it
introspectType(Object) - Method in interface org.apache.tuscany.spi.databinding.DataBindingRegistry
Introspect the value to figure out the corresponding DataType
InvalidComponentTypeException - Exception in org.apache.tuscany.spi.component
Thrown when an operation is attempted using the wrong context type
InvalidComponentTypeException() - Constructor for exception org.apache.tuscany.spi.component.InvalidComponentTypeException
 
InvalidComponentTypeException(String) - Constructor for exception org.apache.tuscany.spi.component.InvalidComponentTypeException
 
InvalidComponentTypeException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.InvalidComponentTypeException
 
InvalidComponentTypeException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.InvalidComponentTypeException
 
InvalidNameException - Exception in org.apache.tuscany.spi
Denotes an invalid name
InvalidNameException() - Constructor for exception org.apache.tuscany.spi.InvalidNameException
 
InvalidNameException(String) - Constructor for exception org.apache.tuscany.spi.InvalidNameException
 
InvalidNameException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.InvalidNameException
 
InvalidNameException(Throwable) - Constructor for exception org.apache.tuscany.spi.InvalidNameException
 
InvalidReferenceException - Exception in org.apache.tuscany.spi.loader
 
InvalidReferenceException() - Constructor for exception org.apache.tuscany.spi.loader.InvalidReferenceException
 
InvalidReferenceException(String) - Constructor for exception org.apache.tuscany.spi.loader.InvalidReferenceException
 
InvalidReferenceException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.loader.InvalidReferenceException
 
InvalidReferenceException(Throwable) - Constructor for exception org.apache.tuscany.spi.loader.InvalidReferenceException
 
InvalidServiceContractException - Exception in org.apache.tuscany.spi.idl
 
InvalidServiceContractException() - Constructor for exception org.apache.tuscany.spi.idl.InvalidServiceContractException
 
InvalidServiceContractException(String) - Constructor for exception org.apache.tuscany.spi.idl.InvalidServiceContractException
 
InvalidServiceContractException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.idl.InvalidServiceContractException
 
InvalidServiceContractException(Throwable) - Constructor for exception org.apache.tuscany.spi.idl.InvalidServiceContractException
 
InvalidServiceInterfaceException - Exception in org.apache.tuscany.spi.builder
 
InvalidServiceInterfaceException(String, Class<?>) - Constructor for exception org.apache.tuscany.spi.builder.InvalidServiceInterfaceException
 
InvalidValueException - Exception in org.apache.tuscany.spi.loader
Exception that indicates the loader encountered an invalid value.
InvalidValueException() - Constructor for exception org.apache.tuscany.spi.loader.InvalidValueException
 
InvalidValueException(String) - Constructor for exception org.apache.tuscany.spi.loader.InvalidValueException
 
InvalidValueException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.loader.InvalidValueException
 
InvalidValueException(Throwable) - Constructor for exception org.apache.tuscany.spi.loader.InvalidValueException
 
InvocationChain - Interface in org.apache.tuscany.spi.wire
An inbound or outbound invocation pipeline for a service operation.
InvocationRuntimeException - Exception in org.apache.tuscany.spi.wire
Denotes a runtime exception thrown during an invocation over a wire
InvocationRuntimeException() - Constructor for exception org.apache.tuscany.spi.wire.InvocationRuntimeException
 
InvocationRuntimeException(String) - Constructor for exception org.apache.tuscany.spi.wire.InvocationRuntimeException
 
InvocationRuntimeException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.wire.InvocationRuntimeException
 
InvocationRuntimeException(Throwable) - Constructor for exception org.apache.tuscany.spi.wire.InvocationRuntimeException
 
invoke(Object, String, Class<?>[], Object...) - Static method in class org.apache.tuscany.host.util.LaunchHelper
Invoke a method on an object.
invoke(Message) - Method in class org.apache.tuscany.spi.extension.TargetInvokerExtension
 
invoke(InboundInvocationChain, TargetInvoker, Object[]) - Method in class org.apache.tuscany.spi.wire.AbstractInboundInvocationHandler
Dispatches a client request made on a proxy
invoke(OutboundInvocationChain, TargetInvoker, Object[]) - Method in class org.apache.tuscany.spi.wire.AbstractOutboundInvocationHandler
 
invoke(Message) - Method in interface org.apache.tuscany.spi.wire.Interceptor
Process a synchronous wire
invoke(Message) - Method in interface org.apache.tuscany.spi.wire.TargetInvoker
Invokes an operation on a target with the given message
invoke(Method, Object[]) - Method in interface org.apache.tuscany.spi.wire.WireInvocationHandler
 
invokeTarget(Object) - Method in interface org.apache.tuscany.spi.wire.TargetInvoker
Invokes an operation on a target with the given payload.
isAutowire() - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
isCacheable() - Method in class org.apache.tuscany.spi.extension.TargetInvokerExtension
 
isCacheable() - Method in interface org.apache.tuscany.spi.wire.TargetInvoker
Determines whether the proxy can be cached on the client/source side
isCallback() - Method in class org.apache.tuscany.spi.model.Operation
Returns true if the operation is part of the callback contract.
isEagerInit() - Method in interface org.apache.tuscany.spi.component.AtomicComponent
Returns whether component instances should be eagerly initialized
isEagerInit() - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
isEagerInit() - Method in class org.apache.tuscany.spi.model.ComponentType
Returns true if this component should be eagerly initialized.
isFault() - Method in interface org.apache.tuscany.spi.wire.Message
Test if the message represents a fault/exception
isFault() - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
isMany() - Method in class org.apache.tuscany.spi.model.Property
 
isNonBlocking() - Method in class org.apache.tuscany.spi.model.Operation
Returns true if the operation is non-blocking.
isOnline() - Method in interface org.apache.tuscany.host.RuntimeInfo
Returns whether the runtime considers itself "online" or connected to the internet.
isOptimizable() - Method in class org.apache.tuscany.spi.extension.TargetInvokerExtension
 
isOptimizable() - Method in interface org.apache.tuscany.spi.wire.Interceptor
Returns true if the interceptor can be optimized away from a wire
isOptimizable() - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Returns true if the wire and all of its interceptors and handlers can be optimized
isOptimizable() - Method in interface org.apache.tuscany.spi.wire.TargetInvoker
Determines if the target invoker can be discarded during wire optimization
isRemotable() - Method in class org.apache.tuscany.spi.model.ServiceContract
 
isRemotable() - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
isRequired() - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
isSimpleType() - Method in class org.apache.tuscany.spi.idl.TypeInfo
 
isSystem() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
isSystem() - Method in interface org.apache.tuscany.spi.component.SCAObject
Returns true if the artifact is a system artifact
isSystem() - Method in class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
isWrapperStyle() - Method in class org.apache.tuscany.spi.model.Operation
Returns true if the operation is wrapper style

J

Java2SimpleTypeTransformer<T> - Class in org.apache.tuscany.spi.databinding.extension
Transformer to convert data from a simple java object to a databinding's representation
Java2SimpleTypeTransformer() - Constructor for class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
Java2SimpleTypeTransformer(SimpleTypeMapper) - Constructor for class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
JAVA2XML - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
JavaIDLUtils - Class in org.apache.tuscany.spi.idl.java
Contains methods for mapping between an operation in a ServiceContract and a method defined by a Java interface
JavaInterfaceProcessor - Interface in org.apache.tuscany.spi.idl.java
Implementations introspect metadata on a Java interface, populating the corresponding JavaServiceContract
JavaInterfaceProcessorExtension - Class in org.apache.tuscany.spi.idl.java
A convenience class for JavaInterfaceProcessor extensions that performs autowiring
JavaInterfaceProcessorExtension() - Constructor for class org.apache.tuscany.spi.idl.java.JavaInterfaceProcessorExtension
 
JavaInterfaceProcessorRegistry - Interface in org.apache.tuscany.spi.idl.java
A registry of JavaInterfaceProcessors.
JavaMappedComponentType<S extends JavaMappedService,R extends JavaMappedReference,P extends JavaMappedProperty<?>> - Class in org.apache.tuscany.spi.implementation.java
A specialized component type definition whose services, references and properties can be mapped to the Java programming model.
JavaMappedComponentType() - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedComponentType
 
JavaMappedComponentType(Class<?>) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedComponentType
 
JavaMappedProperty<T> - Class in org.apache.tuscany.spi.implementation.java
A Property definition that is mapped to a specific location in the implementation class.
JavaMappedProperty() - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedProperty
 
JavaMappedProperty(String, QName, Class<T>) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedProperty
 
JavaMappedProperty(String, QName, Class<T>, Member) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedProperty
 
JavaMappedReference - Class in org.apache.tuscany.spi.implementation.java
A ReferenceDefinition definition that is mapped to a specific location in the implementation class.
JavaMappedReference() - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedReference
 
JavaMappedReference(String, ServiceContract, Member) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedReference
 
JavaMappedService - Class in org.apache.tuscany.spi.implementation.java
A ServiceDefinition definition that is mapped to a Java interface.
JavaMappedService() - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
JavaMappedService(Class<?>) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
JavaMappedService(String, ServiceContract, boolean) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
JavaMappedService(String, ServiceContract, boolean, String, Member) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
JavaMappedService(String, ServiceContract, Class<?>, boolean) - Constructor for class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
JavaServiceContract - Class in org.apache.tuscany.spi.idl.java
Represents a service contract specified using a Java interface
JavaServiceContract() - Constructor for class org.apache.tuscany.spi.idl.java.JavaServiceContract
 
JavaServiceContract(Class<?>) - Constructor for class org.apache.tuscany.spi.idl.java.JavaServiceContract
 

L

Launcher - Interface in org.apache.tuscany.host
Interface that allows a host to launch a runtime.
LaunchHelper - Class in org.apache.tuscany.host.util
 
Lifecycle - Interface in org.apache.tuscany.spi
Implementations adhere to runtime lifecycle semantics
lifecycleState - Variable in class org.apache.tuscany.spi.AbstractLifecycle
 
listeners - Variable in class org.apache.tuscany.spi.component.AbstractSCAObject
 
load(CompositeComponent, I, DeploymentContext) - Method in interface org.apache.tuscany.spi.loader.ComponentTypeLoader
Load the component type definition for the supplied implementation.
load(CompositeComponent, XMLStreamReader, DeploymentContext) - Method in interface org.apache.tuscany.spi.loader.Loader
Parse the supplied XML stream, dispatching to the appropriate registered loader for each element encountered in the stream.
load(CompositeComponent, URL, Class<MO>, DeploymentContext) - Method in interface org.apache.tuscany.spi.loader.Loader
Load a model object from a specified location.
load(CompositeComponent, XMLStreamReader, DeploymentContext) - Method in interface org.apache.tuscany.spi.loader.StAXElementLoader
Create the model object for an element in an XML stream.
loadClass(String, ClassLoader) - Static method in class org.apache.tuscany.spi.loader.LoaderUtil
Load the class using the supplied ClassLoader.
loadComponentType(CompositeComponent, I, DeploymentContext) - Method in interface org.apache.tuscany.spi.loader.Loader
Load the component type definition for a given implementation.
Loader - Interface in org.apache.tuscany.spi.loader
System service for loading physical artifacts that represent SCDL configurations and creating the model objects that represent them.
LoaderException - Exception in org.apache.tuscany.spi.loader
Base class for Exceptions raised during the loading process.
LoaderException() - Constructor for exception org.apache.tuscany.spi.loader.LoaderException
 
LoaderException(String) - Constructor for exception org.apache.tuscany.spi.loader.LoaderException
 
LoaderException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.loader.LoaderException
 
LoaderException(Throwable) - Constructor for exception org.apache.tuscany.spi.loader.LoaderException
 
LoaderExtension<T extends ModelObject> - Class in org.apache.tuscany.spi.extension
Support class for extending the Loader mechanism.
LoaderExtension(LoaderRegistry) - Constructor for class org.apache.tuscany.spi.extension.LoaderExtension
Constructor specifies the registry to register with.
loaderRegistry - Variable in class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
LoaderRegistry - Interface in org.apache.tuscany.spi.loader
Registry for XML loaders that can parse a StAX input stream and return model objects.
LoaderUtil - Class in org.apache.tuscany.spi.loader
Utility functions to support loader implementations.
locateService(Class<T>, String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the service instance for associated with the child registered for the given name
locateService(Class<T>, String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
locateSystemService(Class<T>, String) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Returns the system service instance for associated with the child registered for the given name
locateSystemService(Class<T>, String) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
LogLevel - Annotation Type in org.apache.tuscany.api.annotation
Annotation that can be applied to methods in a monitoring interface to indicate to logging frameworks the severity of the event.

M

mapper - Variable in class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
mapper - Variable in class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
 
match(Event) - Method in interface org.apache.tuscany.spi.event.EventFilter
Performs the actual evaluation on an event
match(Event) - Method in class org.apache.tuscany.spi.event.TrueFilter
 
mediate(Object, DataType, DataType, Map<Class<?>, Object>) - Method in interface org.apache.tuscany.spi.databinding.Mediator
Mediate the data from the source type to the target type
mediate(Object, Object, DataType, DataType, Map<Class<?>, Object>) - Method in interface org.apache.tuscany.spi.databinding.Mediator
Mediate the source data into the target which is a sink to receive the data
Mediator - Interface in org.apache.tuscany.spi.databinding
This interface will be used as a Tuscany system service to perform data mediations Mediate the data from one type to the other one
Message - Interface in org.apache.tuscany.spi.wire
Represents a request, response, or exception flowing through a wire
MessageId - Class in org.apache.tuscany.spi.wire
A unique identifier for a message flowing on a wire, potentially end-to-end (ie, through more than one SCAObject to SCAObject hop).
MessageId() - Constructor for class org.apache.tuscany.spi.wire.MessageId
 
MessageImpl - Class in org.apache.tuscany.spi.wire
The default implementation of a message flowed through a wire during an invocation
MessageImpl() - Constructor for class org.apache.tuscany.spi.wire.MessageImpl
 
metaData - Variable in class org.apache.tuscany.spi.model.Operation
 
metaData - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
MissingImplementationException - Exception in org.apache.tuscany.spi.loader
Exception that indicates that an implementation was not provided.
MissingImplementationException() - Constructor for exception org.apache.tuscany.spi.loader.MissingImplementationException
Default constructor.
MissingIncludeException - Exception in org.apache.tuscany.spi.loader
Exception that indicates that an include was not provided.
MissingIncludeException() - Constructor for exception org.apache.tuscany.spi.loader.MissingIncludeException
Default constructor.
MissingMustOverridePropertyException - Exception in org.apache.tuscany.spi.loader
 
MissingMustOverridePropertyException(String) - Constructor for exception org.apache.tuscany.spi.loader.MissingMustOverridePropertyException
 
MissingResourceException - Exception in org.apache.tuscany.spi.loader
Exception that indicates an expected resource could not be found.
MissingResourceException(String) - Constructor for exception org.apache.tuscany.spi.loader.MissingResourceException
Constructor that indicates which resource could not be found.
MissingResourceException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.loader.MissingResourceException
Constructor that indicates which resource could not be found.
ModelObject - Class in org.apache.tuscany.spi.model
The base class for assembly model subtypes
ModelObject() - Constructor for class org.apache.tuscany.spi.model.ModelObject
 
MODULE - Static variable in class org.apache.tuscany.spi.model.Scope
 
Monitor - Annotation Type in org.apache.tuscany.api.annotation
A system annotation to inject a monitor
MonitorFactory - Interface in org.apache.tuscany.host
A MonitorFactory creates implementations of components' monitor interfaces that interface with a its monitoring scheme.
Multiplicity - Enum in org.apache.tuscany.spi.model
Enumeration for multiplicity.

N

name - Variable in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
NAME_SEPARATOR - Static variable in class org.apache.tuscany.spi.QualifiedName
 
newDocument() - Static method in class org.apache.tuscany.spi.databinding.extension.DOMHelper
 
newDocumentBuilder() - Static method in class org.apache.tuscany.spi.databinding.extension.DOMHelper
 
NotificationListener<T extends Runnable> - Interface in org.apache.tuscany.spi.services.work
A callback inyterface that can be optionally used for registering interest in status of asynchronously scheduled unit of work.
NotOverridablePropertyException - Exception in org.apache.tuscany.spi.loader
 
NotOverridablePropertyException(String) - Constructor for exception org.apache.tuscany.spi.loader.NotOverridablePropertyException
 

O

ObjectCreationException - Exception in org.apache.tuscany.spi
Denotes an error creating a new object instance
ObjectCreationException() - Constructor for exception org.apache.tuscany.spi.ObjectCreationException
 
ObjectCreationException(String) - Constructor for exception org.apache.tuscany.spi.ObjectCreationException
 
ObjectCreationException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.ObjectCreationException
 
ObjectCreationException(Throwable) - Constructor for exception org.apache.tuscany.spi.ObjectCreationException
 
ObjectFactory<T> - Interface in org.apache.tuscany.spi
Implementations create new instances of a particular type
ObjectRegistrationException - Exception in org.apache.tuscany.spi.component
Thrown when an error is encountered registering an object
ObjectRegistrationException() - Constructor for exception org.apache.tuscany.spi.component.ObjectRegistrationException
 
ObjectRegistrationException(String) - Constructor for exception org.apache.tuscany.spi.component.ObjectRegistrationException
 
ObjectRegistrationException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.ObjectRegistrationException
 
ObjectRegistrationException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.ObjectRegistrationException
 
onEvent(Event) - Method in interface org.apache.tuscany.spi.event.RuntimeEventListener
 
onEvent(Event) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
onReferenceWire(OutboundWire) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
onReferenceWires(Class<?>, List<OutboundWire>) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
onServiceWire(InboundWire) - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
Operation<T> - Class in org.apache.tuscany.spi.model
Represents an operation that is part of a service contract.
Operation(String, DataType<List<DataType<T>>>, DataType<T>, List<DataType<T>>) - Constructor for class org.apache.tuscany.spi.model.Operation
Construct a minimally-specified operation
Operation(String, DataType<List<DataType<T>>>, DataType<T>, List<DataType<T>>, boolean, String) - Constructor for class org.apache.tuscany.spi.model.Operation
Construct an operation
operations - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
org.apache.tuscany.api - package org.apache.tuscany.api
 
org.apache.tuscany.api.annotation - package org.apache.tuscany.api.annotation
 
org.apache.tuscany.host - package org.apache.tuscany.host
 
org.apache.tuscany.host.rmi - package org.apache.tuscany.host.rmi
 
org.apache.tuscany.host.runtime - package org.apache.tuscany.host.runtime
 
org.apache.tuscany.host.servlet - package org.apache.tuscany.host.servlet
 
org.apache.tuscany.host.util - package org.apache.tuscany.host.util
 
org.apache.tuscany.spi - package org.apache.tuscany.spi
 
org.apache.tuscany.spi.annotation - package org.apache.tuscany.spi.annotation
 
org.apache.tuscany.spi.bootstrap - package org.apache.tuscany.spi.bootstrap
 
org.apache.tuscany.spi.builder - package org.apache.tuscany.spi.builder
 
org.apache.tuscany.spi.component - package org.apache.tuscany.spi.component
 
org.apache.tuscany.spi.databinding - package org.apache.tuscany.spi.databinding
 
org.apache.tuscany.spi.databinding.extension - package org.apache.tuscany.spi.databinding.extension
 
org.apache.tuscany.spi.deployer - package org.apache.tuscany.spi.deployer
 
org.apache.tuscany.spi.event - package org.apache.tuscany.spi.event
 
org.apache.tuscany.spi.extension - package org.apache.tuscany.spi.extension
 
org.apache.tuscany.spi.host - package org.apache.tuscany.spi.host
 
org.apache.tuscany.spi.idl - package org.apache.tuscany.spi.idl
 
org.apache.tuscany.spi.idl.java - package org.apache.tuscany.spi.idl.java
 
org.apache.tuscany.spi.implementation.java - package org.apache.tuscany.spi.implementation.java
 
org.apache.tuscany.spi.loader - package org.apache.tuscany.spi.loader
 
org.apache.tuscany.spi.model - package org.apache.tuscany.spi.model
 
org.apache.tuscany.spi.policy - package org.apache.tuscany.spi.policy
 
org.apache.tuscany.spi.services - package org.apache.tuscany.spi.services
 
org.apache.tuscany.spi.services.artifact - package org.apache.tuscany.spi.services.artifact
 
org.apache.tuscany.spi.services.work - package org.apache.tuscany.spi.services.work
 
org.apache.tuscany.spi.wire - package org.apache.tuscany.spi.wire
 
OutboundInvocationChain - Interface in org.apache.tuscany.spi.wire
Responsible for flowing a request to a target service and invoking an operation.
outboundWire - Variable in class org.apache.tuscany.spi.extension.ReferenceExtension
 
outboundWire - Variable in class org.apache.tuscany.spi.extension.ServiceExtension
 
OutboundWire - Interface in org.apache.tuscany.spi.wire
Implementations are responsible for managing the reference side of a wire, including the invocation chains associated with each service operation.
OverloadedOperationException - Exception in org.apache.tuscany.spi.idl
Exception thrown to indicate that a service contract specification contains an overloaded method.
OverloadedOperationException() - Constructor for exception org.apache.tuscany.spi.idl.OverloadedOperationException
 
OverloadedOperationException(String) - Constructor for exception org.apache.tuscany.spi.idl.OverloadedOperationException
 
OverloadedOperationException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.idl.OverloadedOperationException
 
OverloadedOperationException(Throwable) - Constructor for exception org.apache.tuscany.spi.idl.OverloadedOperationException
 
OverrideOptions - Enum in org.apache.tuscany.spi.model
no – the value may not be overridden by the higher composite.

P

parent - Variable in class org.apache.tuscany.spi.component.AbstractSCAObject
 
parseAnySimpleType(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseBase64Binary(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseBoolean(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseByte(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseDate(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseDateTime(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseDecimal(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseDouble(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseDuration(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseFloat(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseHexBinary(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseInt(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseInteger(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseLong(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseObject(String, ParsePosition) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.XSDDateTimeFormat
 
parseQName(String, NamespaceContext) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseShort(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseString(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseTime(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseUnsignedInt(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
parseUnsignedShort(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
PojoComponentType<S extends ServiceDefinition,R extends ReferenceDefinition,P extends Property<?>> - Class in org.apache.tuscany.spi.implementation.java
A component type specialization for POJO implementations
PojoComponentType() - Constructor for class org.apache.tuscany.spi.implementation.java.PojoComponentType
 
policyBuilderRegistry - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
PolicyBuilderRegistry - Interface in org.apache.tuscany.spi.policy
A registry for policy builders that dispatches to the appropriate builder when converting an assembly to runtime artifacts.
policyRegistry - Variable in class org.apache.tuscany.spi.wire.WireServiceExtension
 
PostProcessingException - Exception in org.apache.tuscany.spi.builder
Denotes an error during post-processing of a wire
PostProcessingException() - Constructor for exception org.apache.tuscany.spi.builder.PostProcessingException
 
PostProcessingException(String) - Constructor for exception org.apache.tuscany.spi.builder.PostProcessingException
 
PostProcessingException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.builder.PostProcessingException
 
PostProcessingException(Throwable) - Constructor for exception org.apache.tuscany.spi.builder.PostProcessingException
 
prepare() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
prepare() - Method in interface org.apache.tuscany.spi.component.SCAObject
Called to signal that the composite should perform and required steps prior to registration with its parent such as wiring of its children
prepare() - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
prepare() - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Signals to the chain that its configuration is complete.
printAnySimpleType(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printBase64Binary(byte[]) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printBoolean(boolean) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printByte(byte) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printDate(Calendar) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printDateTime(Calendar) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printDecimal(BigDecimal) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printDouble(double) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printDuration(Duration) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printFloat(float) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printHexBinary(byte[]) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printInt(int) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printInteger(BigInteger) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printLong(long) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printQName(QName, NamespaceContext) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printShort(short) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printString(String) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printTime(Calendar) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printUnsignedInt(long) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
printUnsignedShort(int) - Method in class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
process(OutboundWire, InboundWire) - Method in interface org.apache.tuscany.spi.builder.WirePostProcessor
 
process(InboundWire, OutboundWire) - Method in interface org.apache.tuscany.spi.builder.WirePostProcessor
 
processCallback(Class<?>, ServiceContract<?>) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
Processes the callback contract for a given interface type
ProcessingException - Exception in org.apache.tuscany.spi.implementation.java
Denotes a problem processing annotations on a POJO implementation
ProcessingException() - Constructor for exception org.apache.tuscany.spi.implementation.java.ProcessingException
 
ProcessingException(String) - Constructor for exception org.apache.tuscany.spi.implementation.java.ProcessingException
 
ProcessingException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.implementation.java.ProcessingException
 
ProcessingException(Throwable) - Constructor for exception org.apache.tuscany.spi.implementation.java.ProcessingException
 
processParam(Class<?>, Annotation[], String[], int, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, List<String>) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
Processes a constructor parameter by introspecting its annotations
Property<T> - Class in org.apache.tuscany.spi.model
A component property
Property() - Constructor for class org.apache.tuscany.spi.model.Property
 
Property(String, QName, Class<T>) - Constructor for class org.apache.tuscany.spi.model.Property
 
PropertyObjectFactory - Interface in org.apache.tuscany.spi.loader
A factory that will create an ObjectFactory for a property
PropertyValue<T> - Class in org.apache.tuscany.spi.model
Represents a configured component property
PropertyValue() - Constructor for class org.apache.tuscany.spi.model.PropertyValue
 
PropertyValue(String, String, String) - Constructor for class org.apache.tuscany.spi.model.PropertyValue
Constructor specifying the name of a property and the XPath source expression.
PropertyValue(String, Document) - Constructor for class org.apache.tuscany.spi.model.PropertyValue
 
PropertyValue(String, ObjectFactory<T>) - Constructor for class org.apache.tuscany.spi.model.PropertyValue
 
propertyValues - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
ProxyCreationException - Exception in org.apache.tuscany.spi.wire
Denotes an error creating a proxy
ProxyCreationException() - Constructor for exception org.apache.tuscany.spi.wire.ProxyCreationException
 
ProxyCreationException(String) - Constructor for exception org.apache.tuscany.spi.wire.ProxyCreationException
 
ProxyCreationException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.wire.ProxyCreationException
 
ProxyCreationException(Throwable) - Constructor for exception org.apache.tuscany.spi.wire.ProxyCreationException
 
publish(Event) - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
publish(Event) - Method in interface org.apache.tuscany.spi.event.EventPublisher
Publish an event
PullTransformer<S,R> - Interface in org.apache.tuscany.spi.databinding
PullTransformer transforms data from one binding format to the other one which can be directly consumed
PushTransformer<S,R> - Interface in org.apache.tuscany.spi.databinding
A transformer that pushes data from its source into the sink
putExtension(String, Object) - Method in interface org.apache.tuscany.spi.deployer.DeploymentContext
Set the value of an extension property.

Q

QualifiedName - Class in org.apache.tuscany.spi
An evaluated name consisting of a part/port pair.
QualifiedName(String) - Constructor for class org.apache.tuscany.spi.QualifiedName
Constructs a new qualified name in the form of part/port where part is the parent context and port represents a child, which is either a service in the case of an atomic context or a contained context in the case of a composite.

R

Reference - Interface in org.apache.tuscany.spi.component
Manages an SCA reference configured with a binding
ReferenceDefinition - Class in org.apache.tuscany.spi.model
Represents a component reference
ReferenceDefinition() - Constructor for class org.apache.tuscany.spi.model.ReferenceDefinition
 
ReferenceDefinition(String, ServiceContract) - Constructor for class org.apache.tuscany.spi.model.ReferenceDefinition
 
ReferenceExtension - Class in org.apache.tuscany.spi.extension
The default implementation of an SCA reference
ReferenceExtension(String, Class<?>, CompositeComponent, WireService) - Constructor for class org.apache.tuscany.spi.extension.ReferenceExtension
 
referenceInterface - Variable in class org.apache.tuscany.spi.extension.ReferenceExtension
 
ReferenceNotFoundException - Exception in org.apache.tuscany.spi.component
Thrown when a component reference is not defined in the compoenent type
ReferenceNotFoundException() - Constructor for exception org.apache.tuscany.spi.component.ReferenceNotFoundException
 
ReferenceNotFoundException(String) - Constructor for exception org.apache.tuscany.spi.component.ReferenceNotFoundException
 
ReferenceNotFoundException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.ReferenceNotFoundException
 
ReferenceNotFoundException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.ReferenceNotFoundException
 
references - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
ReferenceTarget - Class in org.apache.tuscany.spi.model
Represents the set of targets configured on a reference
ReferenceTarget() - Constructor for class org.apache.tuscany.spi.model.ReferenceTarget
 
referenceWires - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
register(Class<I>, ComponentBuilder<I>) - Method in interface org.apache.tuscany.spi.builder.BuilderRegistry
Register a builder for an implementation type.
register(BindingBuilder<B>) - Method in interface org.apache.tuscany.spi.builder.BuilderRegistry
TODO: JavaDoc this once we know if we will be building contexts for bindings
register(Class<B>, BindingBuilder<B>) - Method in interface org.apache.tuscany.spi.builder.BuilderRegistry
TODO: JavaDoc this once we know if we will be building contexts for bindings
register(BindlessBuilder) - Method in interface org.apache.tuscany.spi.builder.BuilderRegistry
TODO: Make sure this belongs here
register(WirePostProcessor) - Method in interface org.apache.tuscany.spi.builder.WirePostProcessorRegistry
Registers a post-processor in the runtime
register(SCAObject) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Registers a child of this composite.
register(AtomicComponent) - Method in interface org.apache.tuscany.spi.component.ScopeContainer
Registers a component with the scope component
register(DataBinding) - Method in interface org.apache.tuscany.spi.databinding.DataBindingRegistry
Register a data binding
register(SCAObject) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerAutowire(CompositeComponent) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerAutowire(AtomicComponent) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerAutowire(Reference) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerAutowire(Service) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerAutowireExternal(Class<?>, Service) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerAutowireInternal(Class<?>, SCAObject) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerFactory(Scope, ObjectFactory<T>) - Method in interface org.apache.tuscany.spi.component.ScopeRegistry
 
registerJavaObject(String, Class<S>, I) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Register a simple Java Object as a system component.
registerJavaObject(String, Class<S>, I) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
registerLoader(QName, StAXElementLoader<T>) - Method in interface org.apache.tuscany.spi.loader.LoaderRegistry
Register a loader.
registerLoader(Class<I>, ComponentTypeLoader<I>) - Method in interface org.apache.tuscany.spi.loader.LoaderRegistry
Regsiter a component type loader.
registerMapping(String, Servlet) - Method in interface org.apache.tuscany.spi.host.ServletHost
Register a mapping for an instance of a Servlet.
registerProcessor(JavaInterfaceProcessor) - Method in interface org.apache.tuscany.spi.idl.java.JavaInterfaceProcessorRegistry
Registers the given processor
registerProcessor(ImplementationProcessor) - Method in interface org.apache.tuscany.spi.implementation.java.IntrospectionRegistry
Registers the given processor and makes it available during assembly evaluation (i.e.
registerService(String, int, Remote) - Method in interface org.apache.tuscany.host.rmi.RMIHost
 
registerService(String, Remote) - Method in interface org.apache.tuscany.host.rmi.RMIHost
 
registerSourceBuilder(int, SourcePolicyBuilder) - Method in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
Registers a source-side policy builder.
registerTargetBuilder(int, TargetPolicyBuilder) - Method in interface org.apache.tuscany.spi.policy.PolicyBuilderRegistry
Registers a target-side policy builder.
registerTransformer(String, String, int, Transformer) - Method in interface org.apache.tuscany.spi.databinding.TransformerRegistry
Register a transformer
registerTransformer(Transformer) - Method in interface org.apache.tuscany.spi.databinding.TransformerRegistry
Register a transformer
registry - Variable in class org.apache.tuscany.spi.builder.WirePostProcessorExtension
 
registry - Variable in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
registry - Variable in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
registry - Variable in class org.apache.tuscany.spi.extension.LoaderExtension
The LoaderRegistry that this loader should register with; usually set by injection.
registry - Variable in class org.apache.tuscany.spi.idl.java.JavaInterfaceProcessorExtension
 
remotable - Variable in class org.apache.tuscany.spi.model.ServiceContract
 
removeListener(RuntimeEventListener) - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
removeListener(RuntimeEventListener) - Method in interface org.apache.tuscany.spi.event.EventPublisher
Removes a previously registered listener
removeMapping(Object) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Removes an association between a message id and the address of the SCAObject that the corresponding message originates from
REQUEST - Static variable in class org.apache.tuscany.spi.model.Scope
 
resolve(Artifact) - Method in interface org.apache.tuscany.spi.services.artifact.ArtifactRepository
Resolve an artifact.
resolve(Collection<? extends Artifact>) - Method in interface org.apache.tuscany.spi.services.artifact.ArtifactRepository
Resolve a collection of Artifacts.
resolveExternalInstance(Class<T>) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Invoked by a parent component to return an autowire target in a child.
resolveExternalInstance(Class<T>) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
resolveInstance(Class<T>) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Invoked by child components to return an an autowire target.
resolveInstance(Class<T>) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
resolveSystemExternalInstance(Class<T>) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Invoked by a parent component to return a system autowire target in a child.
resolveSystemExternalInstance(Class<T>) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
resolveSystemInstance(Class<T>) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
Invoked by system child components to return an an autowire target.
resolveSystemInstance(Class<T>) - Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
retrieveMapping(Object) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Retrieves the SCAObject address that is associated with a message id
returnContextNames() - Method in exception org.apache.tuscany.api.TuscanyException
Returns a collection of names representing the context call stack where the error occured.
returnContextNames() - Method in exception org.apache.tuscany.api.TuscanyRuntimeException
Returns a collection of names representing the context call stack where the error occured.
RMI_DEFAULT_PORT - Static variable in interface org.apache.tuscany.host.rmi.RMIHost
 
RMIHost - Interface in org.apache.tuscany.host.rmi
 
RMIHostAdmin - Interface in org.apache.tuscany.host.rmi
 
RMIHostException - Exception in org.apache.tuscany.host.rmi
This exception will relate to situations where the end applicaition's input is the cause of the exception
RMIHostException() - Constructor for exception org.apache.tuscany.host.rmi.RMIHostException
 
RMIHostException(String) - Constructor for exception org.apache.tuscany.host.rmi.RMIHostException
 
RMIHostException(Throwable) - Constructor for exception org.apache.tuscany.host.rmi.RMIHostException
 
RMIHostException(String, Throwable) - Constructor for exception org.apache.tuscany.host.rmi.RMIHostException
 
RMIHostRuntimeException - Exception in org.apache.tuscany.host.rmi
This exception relates to cases where there is a problem with the Host runtime
RMIHostRuntimeException() - Constructor for exception org.apache.tuscany.host.rmi.RMIHostRuntimeException
 
RMIHostRuntimeException(String) - Constructor for exception org.apache.tuscany.host.rmi.RMIHostRuntimeException
 
RMIHostRuntimeException(Throwable) - Constructor for exception org.apache.tuscany.host.rmi.RMIHostRuntimeException
 
RMIHostRuntimeException(String, Throwable) - Constructor for exception org.apache.tuscany.host.rmi.RMIHostRuntimeException
 
RUNNING - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
RuntimeComponent - Interface in org.apache.tuscany.spi.bootstrap
Interface that represents the Tuscany runtime.
RuntimeEventListener - Interface in org.apache.tuscany.spi.event
Listeners observe events fired in the SCA runtime.
RuntimeInfo - Interface in org.apache.tuscany.host
Interface that provides information on the runtime environment.
RuntimeWire - Interface in org.apache.tuscany.spi.wire
The base wire type used to connect references and services

S

scanDirectoryForJars(File) - Static method in class org.apache.tuscany.host.util.LaunchHelper
Scan a directory for jar files to be added to the classpath.
SCAObject - Interface in org.apache.tuscany.spi.component
Represents the base SCA artifact type in an assembly
scheduleWork(T, NotificationListener<T>) - Method in interface org.apache.tuscany.spi.services.work.WorkScheduler
Schedules a unit of work for future execution.
scheduleWork(T) - Method in interface org.apache.tuscany.spi.services.work.WorkScheduler
Schedules a unit of work for future execution.
scope - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
Scope - Class in org.apache.tuscany.spi.model
The default implementation scopes supported by assemblies.
Scope(String) - Constructor for class org.apache.tuscany.spi.model.Scope
 
ScopeContainer - Interface in org.apache.tuscany.spi.component
Manages the lifecycle and visibility of instances associated with a set of AtomicComponents.
scopeContainer - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
ScopeNotFoundException - Exception in org.apache.tuscany.spi.component
Throw when a scope context cannot be found for a given scope
ScopeNotFoundException() - Constructor for exception org.apache.tuscany.spi.component.ScopeNotFoundException
 
ScopeNotFoundException(String) - Constructor for exception org.apache.tuscany.spi.component.ScopeNotFoundException
 
ScopeNotFoundException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.ScopeNotFoundException
 
ScopeNotFoundException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.ScopeNotFoundException
 
ScopeRegistry - Interface in org.apache.tuscany.spi.component
Manages ScopeContainers in the runtime
scopeRegistry - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
ScopeRuntimeException - Exception in org.apache.tuscany.spi.component
Denotes a general runtime exception encountered by a scope context
ScopeRuntimeException() - Constructor for exception org.apache.tuscany.spi.component.ScopeRuntimeException
 
ScopeRuntimeException(String) - Constructor for exception org.apache.tuscany.spi.component.ScopeRuntimeException
 
ScopeRuntimeException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.ScopeRuntimeException
 
ScopeRuntimeException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.ScopeRuntimeException
 
service(ServletRequest, ServletResponse) - Method in interface org.apache.tuscany.host.servlet.ServletRequestInjector
Dispatch servlet requests to the Tuscany runtime
Service - Interface in org.apache.tuscany.spi.component
The runtime instantiation of an SCA service configured with a binding.
ServiceContract<T> - Class in org.apache.tuscany.spi.model
Base class representing service contract information
ServiceContract() - Constructor for class org.apache.tuscany.spi.model.ServiceContract
 
ServiceContract(Class<?>) - Constructor for class org.apache.tuscany.spi.model.ServiceContract
 
ServiceContract(String) - Constructor for class org.apache.tuscany.spi.model.ServiceContract
 
ServiceDefinition - Class in org.apache.tuscany.spi.model
Represents a service offered by a component
ServiceDefinition() - Constructor for class org.apache.tuscany.spi.model.ServiceDefinition
 
ServiceDefinition(String, ServiceContract, boolean) - Constructor for class org.apache.tuscany.spi.model.ServiceDefinition
 
ServiceDefinition(String, ServiceContract, boolean, String) - Constructor for class org.apache.tuscany.spi.model.ServiceDefinition
 
ServiceExtension - Class in org.apache.tuscany.spi.extension
The default implementation of an SCA service
ServiceExtension(String, Class<?>, CompositeComponent, WireService) - Constructor for class org.apache.tuscany.spi.extension.ServiceExtension
 
services - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
serviceWires - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
ServletHost - Interface in org.apache.tuscany.spi.host
ServiceDefinition interface implemented by host environments that allow Servlets to be registered.
ServletRequestInjector - Interface in org.apache.tuscany.host.servlet
Interface to a system component that dispatches servlet requests to the Tuscany runtime
SESSION - Static variable in class org.apache.tuscany.spi.model.Scope
 
setApplicationClassLoader(ClassLoader) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Set the application classloader
setApplicationName(String) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Sets the name of the component associated with the application SCDL.
setApplicationScdl(URL) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Sets the location of the default application's SCDL
setAutowire(boolean) - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
setBinding(B) - Method in class org.apache.tuscany.spi.model.BoundReferenceDefinition
 
setBinding(B) - Method in class org.apache.tuscany.spi.model.BoundServiceDefinition
 
setBindingServiceContract(ServiceContract<?>) - Method in interface org.apache.tuscany.spi.component.Reference
Set the ServiceContract for the binding.
setBindingServiceContract(ServiceContract<?>) - Method in interface org.apache.tuscany.spi.component.Service
Set the ServiceContract for the binding.
setBindingServiceContract(ServiceContract<?>) - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
setBindingServiceContract(ServiceContract<?>) - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
setBody(Object) - Method in interface org.apache.tuscany.spi.wire.Message
Sets the body of the message.
setBody(Object) - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
setBodyWithFault(Object) - Method in interface org.apache.tuscany.spi.wire.Message
Set the message body with a fault object.
setBodyWithFault(Object) - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
setBuilderRegistry(BuilderRegistry) - Method in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
setBuilderRegistry(BuilderRegistry) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setCacheable(boolean) - Method in class org.apache.tuscany.spi.extension.TargetInvokerExtension
 
setCacheable(boolean) - Method in interface org.apache.tuscany.spi.wire.TargetInvoker
Sets whether the target service instance may be cached by the invoker.
setCallback(boolean) - Method in class org.apache.tuscany.spi.model.Operation
Sets whether the operation is part of the callback contract.
setCallbackClass(Class<?>) - Method in class org.apache.tuscany.spi.model.ServiceContract
 
setCallbackInterface(Class<?>) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Sets the callback interface type generated proxies implement
setCallbackMember(Member) - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedService
 
setCallbackName(String) - Method in class org.apache.tuscany.spi.model.ServiceContract
Sets the name of the callback service
setCallbackOperations(Map<String, Operation<T>>) - Method in class org.apache.tuscany.spi.model.ServiceContract
 
setCallbackReferenceName(String) - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
setCallbackReferenceName(String) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Sets the name of the callback associated with the service of the wire
setChild(T, int, ElementInfo, Object) - Method in interface org.apache.tuscany.spi.databinding.WrapperHandler
Set child element for the wrapper
setClassifier(String) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Sets a way of classifying an artifact
setClassLoader(ClassLoader) - Method in class org.apache.tuscany.spi.model.CompositeImplementation
 
setComponentType(T) - Method in class org.apache.tuscany.spi.model.Implementation
 
setConnector(Connector) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setConstructorDefinition(ConstructorDefinition<?>) - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Sets the constructor used to instantiate implementation instances
setContainer(SCAObject) - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Sets the name of the SCAObject that contains this wire
setCorrelationId(Object) - Method in interface org.apache.tuscany.spi.wire.Message
Sets the correlation id of the message
setCorrelationId(Object) - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
setCurrentCorrelationId(Object) - Method in interface org.apache.tuscany.spi.component.WorkContext
 
setCurrentMessageId(Object) - Method in interface org.apache.tuscany.spi.component.WorkContext
 
setDataBinding(String) - Method in class org.apache.tuscany.spi.model.DataType
 
setDataBinding(String) - Method in class org.apache.tuscany.spi.model.Operation
Set the databinding for this operation
setDataBinding(String) - Method in class org.apache.tuscany.spi.model.ServiceContract
 
setDataBindingRegistry(DataBindingRegistry) - Method in class org.apache.tuscany.spi.databinding.extension.DataBindingExtension
 
setDefaultValue(Document) - Method in class org.apache.tuscany.spi.model.Property
 
setDefaultValueFactory(ObjectFactory<T>) - Method in class org.apache.tuscany.spi.model.Property
 
setDestroyMethod(Method) - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Sets the component destructor method
setEagerInit(boolean) - Method in class org.apache.tuscany.spi.model.ComponentType
Deprecated. 
setFile(String) - Method in class org.apache.tuscany.spi.model.PropertyValue
 
setFromAddress(Object) - Method in interface org.apache.tuscany.spi.wire.Message
Sets the 'address' of the SCAObject where this message originates
setFromAddress(Object) - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
setGroup(String) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Sets the name of a logical grouping to which this artifact belongs.
setHostClassLoader(ClassLoader) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Sets the host ClassLoader; this will be a parent for all Tuscany classloaders.
setIdentifier(String) - Method in exception org.apache.tuscany.api.TuscanyException
Sets an additional error information referred to in the error message.
setIdentifier(String) - Method in exception org.apache.tuscany.api.TuscanyRuntimeException
Sets an additional error information referred to in the error message.
setIdentifier(Object, Object) - Method in interface org.apache.tuscany.spi.component.WorkContext
Sets the unique key for the given identifier associated with the current request
setImplClass(Class<?>) - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedComponentType
Sets the implementation class associated with this component type.
setImplementationScope(Scope) - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Sets the component implementation scope
setInboundWire(InboundWire) - Method in interface org.apache.tuscany.spi.component.Reference
Sets the inbound wire for flowing a request through the reference
setInboundWire(InboundWire) - Method in interface org.apache.tuscany.spi.component.Service
Sets the inbound wire for flowing a request through the service
setInboundWire(InboundWire) - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
setInboundWire(InboundWire) - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
setIncluded(CompositeComponentType) - Method in class org.apache.tuscany.spi.model.Include
Sets the composite that was included.
setInitLevel(Integer) - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Sets the initialization level of this component.
setInitLevel(int) - Method in class org.apache.tuscany.spi.model.ComponentType
Sets the default initialization level for components of this type.
setInitMethod(Method) - Method in class org.apache.tuscany.spi.implementation.java.PojoComponentType
Sets the component initializer method
setInjectionNames(List<String>) - Method in class org.apache.tuscany.spi.implementation.java.ConstructorDefinition
 
setInteractionScope(InteractionScope) - Method in class org.apache.tuscany.spi.model.ServiceContract
Sets the service interaction scope
setInterfaceClass(Class<?>) - Method in class org.apache.tuscany.spi.model.ServiceContract
Sets the class used to represent the service contract
setInterfaceName(String) - Method in class org.apache.tuscany.spi.model.ServiceContract
Sets the interface name for the contract
setJavaType(Class<T>) - Method in class org.apache.tuscany.spi.model.Property
 
setLifecycleState(int) - Method in class org.apache.tuscany.spi.AbstractLifecycle
Set the current state of the Lifecycle.
setLoaderRegistry(LoaderRegistry) - Method in class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
setMany(boolean) - Method in class org.apache.tuscany.spi.model.Property
 
setMember(Member) - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedProperty
Sets the Member that this property is mapped to
setMember(Member) - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedReference
Sets the Member that this reference is mapped to
setMessageId(Object) - Method in interface org.apache.tuscany.spi.wire.Message
Sets the id of the message
setMessageId(Object) - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
setMetadata(String, Object) - Method in class org.apache.tuscany.spi.model.DataType
Sets the specified metadata value.
setMetaData(String, Object) - Method in class org.apache.tuscany.spi.model.Operation
Adds metadata associated with the operation.
setMetaData(String, Object) - Method in class org.apache.tuscany.spi.model.ServiceContract
Adds metadata associated with the operation.
setMonitorFactory(MonitorFactory) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Sets the MonitorFactory that this runtime should use.
setMultiplicity(Multiplicity) - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
setName(String) - Method in class org.apache.tuscany.spi.model.ComponentDefinition
Sets the name of this component.
setName(String) - Method in class org.apache.tuscany.spi.model.CompositeComponentType
 
setName(String) - Method in class org.apache.tuscany.spi.model.CompositeImplementation
 
setName(String) - Method in class org.apache.tuscany.spi.model.Include
Sets the name of the composite that is being included.
setName(String) - Method in class org.apache.tuscany.spi.model.Property
 
setName(String) - Method in class org.apache.tuscany.spi.model.PropertyValue
Sets the name of the property that this value is for.
setName(String) - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
setName(String) - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
setName(String) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Sets the name of an artifact.
setNext(Interceptor) - Method in interface org.apache.tuscany.spi.wire.Interceptor
Sets the next interceptor
setNonBlocking(boolean) - Method in class org.apache.tuscany.spi.model.Operation
Sets if the operation is non-blocking
setOperations(Map<String, Operation<T>>) - Method in class org.apache.tuscany.spi.model.ServiceContract
 
setOutboundWire(OutboundWire) - Method in interface org.apache.tuscany.spi.component.Reference
Sets the outbound wire used by the reference to connect to a target
setOutboundWire(OutboundWire) - Method in interface org.apache.tuscany.spi.component.Service
Sets the outbound wire for flowing a request out of the service
setOutboundWire(OutboundWire) - Method in class org.apache.tuscany.spi.extension.ReferenceExtension
 
setOutboundWire(OutboundWire) - Method in class org.apache.tuscany.spi.extension.ServiceExtension
 
setOverride(OverrideOptions) - Method in class org.apache.tuscany.spi.model.Property
 
setPolicyBuilderRegistry(PolicyBuilderRegistry) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setProperty(Object, String, Object) - Static method in class org.apache.tuscany.host.util.LaunchHelper
Set a JavaBean property on an object.
setReferenceName(String) - Method in class org.apache.tuscany.spi.model.ReferenceTarget
 
setReferenceName(String) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Sets the name of the source reference
setRegistry(WirePostProcessorRegistry) - Method in class org.apache.tuscany.spi.builder.WirePostProcessorExtension
 
setRegistry(JavaInterfaceProcessorRegistry) - Method in class org.apache.tuscany.spi.idl.java.JavaInterfaceProcessorExtension
 
setRegistry(IntrospectionRegistry) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
setRemotable(boolean) - Method in class org.apache.tuscany.spi.model.ServiceContract
 
setRemotable(boolean) - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
setRemoteComponent(CompositeComponent) - Method in interface org.apache.tuscany.spi.component.WorkContext
Sets the composite where a remote request came in
setRequired(boolean) - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
setResourceURI(String) - Method in exception org.apache.tuscany.spi.loader.LoaderException
Sets the location of the resource that was being loaded.
setRuntimeInfo(RuntimeInfo) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Sets the info this runtime should make available to service components.
setScdlLocation(URL) - Method in class org.apache.tuscany.spi.model.CompositeImplementation
 
setScdlLocation(URL) - Method in class org.apache.tuscany.spi.model.Include
Sets the location of the SCDL for composite being included.
setScopeContainer(ScopeContainer) - Method in interface org.apache.tuscany.spi.component.CompositeComponent
 
setScopeRegistry(ScopeRegistry) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setServiceContract(ServiceContract<T>) - Method in class org.apache.tuscany.spi.model.Operation
Sets the service contract the operation is part of.
setServiceContract(ServiceContract) - Method in class org.apache.tuscany.spi.model.ReferenceDefinition
 
setServiceContract(ServiceContract) - Method in class org.apache.tuscany.spi.model.ServiceDefinition
 
setServiceContract(ServiceContract) - Method in interface org.apache.tuscany.spi.wire.RuntimeWire
Sets the contract associated with the wire
setServiceInterface(Class<?>) - Method in class org.apache.tuscany.spi.implementation.java.JavaMappedService
Sets the Java interface for this service.
setServiceName(String) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Sets the name of the target service of the wire
setSource(String) - Method in class org.apache.tuscany.spi.model.PropertyValue
Sets an XPath expression that should be evaluated to get the actual property value.
setSource(URI) - Method in class org.apache.tuscany.spi.model.WireDefinition
 
setSourceDataType(DataType) - Method in interface org.apache.tuscany.spi.databinding.TransformationContext
Set the source data type
setSystemScdl(URL) - Method in interface org.apache.tuscany.host.runtime.TuscanyRuntime
Sets the location of the SCDL used to boot this runtime.
setTarget(URI) - Method in class org.apache.tuscany.spi.model.BindlessServiceDefinition
 
setTarget(URI) - Method in class org.apache.tuscany.spi.model.BoundServiceDefinition
 
setTarget(URI) - Method in class org.apache.tuscany.spi.model.WireDefinition
 
setTargetDataType(DataType) - Method in interface org.apache.tuscany.spi.databinding.TransformationContext
Set the target data type
setTargetInterceptor(Interceptor) - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Sets the head interceptor of the bridged target-side chain
setTargetInvoker(TargetInvoker) - Method in interface org.apache.tuscany.spi.wire.InvocationChain
Sets the target invoker to pass down the chain
setTargetInvoker(TargetInvoker) - Method in interface org.apache.tuscany.spi.wire.Message
Sets the target invoker to dispatch to when the message passes through the request side of the invocation chain
setTargetInvoker(TargetInvoker) - Method in class org.apache.tuscany.spi.wire.MessageImpl
 
setTargetName(QualifiedName) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Sets the name of the target
setTargetWire(OutboundWire) - Method in interface org.apache.tuscany.spi.wire.InboundWire
Set when a wire can be optimized; that is when no handlers or interceptors exist on either end
setTargetWire(InboundWire) - Method in interface org.apache.tuscany.spi.wire.OutboundWire
Set when a wire can be optimized; that is when no handlers or interceptors exist on either end
setTransformerRegistry(TransformerRegistry) - Method in class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
setType(String) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Sets the type of artifact.
setUrl(URL) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Sets a URL from which the artifact can be obtained.
setValue(Document) - Method in class org.apache.tuscany.spi.model.PropertyValue
 
setValueFactory(ObjectFactory<T>) - Method in class org.apache.tuscany.spi.model.PropertyValue
 
setVersion(String) - Method in class org.apache.tuscany.spi.services.artifact.Artifact
Sets the version of an artifact.
setWireService(WireService) - Method in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
setWireService(WireService) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setWorkContext(WorkContext) - Method in interface org.apache.tuscany.spi.component.ScopeContainer
Sets the work context used by the scope container
setWorkContext(WorkContext) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setWorkScheduler(WorkScheduler) - Method in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
setWrapper(WrapperInfo) - Method in class org.apache.tuscany.spi.model.Operation
 
setWrapperStyle(boolean) - Method in class org.apache.tuscany.spi.model.Operation
 
setXmlType(QName) - Method in class org.apache.tuscany.spi.model.Property
 
shutdownRuntime() - Method in interface org.apache.tuscany.host.Launcher
Shutdown the Tuscany runtime.
SimpleType2JavaTransformer<T> - Class in org.apache.tuscany.spi.databinding.extension
Transformer to convert data from a databinding's representation of simple types to Java Objects
SimpleType2JavaTransformer() - Constructor for class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
 
SimpleType2JavaTransformer(SimpleTypeMapper) - Constructor for class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
 
SimpleTypeMapper - Interface in org.apache.tuscany.spi.databinding
Type Mapper between XML schema simple data types and java objects
SimpleTypeMapperExtension - Class in org.apache.tuscany.spi.databinding.extension
 
SimpleTypeMapperExtension() - Constructor for class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
skipToEndElement(XMLStreamReader) - Static method in class org.apache.tuscany.spi.loader.LoaderUtil
Advance the stream to the next END_ELEMENT event skipping any nested content.
SourcePolicyBuilder - Interface in org.apache.tuscany.spi.policy
Implementations contribute Interceptors or org.apache.tuscany.spi.wire.MessageHandlers that handle source-side policy on a wire.
start() - Method in class org.apache.tuscany.spi.AbstractLifecycle
 
start() - Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
start() - Method in class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
start() - Method in class org.apache.tuscany.spi.extension.LoaderExtension
Initialize the loader.
start() - Method in interface org.apache.tuscany.spi.Lifecycle
Starts the Lifecycle.
STATELESS - Static variable in class org.apache.tuscany.spi.model.Scope
 
StAXElementLoader<T extends ModelObject> - Interface in org.apache.tuscany.spi.loader
A loader that creates a model object from a StAX input stream.
stop() - Method in class org.apache.tuscany.spi.AbstractLifecycle
 
stop() - Method in class org.apache.tuscany.spi.extension.ComponentTypeLoaderExtension
 
stop() - Method in class org.apache.tuscany.spi.extension.LoaderExtension
Destroy the loader.
stop() - Method in interface org.apache.tuscany.spi.Lifecycle
Stops the Lifecycle.
STOPPED - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
STOPPING - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
SystemAtomicComponent - Interface in org.apache.tuscany.spi.component
Implementations are specialized atomic components used to provide system services by the runtime
SystemAtomicComponentExtension - Class in org.apache.tuscany.spi.extension
 
SystemAtomicComponentExtension(String, CompositeComponent, ScopeContainer, int) - Constructor for class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
SystemAtomicComponentExtension(String, List<Class<?>>, CompositeComponent, ScopeContainer, int) - Constructor for class org.apache.tuscany.spi.extension.SystemAtomicComponentExtension
 
systemAutowireExternal - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
systemAutowireInternal - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
systemChildren - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
systemReferences - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 
systemServices - Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
 

T

TargetException - Exception in org.apache.tuscany.spi.component
Denotes an error while performing an operation on a target component implementation instance or proxy
TargetException() - Constructor for exception org.apache.tuscany.spi.component.TargetException
 
TargetException(String) - Constructor for exception org.apache.tuscany.spi.component.TargetException
 
TargetException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.TargetException
 
TargetException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.TargetException
 
TargetInvoker - Interface in org.apache.tuscany.spi.wire
Implementations are responsible for resolving a target and performing the actual invocation on it, for example, a component implementation instance or a service client.
TargetInvokerExtension - Class in org.apache.tuscany.spi.extension
The default implementation of a TargetInvoker
TargetInvokerExtension() - Constructor for class org.apache.tuscany.spi.extension.TargetInvokerExtension
 
TargetNotFoundException - Exception in org.apache.tuscany.spi.component
Thrown when a target of an operation cannot be found
TargetNotFoundException() - Constructor for exception org.apache.tuscany.spi.component.TargetNotFoundException
 
TargetNotFoundException(String) - Constructor for exception org.apache.tuscany.spi.component.TargetNotFoundException
 
TargetNotFoundException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.component.TargetNotFoundException
 
TargetNotFoundException(Throwable) - Constructor for exception org.apache.tuscany.spi.component.TargetNotFoundException
 
TargetPolicyBuilder - Interface in org.apache.tuscany.spi.policy
Implementations contribute Interceptors or org.apache.tuscany.spi.wire.MessageHandlers that handle target-side policy on a wire.
toJavaObject(TypeInfo, String, TransformationContext) - Method in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
toJavaObject(TypeInfo, String, TransformationContext) - Method in interface org.apache.tuscany.spi.databinding.SimpleTypeMapper
Parse the XML lexical representation into a java object
toPropertyName(String) - Static method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
toString() - Method in class org.apache.tuscany.spi.AbstractLifecycle
Returns the current lifecycle as a String (for example, "RUNNING").
toString() - Method in class org.apache.tuscany.spi.component.AbstractSCAObject
 
toString() - Method in class org.apache.tuscany.spi.model.DataType
 
toString() - Method in class org.apache.tuscany.spi.model.Operation
 
toString() - Method in class org.apache.tuscany.spi.model.ServiceContract
 
toString() - Method in class org.apache.tuscany.spi.QualifiedName
 
toString() - Method in class org.apache.tuscany.spi.services.artifact.Artifact
 
toString() - Method in class org.apache.tuscany.spi.wire.MessageId
 
toXMLLiteral(TypeInfo, Object, TransformationContext) - Method in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
toXMLLiteral(TypeInfo, Object, TransformationContext) - Method in interface org.apache.tuscany.spi.databinding.SimpleTypeMapper
Create the XML lexical representation for a java object
transform(Object, TransformationContext) - Method in class org.apache.tuscany.spi.databinding.extension.Java2SimpleTypeTransformer
 
transform(T, TransformationContext) - Method in class org.apache.tuscany.spi.databinding.extension.SimpleType2JavaTransformer
 
transform(S, TransformationContext) - Method in interface org.apache.tuscany.spi.databinding.PullTransformer
Transform source data into the result type.
transform(S, R, TransformationContext) - Method in interface org.apache.tuscany.spi.databinding.PushTransformer
 
TransformationContext - Interface in org.apache.tuscany.spi.databinding
Context for data transformation
TransformationException - Exception in org.apache.tuscany.spi.databinding
Reports problems during data transformation
TransformationException() - Constructor for exception org.apache.tuscany.spi.databinding.TransformationException
 
TransformationException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.databinding.TransformationException
 
TransformationException(String) - Constructor for exception org.apache.tuscany.spi.databinding.TransformationException
 
TransformationException(Throwable) - Constructor for exception org.apache.tuscany.spi.databinding.TransformationException
 
Transformer - Interface in org.apache.tuscany.spi.databinding
A transformer provides the data transformation from source type to target type.
TransformerExtension<S,T> - Class in org.apache.tuscany.spi.databinding.extension
Base Implementation of Transformer which provides the registration to the transformer registry
TransformerExtension() - Constructor for class org.apache.tuscany.spi.databinding.extension.TransformerExtension
 
TransformerRegistry - Interface in org.apache.tuscany.spi.databinding
Registry for data transformers
TRUE_FILTER - Static variable in class org.apache.tuscany.spi.component.AbstractSCAObject
 
TrueFilter - Class in org.apache.tuscany.spi.event
An event filter that always returns a true condition
TrueFilter() - Constructor for class org.apache.tuscany.spi.event.TrueFilter
 
TUSCANY_DEPLOYER - Static variable in class org.apache.tuscany.spi.bootstrap.ComponentNames
The name of the component that contains the deployer.
TUSCANY_ROOT - Static variable in class org.apache.tuscany.spi.bootstrap.ComponentNames
The name of the component that forms the root of the application context tree.
TUSCANY_RUNTIME - Static variable in class org.apache.tuscany.spi.bootstrap.ComponentNames
The name of the component that forms the root of the runtime tree.
TUSCANY_SYSTEM - Static variable in class org.apache.tuscany.spi.bootstrap.ComponentNames
The name of the component that form the root of the system context tree.
TuscanyException - Exception in org.apache.tuscany.api
The root checked exception for the Tuscany runtime.
TuscanyException() - Constructor for exception org.apache.tuscany.api.TuscanyException
Override constructor from Exception.
TuscanyException(String) - Constructor for exception org.apache.tuscany.api.TuscanyException
Override constructor from Exception.
TuscanyException(String, Throwable) - Constructor for exception org.apache.tuscany.api.TuscanyException
Override constructor from Exception.
TuscanyException(Throwable) - Constructor for exception org.apache.tuscany.api.TuscanyException
Override constructor from Exception.
TuscanyRuntime - Interface in org.apache.tuscany.host.runtime
 
TuscanyRuntimeException - Exception in org.apache.tuscany.api
The root unchecked exception for the Tuscany runtime.
TuscanyRuntimeException() - Constructor for exception org.apache.tuscany.api.TuscanyRuntimeException
Override constructor from RuntimeException.
TuscanyRuntimeException(String) - Constructor for exception org.apache.tuscany.api.TuscanyRuntimeException
Override constructor from RuntimeException.
TuscanyRuntimeException(String, Throwable) - Constructor for exception org.apache.tuscany.api.TuscanyRuntimeException
Override constructor from RuntimeException.
TuscanyRuntimeException(Throwable) - Constructor for exception org.apache.tuscany.api.TuscanyRuntimeException
Override constructor from RuntimeException.
TypeInfo - Class in org.apache.tuscany.spi.idl
An abstraction of XML schema types
TypeInfo(QName, boolean, TypeInfo) - Constructor for class org.apache.tuscany.spi.idl.TypeInfo
 

U

UNDEFINED - Static variable in class org.apache.tuscany.spi.model.Scope
 
UndefinedPropertyException - Exception in org.apache.tuscany.spi.loader
 
UndefinedPropertyException(String) - Constructor for exception org.apache.tuscany.spi.loader.UndefinedPropertyException
 
UnexpectedElementException - Exception in org.apache.tuscany.spi.loader
Exception that indicates that an element was found during loading that when loaded resulted in an unexpected type.
UnexpectedElementException(QName) - Constructor for exception org.apache.tuscany.spi.loader.UnexpectedElementException
 
UNINITIALIZED - Static variable in interface org.apache.tuscany.spi.Lifecycle
 
UnrecognizedElementException - Exception in org.apache.tuscany.spi.loader
Exception that indicates an element was encountered that could not be handled.
UnrecognizedElementException(QName) - Constructor for exception org.apache.tuscany.spi.loader.UnrecognizedElementException
Constructor that indicates which resource could not be found.
unregister(Class<I>) - Method in interface org.apache.tuscany.spi.builder.BuilderRegistry
Unregister a builder for an implementation type.
unregister(WirePostProcessor) - Method in interface org.apache.tuscany.spi.builder.WirePostProcessorRegistry
De-registers a post-processor in the runtime
unregister(String) - Method in interface org.apache.tuscany.spi.databinding.DataBindingRegistry
Unregister a data binding
unregisterLoader(QName, StAXElementLoader<T>) - Method in interface org.apache.tuscany.spi.loader.LoaderRegistry
Unregister a loader.
unregisterLoader(Class<I>) - Method in interface org.apache.tuscany.spi.loader.LoaderRegistry
Unregister a component type loader form the system.
unregisterMapping(String) - Method in interface org.apache.tuscany.spi.host.ServletHost
Unregister a servlet mapping.
unregisterProcessor(JavaInterfaceProcessor) - Method in interface org.apache.tuscany.spi.idl.java.JavaInterfaceProcessorRegistry
Deregisters the given processor
unregisterProcessor(ImplementationProcessor) - Method in interface org.apache.tuscany.spi.implementation.java.IntrospectionRegistry
Deregisters the given processor
unregisterService(String, int) - Method in interface org.apache.tuscany.host.rmi.RMIHost
 
unregisterService(String) - Method in interface org.apache.tuscany.host.rmi.RMIHost
 
unregisterTransformer(String, String) - Method in interface org.apache.tuscany.spi.databinding.TransformerRegistry
Unregister a transformer
URI_2001_SCHEMA_XSD - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 

V

valueOf(String) - Static method in enum org.apache.tuscany.spi.model.InteractionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tuscany.spi.model.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tuscany.spi.model.OverrideOptions
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tuscany.spi.model.InteractionScope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tuscany.spi.model.Multiplicity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tuscany.spi.model.OverrideOptions
Returns an array containing the constants of this enum type, in the order they're declared.
visitClass(CompositeComponent, Class<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessor
A callback received when the component implementation class is first loaded
visitClass(CompositeComponent, Class<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
visitConstructor(CompositeComponent, Constructor<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
visitConstructor(CompositeComponent, Constructor<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessor
A callback received as the component implementation's constructor used for instantiation by the runtime is evaluated.
visitConstructor(CompositeComponent, Constructor<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
visitEnd(CompositeComponent, Class<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessor
The final callback received when all other callbacks during evaluation of the component implementation have been issued
visitEnd(CompositeComponent, Class<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
visitField(CompositeComponent, Field, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
visitField(CompositeComponent, Field, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessor
A callback received as the component implementation's public and protected fields are evaluated
visitField(CompositeComponent, Field, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
visitInterface(Class<?>, Class<?>, JavaServiceContract) - Method in interface org.apache.tuscany.spi.idl.java.JavaInterfaceProcessor
 
visitMethod(CompositeComponent, Method, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.AbstractPropertyProcessor
 
visitMethod(CompositeComponent, Method, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessor
A callback received as the component implementation's public and protected methods are evaluated
visitMethod(CompositeComponent, Method, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
visitSuperClass(CompositeComponent, Class<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessor
A callback received as the component implementation class hierarchy is evaluated
visitSuperClass(CompositeComponent, Class<T>, PojoComponentType<JavaMappedService, JavaMappedReference, JavaMappedProperty<?>>, DeploymentContext) - Method in class org.apache.tuscany.spi.implementation.java.ImplementationProcessorExtension
 
VoidService - Interface in org.apache.tuscany.spi.services
Empty interface for a service component that has no operations.

W

WireDefinition - Class in org.apache.tuscany.spi.model
Represents a wire specified in an assembly
WireDefinition() - Constructor for class org.apache.tuscany.spi.model.WireDefinition
 
WireException - Exception in org.apache.tuscany.spi.wire
Denotes a top-level exception dealing with a wire
WireException() - Constructor for exception org.apache.tuscany.spi.wire.WireException
 
WireException(String) - Constructor for exception org.apache.tuscany.spi.wire.WireException
 
WireException(String, Throwable) - Constructor for exception org.apache.tuscany.spi.wire.WireException
 
WireException(Throwable) - Constructor for exception org.apache.tuscany.spi.wire.WireException
 
WireInvocationHandler - Interface in org.apache.tuscany.spi.wire
Implementations are responsible for dispatching an operation down an invocation chain
WirePostProcessor - Interface in org.apache.tuscany.spi.builder
Implementations are called after inbound and outbound wires are decorated with policy and before they are connected.
WirePostProcessorExtension - Class in org.apache.tuscany.spi.builder
 
WirePostProcessorExtension() - Constructor for class org.apache.tuscany.spi.builder.WirePostProcessorExtension
 
WirePostProcessorRegistry - Interface in org.apache.tuscany.spi.builder
Acts as a delegating WirePostProcessor, delegating post-processing of wires after policies have been applied and source an targets have been matched but before they are connected.
wireService - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
wireService - Variable in class org.apache.tuscany.spi.extension.BindingBuilderExtension
 
wireService - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
wireService - Variable in class org.apache.tuscany.spi.extension.ReferenceExtension
 
wireService - Variable in class org.apache.tuscany.spi.extension.ServiceExtension
 
WireService - Interface in org.apache.tuscany.spi.wire
Creates proxies that implement Java interfaces and invocation handlers for fronting wires
WireServiceExtension - Class in org.apache.tuscany.spi.wire
Base class for wire service extensions
WireServiceExtension(WorkContext, PolicyBuilderRegistry) - Constructor for class org.apache.tuscany.spi.wire.WireServiceExtension
 
workAccepted(T) - Method in interface org.apache.tuscany.spi.services.work.NotificationListener
Callback method when the unit of work is accepted.
workCompleted(T) - Method in interface org.apache.tuscany.spi.services.work.NotificationListener
Callback method when the unit of work is successfully completed.
WorkContext - Interface in org.apache.tuscany.spi.component
Implementations track information associated with a request as it is processed by the runtime
workContext - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
workContext - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
workFailed(T, Throwable) - Method in interface org.apache.tuscany.spi.services.work.NotificationListener
Callnack when the unit of work fails to complete.
workRejected(T) - Method in interface org.apache.tuscany.spi.services.work.NotificationListener
Callback when the unit of work is rejected.
workScheduler - Variable in class org.apache.tuscany.spi.extension.AtomicComponentExtension
 
workScheduler - Variable in class org.apache.tuscany.spi.extension.ComponentBuilderExtension
 
WorkScheduler - Interface in org.apache.tuscany.spi.services.work
Defines the contract for scheduling asychronous units of work.
WorkSchedulerException - Exception in org.apache.tuscany.spi.services.work
Exception thrown by the work scheduler in case of unexpected exceptions.
WorkSchedulerException(Throwable) - Constructor for exception org.apache.tuscany.spi.services.work.WorkSchedulerException
Wraps the root cause.
workStarted(T) - Method in interface org.apache.tuscany.spi.services.work.NotificationListener
Callback when the unit of work is started.
WrapperHandler<T> - Interface in org.apache.tuscany.spi.databinding
A contract for transformers to deal with wrapping/unwrapping for WSDL wrapper style operations
WrapperInfo - Class in org.apache.tuscany.spi.idl
The "Wrapper Style" WSDL operation is defined by The Java API for XML-Based Web Services (JAX-WS) 2.0 specification, section 2.3.1.2 Wrapper Style.
WrapperInfo(ElementInfo, ElementInfo, List<ElementInfo>, List<ElementInfo>, DataType<List<DataType<QName>>>, DataType<QName>) - Constructor for class org.apache.tuscany.spi.idl.WrapperInfo
 

X

XML2JAVA - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_ANY - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_ANYSIMPLETYPE - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_ANYTYPE - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_ANYURI - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_BASE64 - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_BOOLEAN - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_BYTE - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_DATE - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_DATETIME - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_DAY - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_DECIMAL - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_DOUBLE - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_DURATION - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_ENTITIES - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_ENTITY - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_FLOAT - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_HEXBIN - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_IDREF - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_IDREFS - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_INT - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_INTEGER - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_LONG - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_MONTH - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_MONTHDAY - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NAME - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NCNAME - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NEGATIVEINTEGER - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NMTOKEN - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NMTOKENS - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NONNEGATIVEINTEGER - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NONPOSITIVEINTEGER - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NORMALIZEDSTRING - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_NOTATION - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_POSITIVEINTEGER - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_QNAME - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_SHORT - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_SIMPLE_TYPES - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_STRING - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_TIME - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_TOKEN - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_UNSIGNEDBYTE - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_UNSIGNEDINT - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_UNSIGNEDLONG - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_UNSIGNEDSHORT - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_YEAR - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSD_YEARMONTH - Static variable in class org.apache.tuscany.spi.databinding.extension.SimpleTypeMapperExtension
 
XSDDataTypeConverter - Class in org.apache.tuscany.spi.databinding.extension
Utility class for XSD data type conversions
XSDDataTypeConverter() - Constructor for class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter
 
XSDDataTypeConverter.Base64Binary - Class in org.apache.tuscany.spi.databinding.extension
 
XSDDataTypeConverter.HexBinary - Class in org.apache.tuscany.spi.databinding.extension

Utility class for xs:hexbinary.

XSDDataTypeConverter.XSDDateFormat - Class in org.apache.tuscany.spi.databinding.extension
 
XSDDataTypeConverter.XSDDateFormat() - Constructor for class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.XSDDateFormat
Creates a new instance.
XSDDataTypeConverter.XSDDateTimeFormat - Class in org.apache.tuscany.spi.databinding.extension

An instance of Format, which may be used to parse and format xs:dateTime values.

XSDDataTypeConverter.XSDDateTimeFormat() - Constructor for class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.XSDDateTimeFormat
Creates a new instance.
XSDDataTypeConverter.XSDTimeFormat - Class in org.apache.tuscany.spi.databinding.extension
 
XSDDataTypeConverter.XSDTimeFormat() - Constructor for class org.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.XSDTimeFormat
Creates a new instance.

A B C D E F G H I J L M N O P Q R S T U V W X
Apache Tuscany SCA Kernel Sub-Project

-