Class JAXRCommand


  • public abstract class JAXRCommand
    extends Object
    Classes to represent JAXR methods. These are used in asynchronous connections to make jaxr calls.
    Author:
    Bobby Bissett
    • Constructor Detail

      • JAXRCommand

        public JAXRCommand​(RegistryServiceImpl service,
                           BulkResponseImpl response)
                    throws javax.xml.registry.JAXRException
        Constructor sets the service and response object. Subclasses implement the business part of the class. The constructor for each concrete subclass takes a registry service and bulk response parameter, followed by the parameters to the actual JAXR method.
        Throws:
        javax.xml.registry.JAXRException