org.apache.tuscany.sca.provider
Interface WireFormatProvider

All Known Implementing Classes:
WireFormatJMSBytesReferenceProvider, WireFormatJMSBytesServiceProvider, WireFormatJMSObjectReferenceProvider, WireFormatJMSObjectServiceProvider, WireFormatJMSTextReferenceProvider, WireFormatJMSTextServiceProvider, WireFormatJMSTextXMLReferenceProvider, WireFormatJMSTextXMLServiceProvider

public interface WireFormatProvider


Method Summary
 Interceptor createInterceptor()
          Create an interceptor for the wire format
 java.lang.String getPhase()
          Get the phase that the interceptor should be added
 InterfaceContract getWireFormatInterfaceContract()
           
 

Method Detail

getWireFormatInterfaceContract

InterfaceContract getWireFormatInterfaceContract()

createInterceptor

Interceptor createInterceptor()
Create an interceptor for the wire format

Returns:
An interceptor that realize the policySet

getPhase

java.lang.String getPhase()
Get the phase that the interceptor should be added

Returns:
The phase that this interceptor belongs to