Uses of Class
org.somda.sdc.dpws.http.HttpException
Packages that use HttpException
Package
Description
Helper classes to support the DPWS device implementation.
HTTP server binding for DPWS.
-
Uses of HttpException in org.somda.sdc.dpws.device.helper
Methods in org.somda.sdc.dpws.device.helper that throw HttpExceptionModifier and TypeMethodDescriptionvoidByteResourceHandler.handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) voidRequestResponseServerHttpHandler.handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) -
Uses of HttpException in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that throw HttpExceptionModifier and TypeMethodDescriptionvoidHttpHandler.handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) Callback that is invoked byHttpServerRegistrywhenever a respective context path is matched.