Apache CXF API

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

Packages that use LocateRequestType
org.apache.cxf.xkms.client   
org.apache.cxf.xkms.handlers   
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
org.apache.cxf.xkms.x509.handlers   
org.w3._2002._03.xkms_wsdl   
 

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

Methods in org.apache.cxf.xkms.client that return LocateRequestType
protected  LocateRequestType XKMSInvoker.prepareLocateXKMSRequest(List<X509AppId> ids)
           
 

Uses of LocateRequestType in org.apache.cxf.xkms.handlers
 

Methods in org.apache.cxf.xkms.handlers with parameters of type LocateRequestType
 UnverifiedKeyBindingType Locator.locate(LocateRequestType request)
           
 

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

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

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

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

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

Methods in org.apache.cxf.xkms.service with parameters of type LocateRequestType
 LocateResultType XKMSService.locate(LocateRequestType request)
           
 

Uses of LocateRequestType in org.apache.cxf.xkms.x509.handlers
 

Methods in org.apache.cxf.xkms.x509.handlers with parameters of type LocateRequestType
 UnverifiedKeyBindingType X509Locator.locate(LocateRequestType request)
           
 

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

Methods in org.w3._2002._03.xkms_wsdl with parameters of type LocateRequestType
 LocateResultType XKMSPortType.locate(LocateRequestType body)
           
 


Apache CXF API

Apache CXF