com.sun.xml.registry.uddi
Class ProtoCallbackHandler

java.lang.Object
  extended by com.sun.xml.registry.uddi.ProtoCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class ProtoCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
ProtoCallbackHandler(UDDIMapper mapper)
           
 
Method Summary
 UDDIMapper getUDDIMapper()
           
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtoCallbackHandler

public ProtoCallbackHandler(UDDIMapper mapper)
Method Detail

getUDDIMapper

public UDDIMapper getUDDIMapper()

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


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