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

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

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

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

Methods in org.apache.cxf.jms_mtom.types that return types with arguments of type DataHandlerOnlyType
 JAXBElement<DataHandlerOnlyType> ObjectFactory.createTestOutMtomResponse(DataHandlerOnlyType value)
          Create an instance of JAXBElement<DataHandlerOnlyType>}
 

Methods in org.apache.cxf.jms_mtom.types with parameters of type DataHandlerOnlyType
 JAXBElement<DataHandlerOnlyType> ObjectFactory.createTestOutMtomResponse(DataHandlerOnlyType value)
          Create an instance of JAXBElement<DataHandlerOnlyType>}
 



Apache CXF