com.axeda.esrs.portal.callback
Class DefaultRegistrationCallbackHandler

java.lang.Object
  extended by com.axeda.esrs.portal.callback.DefaultRegistrationCallbackHandler
All Implemented Interfaces:
AxedaCallbackHandler

public class DefaultRegistrationCallbackHandler
extends java.lang.Object
implements AxedaCallbackHandler

Created by IntelliJ IDEA. User: kholbrook Date: Sep 10, 2009 Time: 9:24:17 AM To change this template use File | Settings | File Templates.


Constructor Summary
DefaultRegistrationCallbackHandler()
           
 
Method Summary
 java.lang.String getCallbackhandlerName()
          Get the name of the callback handler
 void handle(AxedaCallback callback)
          Handle the passed in AxedaCallback object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRegistrationCallbackHandler

public DefaultRegistrationCallbackHandler()
Method Detail

handle

public void handle(AxedaCallback callback)
Handle the passed in AxedaCallback object

Specified by:
handle in interface AxedaCallbackHandler
Parameters:
callback - The AxedaCallback object being passed in for processing

getCallbackhandlerName

public java.lang.String getCallbackhandlerName()
Get the name of the callback handler

Specified by:
getCallbackhandlerName in interface AxedaCallbackHandler
Returns: