Uses of Interface
org.osid.transport.OutboundMessageSession
Packages that use OutboundMessageSession
Package
Description
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of OutboundMessageSession in org.osid.transport
Methods in org.osid.transport that return OutboundMessageSessionModifier and TypeMethodDescriptionTransportManager.getOutboundMessageSession()Gets a service for outbound message transport.TransportProxyManager.getOutboundMessageSession(Proxy proxy) Gets a service for outbound message transport.TransportManager.getOutboundMessageSessionForEndpoint(Id endpointId) Gets a service for outbound message transport using a specified Endpoint.TransportProxyManager.getOutboundMessageSessionForEndpoint(Id endpointId, Proxy proxy) Gets a service for outbound message transport using a specified Endpoint.Methods in org.osid.transport with parameters of type OutboundMessageSessionModifier and TypeMethodDescriptionvoidMessageReceiver.dispatch(OutboundMessageSession session) Invoked by the transport provider when a new connection request or datagram is received.