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 BulkResponseinvoke(Object obj, Collection keys, String type)BulkResponseinvokeMethod(Object obj, Collection keys, String type)
-
-
-
Constructor Detail
-
Processor
public Processor(RegistryServiceImpl registryService, UDDIMapper mapper)
-
-
Method Detail
-
invokeMethod
public BulkResponse invokeMethod(Object obj, Collection keys, String type) throws JAXRException
- Throws:
JAXRException
-
invoke
public BulkResponse invoke(Object obj, Collection keys, String type) throws InvocationTargetException, IllegalAccessException, JAXRException
-
-