@ParametersAreNonnullByDefault
Package org.somda.sdc.dpws.soap
SOAP implementation that is tailored to DPWS.
-
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.RequestResponseServer Interface for network bindings to process incoming SOAP request messages and their responses.SoapMarshalling JAXB SOAP marshalling service. -
Class Summary Class Description ApplicationInfo Utility class to provide application layer information.CommunicationContext Utility class to wrap application and transport layer information.HttpApplicationInfo Utility class to provide application layer information for http.JaxbSoapMarshalling Creates XML input and output streams fromEnvelopeinstances by using JAXB.MarshallingService Utility class to marshal/unmarshal SOAP messages.NotificationSinkImpl Default implementation of NotificationSink.NotificationSourceImpl Default implementation of NotificationSource.RequestResponseClientImpl Default implementation of RequestResponseClient.RequestResponseServerImpl Default implementation of RequestResponseServer.SoapConfig Configuration of the SOAP package.SoapConstants SOAP 1.2 constants.SoapDebug Utility class to create textual representations ofSoapMessageobjects.SoapFaultHttpStatusCodeMapping Mapping class to convert from SOAP faults to HTTP status codes.SoapMessage Modelling of a SOAP Message with convenient access to different headers.SoapUtil SOAP utility functions.TransportInfo Utility class to provide transport information.