Package com.sun.xml.registry.uddi
Class JAXRCommand
- java.lang.Object
-
- com.sun.xml.registry.uddi.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 Summary
Constructors Constructor Description JAXRCommand(RegistryServiceImpl service, BulkResponseImpl response)Constructor sets the service and response object.
-
-
-
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
-
-