Apache CXF API

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

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

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

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type CompoundRequestType
 CompoundResultType XKMSService.compound(CompoundRequestType request)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type CompoundRequestType
 CompoundResultType XKMSPortType.compound(CompoundRequestType body)
           
 


Apache CXF API

Apache CXF