Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.CompoundResultType

Packages that use CompoundResultType
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
org.w3._2002._03.xkms_wsdl   
 

Uses of CompoundResultType in org.apache.cxf.xkms.model.xkms
 

Methods in org.apache.cxf.xkms.model.xkms that return CompoundResultType
 CompoundResultType ObjectFactory.createCompoundResultType()
          Create an instance of CompoundResultType
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type CompoundResultType
 JAXBElement<CompoundResultType> ObjectFactory.createCompoundResult(CompoundResultType value)
          Create an instance of JAXBElement<CompoundResultType>}
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type CompoundResultType
 JAXBElement<CompoundResultType> ObjectFactory.createCompoundResult(CompoundResultType value)
          Create an instance of JAXBElement<CompoundResultType>}
 

Uses of CompoundResultType in org.apache.cxf.xkms.service
 

Methods in org.apache.cxf.xkms.service that return CompoundResultType
 CompoundResultType XKMSService.compound(CompoundRequestType request)
           
 

Uses of CompoundResultType in org.w3._2002._03.xkms_wsdl
 

Methods in org.w3._2002._03.xkms_wsdl that return CompoundResultType
 CompoundResultType XKMSPortType.compound(CompoundRequestType body)
           
 


Apache CXF API

Apache CXF