Package com.sun.xml.registry.uddi
Class Processor
- java.lang.Object
-
- com.sun.xml.registry.uddi.Processor
-
public class Processor extends Object
- Version:
- 1.4, 01/11/00
-
-
Constructor Summary
Constructors Constructor Description Processor(RegistryServiceImpl registryService, UDDIMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.registry.BulkResponseinvoke(Object obj, Collection keys, String type)javax.xml.registry.BulkResponseinvokeMethod(Object obj, Collection keys, String type)
-
-
-
Constructor Detail
-
Processor
public Processor(RegistryServiceImpl registryService, UDDIMapper mapper)
-
-
Method Detail
-
invokeMethod
public javax.xml.registry.BulkResponse invokeMethod(Object obj, Collection keys, String type) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
invoke
public javax.xml.registry.BulkResponse invoke(Object obj, Collection keys, String type) throws InvocationTargetException, IllegalAccessException, javax.xml.registry.JAXRException
- Throws:
InvocationTargetExceptionIllegalAccessExceptionjavax.xml.registry.JAXRException
-
-