Package org.apache.tuscany.sca.binding.axis2.Axis2ServiceBindingProvider

Examples of org.apache.tuscany.sca.binding.axis2.Axis2ServiceBindingProvider.InvocationContext


    }

    private Object invokeTarget(final Object payload, Object correlationId) throws InvocationTargetException {
        try {
            // Use current correlation id as index to retrieve inv context
            InvocationContext invCtx = service.retrieveMapping(correlationId);

            MessageContext outMC = Utils.createOutMessageContext(invCtx.inMessageContext);
            outMC.getOperationContext().addMessageContext(outMC);

            OMElement responseOM;
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.axis2.Axis2ServiceBindingProvider.InvocationContext

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.