|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProtocolHandler
| Method Summary | |
|---|---|
void |
errorHandler(java.lang.RuntimeException e)
Provides errorHandling |
void |
handleProtocol()
Handle the protocol |
void |
resetHandler()
Resets the handler data to a basic state. |
void |
setConfigurationData(java.lang.Object theData)
This method will be implemented checking for the correct class type. |
void |
setProtocolHandlerHelper(ProtocolHandlerHelper phh)
Injects the ProtocolHandlerHelper service |
| Method Detail |
|---|
void setConfigurationData(java.lang.Object theData)
theData - Configuration Bean.
void handleProtocol()
throws java.io.IOException
java.io.IOException - get thrown if an IO error is detectedvoid resetHandler()
void setProtocolHandlerHelper(ProtocolHandlerHelper phh)
phh - servicevoid errorHandler(java.lang.RuntimeException e)
e - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||