Apache CXF API

org.apache.cxf.binding
Interface Binding

All Superinterfaces:
InterceptorProvider

public interface Binding
extends InterceptorProvider

A Binding provides interceptors and message creation logic for a specific protocol binding.


Method Summary
 Message createMessage()
           
 Message createMessage(Message m)
           
 BindingInfo getBindingInfo()
           
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Method Detail

createMessage

Message createMessage()

createMessage

Message createMessage(Message m)

getBindingInfo

BindingInfo getBindingInfo()

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.