Uses of Class
org.apache.cxf.xkms.model.xkms.RegisterResultType
-
Packages that use RegisterResultType Package Description 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 RegisterResultType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers that return RegisterResultType Modifier and Type Method Description RegisterResultTypeRegister. register(RegisterRequestType request, RegisterResultType response)Methods in org.apache.cxf.xkms.handlers with parameters of type RegisterResultType Modifier and Type Method Description RegisterResultTypeRegister. register(RegisterRequestType request, RegisterResultType response) -
Uses of RegisterResultType in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return RegisterResultType Modifier and Type Method Description RegisterResultTypeObjectFactory. createRegisterResultType()Create an instance ofRegisterResultTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type RegisterResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<RegisterResultType>ObjectFactory. createRegisterResult(RegisterResultType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type RegisterResultType Modifier and Type Method Description javax.xml.bind.JAXBElement<RegisterResultType>ObjectFactory. createRegisterResult(RegisterResultType value) -
Uses of RegisterResultType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service that return RegisterResultType Modifier and Type Method Description RegisterResultTypeXKMSService. register(RegisterRequestType request) -
Uses of RegisterResultType in org.apache.cxf.xkms.x509.handlers
Methods in org.apache.cxf.xkms.x509.handlers that return RegisterResultType Modifier and Type Method Description RegisterResultTypeX509Register. register(RegisterRequestType request, RegisterResultType response)Methods in org.apache.cxf.xkms.x509.handlers with parameters of type RegisterResultType Modifier and Type Method Description RegisterResultTypeX509Register. register(RegisterRequestType request, RegisterResultType response) -
Uses of RegisterResultType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl that return RegisterResultType Modifier and Type Method Description RegisterResultTypeXKMSPortType. register(RegisterRequestType body)
-