Package org.apache.tuscany.container.java.invocation

Examples of org.apache.tuscany.container.java.invocation.ScopedJavaComponentInvoker


@Scope("MODULE")
public class JavaTargetWireBuilder extends WireBuilderSupport<JavaContextFactory> {

    protected TargetInvoker createInvoker(QualifiedName targetName, Method operation, ScopeContext context, boolean downScope) {
        boolean cacheable = !downScope;
        return new ScopedJavaComponentInvoker(targetName, operation, context,cacheable);
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.container.java.invocation.ScopedJavaComponentInvoker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.