com.att.aft.dme2.api.util.DME2ExchangeReplyHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2-api Show documentation
Show all versions of dme2-api Show documentation
Direct Messaging Engine dme2-api
The newest version!
/*******************************************************************************
* Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
*******************************************************************************/
package com.att.aft.dme2.api.util;
public interface DME2ExchangeReplyHandler {
abstract void handleReply( DME2ExchangeResponseContext responseData );
abstract void handleFault( DME2ExchangeFaultContext responseData );
abstract void handleEndpointFault( DME2ExchangeFaultContext responseData );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy