com.adventnet.agent.tl1
Interface UserRequestHandler


public interface UserRequestHandler

This interface has to be implemented by the user who needs to validate the TL1Request and TL1Response based on his own implementation.


Method Summary
 boolean validateTL1Request(TL1AgentRequestInfo requestInfo)
           
 boolean validateTL1Response(TL1AgentResponseInfo respInfo)
           
 

Method Detail

validateTL1Request

public boolean validateTL1Request(TL1AgentRequestInfo requestInfo)
                           throws TL1AgentException

validateTL1Response

public boolean validateTL1Response(TL1AgentResponseInfo respInfo)
                            throws TL1AgentException