Uses of Interface
org.somda.sdc.dpws.soap.SoapMarshalling
-
Packages that use SoapMarshalling Package Description org.somda.sdc.dpws.http.apache Apache HTTP client implementation.org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS. -
-
Uses of SoapMarshalling in org.somda.sdc.dpws.http.apache
Methods in org.somda.sdc.dpws.http.apache with parameters of type SoapMarshalling Modifier and Type Method Description ClientTransportBindingClientTransportBindingFactory. create(org.apache.http.client.HttpClient client, String clientUri, SoapMarshalling marshalling, SoapUtil soapUtil)Instantiates ClientTransportBinding with the given objects and injected objects. -
Uses of SoapMarshalling in org.somda.sdc.dpws.soap
Classes in org.somda.sdc.dpws.soap that implement SoapMarshalling Modifier and Type Class Description classJaxbSoapMarshallingCreates XML input and output streams fromEnvelopeinstances by using JAXB.
-