Tuscany Core

Uses of Class
org.apache.tuscany.core.context.QualifiedName

Packages that use QualifiedName
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.context.scope   
org.apache.tuscany.core.extension   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.system.context   
org.apache.tuscany.core.wire   
 

Uses of QualifiedName in org.apache.tuscany.core.context
 

Methods in org.apache.tuscany.core.context with parameters of type QualifiedName
 Object Context.getInstance(QualifiedName qName)
          Returns the instance associated with the requested name, which may be in a atomic or composite form.
 Object ScopeContext.getInstance(QualifiedName qName)
           
 

Uses of QualifiedName in org.apache.tuscany.core.context.impl
 

Methods in org.apache.tuscany.core.context.impl that return QualifiedName
 QualifiedName AbstractCompositeContext.NameToScope.getName()
           
 

Methods in org.apache.tuscany.core.context.impl with parameters of type QualifiedName
 Object EntryPointContextImpl.getInstance(QualifiedName qName)
           
 Object ExternalServiceContextImpl.getInstance(QualifiedName qName)
           
 Object AbstractCompositeContext.getInstance(QualifiedName qName)
           
 

Constructors in org.apache.tuscany.core.context.impl with parameters of type QualifiedName
AbstractCompositeContext.NameToScope(QualifiedName name, ScopeContext scope)
           
 

Uses of QualifiedName in org.apache.tuscany.core.context.scope
 

Methods in org.apache.tuscany.core.context.scope with parameters of type QualifiedName
 Object CompositeScopeContext.getInstance(QualifiedName qName)
           
 Object AbstractScopeContext.getInstance(QualifiedName qName)
           
 

Uses of QualifiedName in org.apache.tuscany.core.extension
 

Methods in org.apache.tuscany.core.extension with parameters of type QualifiedName
protected abstract  TargetInvoker WireBuilderSupport.createInvoker(QualifiedName targetName, Method operation, ScopeContext context, boolean downScope)
          Callback to create the specific TargetInvoker type for dispatching to the target type
 

Constructors in org.apache.tuscany.core.extension with parameters of type QualifiedName
ComponentTargetInvoker(QualifiedName serviceName, Method method, ScopeContext container)
          Constructs a new ExternalWebServiceTargetInvoker.
ExternalServiceTargetInvoker(QualifiedName serviceName, Method method, ScopeContext container)
          Constructs a new ExternalWebServiceTargetInvoker.
 

Uses of QualifiedName in org.apache.tuscany.core.runtime
 

Methods in org.apache.tuscany.core.runtime with parameters of type QualifiedName
 Object RuntimeContextImpl.getInstance(QualifiedName qName)
           
 Object RuntimeContextImpl.locateInstance(QualifiedName serviceName)
           
 Object RuntimeContextImpl.locateService(QualifiedName serviceName)
           
 

Uses of QualifiedName in org.apache.tuscany.core.system.context
 

Methods in org.apache.tuscany.core.system.context with parameters of type QualifiedName
 Object SystemEntryPointContext.getInstance(QualifiedName qName)
           
 Object SystemAtomicContext.getInstance(QualifiedName qName)
           
 Object SystemExternalServiceContext.getInstance(QualifiedName qName)
           
 

Uses of QualifiedName in org.apache.tuscany.core.wire
 

Fields in org.apache.tuscany.core.wire declared as QualifiedName
protected  QualifiedName WireConfiguration.targetName
           
 

Methods in org.apache.tuscany.core.wire that return QualifiedName
 QualifiedName WireConfiguration.getTargetName()
          Returns the qualified name of the target service specified by the wire
 

Constructors in org.apache.tuscany.core.wire with parameters of type QualifiedName
WireConfiguration(QualifiedName targetName, ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the configuration
WireSourceConfiguration(QualifiedName targetName, Map<Method,SourceInvocationConfiguration> invocationConfigs, ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire where the reference is "anonymous", i.e.
WireSourceConfiguration(String referenceName, QualifiedName targetName, Map<Method,SourceInvocationConfiguration> invocationConfigs, ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire
WireTargetConfiguration(QualifiedName targetName, Map<Method,TargetInvocationConfiguration> invocationConfigs, ClassLoader proxyClassLoader, MessageFactory messageFactory)
          Creates the source side of a wire
 


Tuscany Core

-