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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXRCommand
public JAXRCommand(RegistryServiceImpl service,
BulkResponseImpl response)
throws 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:
JAXRException
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.