com.sun.xml.registry.uddi
Class Processor

java.lang.Object
  extended by com.sun.xml.registry.uddi.Processor

public class Processor
extends Object

Version:
1.4, 01/11/00

Constructor Summary
Processor(RegistryServiceImpl registryService, UDDIMapper mapper)
           
 
Method Summary
 BulkResponse invoke(Object obj, Collection keys, String type)
           
 BulkResponse invokeMethod(Object obj, Collection keys, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Throws:
InvocationTargetException
IllegalAccessException
JAXRException


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.