org.identityconnectors.framework.impl.api.remote.messages
Class HelloResponse

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
All Implemented Interfaces:
Message

public class HelloResponse
extends Object
implements Message

Sent in response to a HelloRequest.


Constructor Summary
HelloResponse(Throwable exception, List<RemoteConnectorInfoImpl> connectorInfos)
           
 
Method Summary
 List<RemoteConnectorInfoImpl> getConnectorInfos()
           
 Throwable getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloResponse

public HelloResponse(Throwable exception,
                     List<RemoteConnectorInfoImpl> connectorInfos)
Method Detail

getException

public Throwable getException()

getConnectorInfos

public List<RemoteConnectorInfoImpl> getConnectorInfos()


Copyright © 2011. All Rights Reserved.