Uses of Class
org.somda.sdc.dpws.soap.CommunicationContext
-
Packages that use CommunicationContext Package Description org.somda.sdc.dpws Contains a DPWS implementation.org.somda.sdc.dpws.device.helper Helper classes to support the DPWS device implementation.org.somda.sdc.dpws.helper Basic helpers.org.somda.sdc.dpws.http HTTP server binding for DPWS.org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS.org.somda.sdc.dpws.soap.interception Design of an interceptor chain to process SOAP messages.org.somda.sdc.dpws.udp UDP binding for DPWS. -
-
Uses of CommunicationContext in org.somda.sdc.dpws
-
Uses of CommunicationContext in org.somda.sdc.dpws.device.helper
Methods in org.somda.sdc.dpws.device.helper with parameters of type CommunicationContext Modifier and Type Method Description voidByteResourceHandler. handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext)voidRequestResponseServerHttpHandler. handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) -
Uses of CommunicationContext in org.somda.sdc.dpws.helper
Methods in org.somda.sdc.dpws.helper with parameters of type CommunicationContext Modifier and Type Method Description static StringCommunicationLogFileName. create(String direction, CommunicationContext communicationContext)Creates a communication log file base name. -
Uses of CommunicationContext in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http with parameters of type CommunicationContext Modifier and Type Method Description voidHttpHandler. handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext)Callback that is invoked byHttpServerRegistrywhenever a respective context path is matched. -
Uses of CommunicationContext in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap with parameters of type CommunicationContext Modifier and Type Method Description voidNotificationSink. receiveNotification(SoapMessage notification, CommunicationContext communicationContext)Starts processing of an incoming SOAP notification message.voidNotificationSinkImpl. receiveNotification(SoapMessage notification, CommunicationContext communicationContext)voidRequestResponseServer. receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)Starts processing of an incoming SOAP request message.voidRequestResponseServerImpl. receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) -
Uses of CommunicationContext in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that return CommunicationContext Modifier and Type Method Description CommunicationContextRequestResponseObject. getCommunicationContext()Methods in org.somda.sdc.dpws.soap.interception that return types with arguments of type CommunicationContext Modifier and Type Method Description Optional<CommunicationContext>NotificationObject. getCommunicationContext()Returns the transport information attached to this notification.Constructors in org.somda.sdc.dpws.soap.interception with parameters of type CommunicationContext Constructor Description NotificationObject(SoapMessage notification, CommunicationContext communicationContext)RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) -
Uses of CommunicationContext in org.somda.sdc.dpws.udp
Methods in org.somda.sdc.dpws.udp that return CommunicationContext Modifier and Type Method Description CommunicationContextUdpMessage. getCommunicationContext()Returns the communication context stored in this message.Constructors in org.somda.sdc.dpws.udp with parameters of type CommunicationContext Constructor Description UdpMessage(byte[] data, int length, CommunicationContext communicationContext)Constructor with transport information.
-