org.talend.esb.servicelocator.client.internal
Interface EndpointTransformer

All Known Implementing Classes:
EndpointTransformerImpl

public interface EndpointTransformer


Method Summary
 byte[] fromEndpoint(Endpoint endpoint, long lastTimeStarted, long lastTimeStopped)
           
 SLEndpoint toSLEndpoint(QName serviceName, byte[] content, boolean isLive)
           
 

Method Detail

toSLEndpoint

SLEndpoint toSLEndpoint(QName serviceName,
                        byte[] content,
                        boolean isLive)

fromEndpoint

byte[] fromEndpoint(Endpoint endpoint,
                    long lastTimeStarted,
                    long lastTimeStopped)
                    throws ServiceLocatorException
Throws:
ServiceLocatorException


Copyright © 2011 Talend Inc.. All Rights Reserved.