Apache CXF API

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

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

Uses of LocateResultType in org.apache.cxf.xkms.client
 

Methods in org.apache.cxf.xkms.client with parameters of type LocateResultType
protected  X509Certificate XKMSInvoker.parseLocateXKMSResponse(LocateResultType locateResultType, List<X509AppId> ids)
           
 

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

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

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

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

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

Methods in org.apache.cxf.xkms.service that return LocateResultType
 LocateResultType XKMSService.locate(LocateRequestType request)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl that return LocateResultType
 LocateResultType XKMSPortType.locate(LocateRequestType body)
           
 


Apache CXF API

Apache CXF