Uses of Class
org.apache.cxf.xkms.model.xkms.LocateResultType
-
Packages that use LocateResultType Package Description 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 Modifier and Type Method Description protected X509CertificateXKMSInvoker. 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 Modifier and Type Method Description LocateResultTypeObjectFactory. createLocateResultType()Create an instance ofLocateResultTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type LocateResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<LocateResultType>ObjectFactory. createLocateResult(LocateResultType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type LocateResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<LocateResultType>ObjectFactory. createLocateResult(LocateResultType value) -
Uses of LocateResultType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service that return LocateResultType Modifier and Type Method Description LocateResultTypeXKMSService. locate(LocateRequestType request) -
Uses of LocateResultType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl that return LocateResultType Modifier and Type Method Description LocateResultTypeXKMSPortType. locate(LocateRequestType body)
-