Apache CXF API

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

Packages that use RegisterResultType
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
 RegisterResultType Register.register(RegisterRequestType request, RegisterResultType response)
           
 

Methods in org.apache.cxf.xkms.handlers with parameters of type RegisterResultType
 RegisterResultType Register.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
 RegisterResultType ObjectFactory.createRegisterResultType()
          Create an instance of RegisterResultType
 

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

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

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

Methods in org.apache.cxf.xkms.service that return RegisterResultType
 RegisterResultType XKMSService.register(RegisterRequestType request)
           
 

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

Methods in org.apache.cxf.xkms.x509.handlers that return RegisterResultType
 RegisterResultType X509Register.register(RegisterRequestType request, RegisterResultType response)
           
 

Methods in org.apache.cxf.xkms.x509.handlers with parameters of type RegisterResultType
 RegisterResultType X509Register.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
 RegisterResultType XKMSPortType.register(RegisterRequestType body)
           
 


Apache CXF API

Apache CXF