Uses of Class
org.apache.cxf.mime.types.XopType

Packages that use XopType
org.apache.cxf.mime.types   
 

Uses of XopType in org.apache.cxf.mime.types
 

Methods in org.apache.cxf.mime.types that return XopType
 XopType ObjectFactory.createXopType()
          Create an instance of XopType
 

Methods in org.apache.cxf.mime.types that return types with arguments of type XopType
 javax.xml.bind.JAXBElement<XopType> ObjectFactory.createTestXop(XopType value)
          Create an instance of JAXBElement<XopType>}
 javax.xml.bind.JAXBElement<XopType> ObjectFactory.createTestXopResponse(XopType value)
          Create an instance of JAXBElement<XopType>}
 

Methods in org.apache.cxf.mime.types with parameters of type XopType
 javax.xml.bind.JAXBElement<XopType> ObjectFactory.createTestXop(XopType value)
          Create an instance of JAXBElement<XopType>}
 javax.xml.bind.JAXBElement<XopType> ObjectFactory.createTestXopResponse(XopType value)
          Create an instance of JAXBElement<XopType>}
 



Apache CXF