org.jumpmind.symmetric.transport.handler
Class RegistrationResourceHandler

java.lang.Object
  extended by org.jumpmind.symmetric.transport.handler.AbstractTransportResourceHandler
      extended by org.jumpmind.symmetric.transport.handler.RegistrationResourceHandler
All Implemented Interfaces:
ITransportResourceHandler

public class RegistrationResourceHandler
extends AbstractTransportResourceHandler


Constructor Summary
RegistrationResourceHandler()
           
 
Method Summary
 boolean registerNode(Node node, java.io.OutputStream outputStream)
           
 void setRegistrationService(IRegistrationService registrationService)
           
 
Methods inherited from class org.jumpmind.symmetric.transport.handler.AbstractTransportResourceHandler
createOutgoingTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationResourceHandler

public RegistrationResourceHandler()
Method Detail

registerNode

public boolean registerNode(Node node,
                            java.io.OutputStream outputStream)
                     throws java.io.IOException
Throws:
java.io.IOException

setRegistrationService

public void setRegistrationService(IRegistrationService registrationService)


Copyright © 2007-2008. All Rights Reserved.