Apache CXF API

Uses of Class
org.apache.cxf.bindings.xformat.XMLBindingMessageFormat

Packages that use XMLBindingMessageFormat
org.apache.cxf.bindings.xformat   
 

Uses of XMLBindingMessageFormat in org.apache.cxf.bindings.xformat
 

Methods in org.apache.cxf.bindings.xformat that return XMLBindingMessageFormat
 XMLBindingMessageFormat ObjectFactory.createXMLBindingMessageFormat()
          Create an instance of XMLBindingMessageFormat
 

Methods in org.apache.cxf.bindings.xformat that return types with arguments of type XMLBindingMessageFormat
 JAXBElement<XMLBindingMessageFormat> ObjectFactory.createBody(XMLBindingMessageFormat value)
          Create an instance of JAXBElement<XMLBindingMessageFormat>}
 

Methods in org.apache.cxf.bindings.xformat with parameters of type XMLBindingMessageFormat
 JAXBElement<XMLBindingMessageFormat> ObjectFactory.createBody(XMLBindingMessageFormat value)
          Create an instance of JAXBElement<XMLBindingMessageFormat>}
 


Apache CXF API

Apache CXF