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

Examples of org.apache.tuscany.sca.core.invocation.CallbackWireObjectFactory.attachConversationID()


        CallbackWireObjectFactory factory = new CallbackWireObjectFactory(javaClass, proxyFactory, wires);
        factory.resolveTarget();
        ReferenceParameters parameters = msgContext.getTo().getReferenceParameters();
        factory.attachCallbackID(parameters.getCallbackID());
        if (factory.getConversation() != null) {
            factory.attachConversationID(parameters.getConversationID());
        }
        return factory;
    }
}
View Full Code Here


        CallbackWireObjectFactory factory = new CallbackWireObjectFactory(javaClass, proxyFactory, wires);
        factory.resolveTarget();
        ReferenceParameters parameters = msgContext.getTo().getReferenceParameters();
        factory.attachCallbackID(parameters.getCallbackID());
        if (factory.getConversation() != null) {
            factory.attachConversationID(parameters.getConversationID());
        }
        return factory;
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.