Package org.apache.tuscany.sca.binding.http.wireformat

Examples of org.apache.tuscany.sca.binding.http.wireformat.HTTPJSONWireFormat


    private OperationSelector operationSelector;   
   
    public JSONPBinding() {
        // configure the HTTP binding for JSONP (which for the moment is the default wireFormat)
        setOperationSelector(new HTTPRPCOperationSelector());
        setRequestWireFormat(new HTTPJSONWireFormat());
        setResponseWireFormat(new HTTPJSONWireFormat());
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.http.wireformat.HTTPJSONWireFormat

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.