Package org.switchyard.component.jca.composer

Examples of org.switchyard.component.jca.composer.StreamableRecordBindingData


   
    @Override
    public Message handle(Exchange exchange, Connection conn, Interaction interact) throws Exception {
        StreamableRecord record = new StreamableRecord();
        StreamableRecord outRecord = new StreamableRecord();
        interact.execute(getInteractionSpec(), getMessageComposer(StreamableRecordBindingData.class).decompose(exchange, new StreamableRecordBindingData(record)).getRecord(), outRecord);
        return _composer.compose(new StreamableRecordBindingData(outRecord), exchange);
    }
View Full Code Here

TOP

Related Classes of org.switchyard.component.jca.composer.StreamableRecordBindingData

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.