Package org.apache.cxf.binding.xml
Class XMLBinding
- java.lang.Object
-
- org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
-
- org.apache.cxf.binding.xml.XMLBinding
-
- All Implemented Interfaces:
org.apache.cxf.binding.Binding,org.apache.cxf.interceptor.InterceptorProvider
public class XMLBinding extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider implements org.apache.cxf.binding.Binding
-
-
Constructor Summary
Constructors Constructor Description XMLBinding(org.apache.cxf.service.model.BindingInfo bindingInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.message.MessagecreateMessage()org.apache.cxf.message.MessagecreateMessage(org.apache.cxf.message.Message m)org.apache.cxf.service.model.BindingInfogetBindingInfo()-
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
-
-
-
Method Detail
-
getBindingInfo
public org.apache.cxf.service.model.BindingInfo getBindingInfo()
- Specified by:
getBindingInfoin interfaceorg.apache.cxf.binding.Binding
-
createMessage
public org.apache.cxf.message.Message createMessage()
- Specified by:
createMessagein interfaceorg.apache.cxf.binding.Binding
-
createMessage
public org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m)
- Specified by:
createMessagein interfaceorg.apache.cxf.binding.Binding
-
-