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