org.identityconnectors.framework.impl.api.remote.messages
Class HelloResponse
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloResponse
public HelloResponse(Throwable exception,
List<RemoteConnectorInfoImpl> connectorInfos)
getException
public Throwable getException()
getConnectorInfos
public List<RemoteConnectorInfoImpl> getConnectorInfos()
Copyright © 2011. All Rights Reserved.