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:
Binding,InterceptorProvider
public class XMLBinding extends AbstractBasicInterceptorProvider implements Binding
-
-
Constructor Summary
Constructors Constructor Description XMLBinding(BindingInfo bindingInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagecreateMessage()Create a Message for this Binding.MessagecreateMessage(Message m)Create a Message form the message.BindingInfogetBindingInfo()Get the BindingInfo for this binding.-
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
-
-
-
-
Constructor Detail
-
XMLBinding
public XMLBinding(BindingInfo bindingInfo)
-
-
Method Detail
-
getBindingInfo
public BindingInfo getBindingInfo()
Description copied from interface:BindingGet the BindingInfo for this binding.- Specified by:
getBindingInfoin interfaceBinding- Returns:
- the BingdingInfo Object
-
createMessage
public Message createMessage()
Description copied from interface:BindingCreate a Message for this Binding.- Specified by:
createMessagein interfaceBinding- Returns:
- the Binding message
-
createMessage
public Message createMessage(Message m)
Description copied from interface:BindingCreate a Message form the message.- Specified by:
createMessagein interfaceBinding- Parameters:
m- the message used for creating a binding message- Returns:
- the Binding message
-
-