Package org.apache.tuscany.sca.core.invocation

Examples of org.apache.tuscany.sca.core.invocation.TargetInvocationException


            case CONVERSATION_CONTINUE:
            case CONVERSATION_END:
                assert !cacheable;
                return scopeContainer.getAssociatedWrapper(contextId);
            default:
                throw new TargetInvocationException("Unknown sequence type: " + String.valueOf(sequence));
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.core.invocation.TargetInvocationException

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.