Uses of Class
org.apache.cxf.xkms.model.xkms.LocateRequestType
-
-
Uses of LocateRequestType in org.apache.cxf.xkms.client
Methods in org.apache.cxf.xkms.client that return LocateRequestType Modifier and Type Method Description protected LocateRequestTypeXKMSInvoker. 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 Modifier and Type Method Description UnverifiedKeyBindingTypeLocator. locate(LocateRequestType request) -
Uses of LocateRequestType in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return LocateRequestType Modifier and Type Method Description LocateRequestTypeObjectFactory. createLocateRequestType()Create an instance ofLocateRequestTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type LocateRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<LocateRequestType>ObjectFactory. createLocateRequest(LocateRequestType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type LocateRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<LocateRequestType>ObjectFactory. createLocateRequest(LocateRequestType value) -
Uses of LocateRequestType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type LocateRequestType Modifier and Type Method Description LocateResultTypeXKMSService. 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 Modifier and Type Method Description UnverifiedKeyBindingTypeX509Locator. 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 Modifier and Type Method Description LocateResultTypeXKMSPortType. locate(LocateRequestType body)
-