2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.assembly
Interface BindingRRB

All Superinterfaces:
Base, Binding, java.lang.Cloneable
All Known Implementing Classes:
JMSBinding

public interface BindingRRB
extends Binding

TODO RRB experiment. Represents a binding implemented using Requst/Response binding chains Used to test the RRB idea hence no integrated into the Binding interface, yet


Method Summary
 OperationSelector getOperationSelector()
           
 WireFormat getRequestWireFormat()
           
 WireFormat getResponseWireFormat()
           
 void setOperationSelector(OperationSelector operationSelector)
           
 void setRequestWireFormat(WireFormat wireFormat)
           
 void setResponseWireFormat(WireFormat wireFormat)
           
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Binding
clone, getName, getURI, setName, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

getRequestWireFormat

WireFormat getRequestWireFormat()

setRequestWireFormat

void setRequestWireFormat(WireFormat wireFormat)

getResponseWireFormat

WireFormat getResponseWireFormat()

setResponseWireFormat

void setResponseWireFormat(WireFormat wireFormat)

getOperationSelector

OperationSelector getOperationSelector()

setOperationSelector

void setOperationSelector(OperationSelector operationSelector)