Package org.somda.sdc.dpws.soap
SOAP implementation that is tailored to DPWS.
See: Description
-
Class Summary Class Description ApplicationInfo Utility class to provide application layer information. HttpApplicationInfo Utility class to provide application layer information for http. NotificationSinkImpl Default implementation of NotificationSink. RequestResponseServerImpl Default implementation of RequestResponseServer. TransportInfo Utility class to provide transport information. SoapUtil SOAP utility functions. SoapDebug Utility class to create textual representations of SoapMessage objects. CommunicationContext Utility class to wrap application and transport layer information. SoapConstants SOAP 1.2 constants. SoapFaultHttpStatusCodeMapping Mapping class to convert from SOAP faults to HTTP status codes. RequestResponseClientImpl Default implementation of RequestResponseClient. SoapConfig Configuration of the SOAP package. JaxbSoapMarshalling Creates XML input and output streams from Envelope instances by using JAXB. NotificationSourceImpl Default implementation of NotificationSource. MarshallingService Utility class to marshal/unmarshal SOAP messages. SoapMessage Modelling of a SOAP Message with convenient access to different headers. -
Interface Summary Interface Description NotificationSink Interface for network bindings to invoke execution of incoming SOAP notification messages. NotificationSource Interface to send notifications to event sinks. RequestResponseClient Interface for client APIs to conduct request-response message exchanges. SoapMarshalling JAXB SOAP marshalling service. RequestResponseServer Interface for network bindings to process incoming SOAP request messages and their responses.