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

Packages that use XopStringType
org.apache.cxf.mime   
org.apache.cxf.mime.types   
org.apache.cxf.mtom_xop   
 

Uses of XopStringType in org.apache.cxf.mime
 

Methods in org.apache.cxf.mime that return XopStringType
 XopStringType TestMtom.testXopString(XopStringType data)
           
 

Methods in org.apache.cxf.mime with parameters of type XopStringType
 XopStringType TestMtom.testXopString(XopStringType data)
           
 

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

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

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

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

Uses of XopStringType in org.apache.cxf.mtom_xop
 

Methods in org.apache.cxf.mtom_xop that return XopStringType
 XopStringType TestMtomImpl.testXopString(XopStringType data)
           
 

Methods in org.apache.cxf.mtom_xop with parameters of type XopStringType
 XopStringType TestMtomImpl.testXopString(XopStringType data)
           
 



Apache CXF