Uses of Class
org.apache.cxf.jms_mtom.types.DataHandlerType

Packages that use DataHandlerType
org.apache.cxf.jms_mtom.types   
 

Uses of DataHandlerType in org.apache.cxf.jms_mtom.types
 

Methods in org.apache.cxf.jms_mtom.types that return DataHandlerType
 DataHandlerType ObjectFactory.createDataHandlerType()
          Create an instance of DataHandlerType
 

Methods in org.apache.cxf.jms_mtom.types that return types with arguments of type DataHandlerType
 javax.xml.bind.JAXBElement<DataHandlerType> ObjectFactory.createTestDataHandler(DataHandlerType value)
          Create an instance of JAXBElement<DataHandlerType>}
 javax.xml.bind.JAXBElement<DataHandlerType> ObjectFactory.createTestDataHandlerResponse(DataHandlerType value)
          Create an instance of JAXBElement<DataHandlerType>}
 

Methods in org.apache.cxf.jms_mtom.types with parameters of type DataHandlerType
 javax.xml.bind.JAXBElement<DataHandlerType> ObjectFactory.createTestDataHandler(DataHandlerType value)
          Create an instance of JAXBElement<DataHandlerType>}
 javax.xml.bind.JAXBElement<DataHandlerType> ObjectFactory.createTestDataHandlerResponse(DataHandlerType value)
          Create an instance of JAXBElement<DataHandlerType>}
 



Apache CXF