com.att.aft.dme2.handler.ResponseHandlerIntf 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!
package com.att.aft.dme2.handler;
public interface ResponseHandlerIntf {
// void handleReply(DME2ResponseContext responseData);
// void handleFault(DME2FaultContext responseData);
// void handleEndpointFault(DME2FaultContext responseData);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy