Package org.somda.sdc.dpws
Interface TransportBinding
-
- All Superinterfaces:
AutoCloseable,Closeable,NotificationCallback,RequestResponseCallback
- All Known Implementing Classes:
ClientTransportBinding,HostedServiceTransportBinding
public interface TransportBinding extends NotificationCallback, RequestResponseCallback, Closeable
Interface to provide transport bindings of any kind.- See Also:
NotificationCallback,RequestResponseCallback
-
-
Method Summary
-
Methods inherited from interface org.somda.sdc.dpws.soap.interception.NotificationCallback
onNotification
-
Methods inherited from interface org.somda.sdc.dpws.soap.interception.RequestResponseCallback
onRequestResponse
-
-