Package com.bea.wli.sb.transports
package com.bea.wli.sb.transports
-
ClassDescriptionThis class needs to be extended by a transport provider that implements optimization for co-located outbound calls to go through a Java method invokation instead of transport layer.Transport providers get an instance of this callback interface from OSB.DefaultRequestHeaders<T extends com.bea.wli.sb.transports.RequestHeadersXML>Default implementation of Request HeadersDefaultRequestMetaData<T extends com.bea.wli.sb.transports.RequestMetaDataXML>default implementation of RequestMetaData for transport who do not define additional request metadata.DefaultResponseHeaders<T extends com.bea.wli.sb.transports.ResponseHeadersXML>Default implementation of Response HeadersDefaultResponseMetaData<T extends com.bea.wli.sb.transports.ResponseMetaDataXML>default implementation of ResponseMetaData for transport who do not define additional response metadata.This class describes different types of transport endpoint lifecycle-related events that the transport provider gets notified with.This is base class for all end point operations.Represents an event when a new transport endpoint is being registeredRepresents an event when an existing endpoint needs to be completely deletedA Java enumeration type that describes different endpoint operationsRepresents an event when an existing endpoint in suspended or disabled state needs to be resumed (or re-enabled)Represents an event when an existing operational endpoint needs to be put in a suspended or disabled stateRepresents an event when a an existing transport endpoint is updated with a new configuration.Inbound Transport Message Context implements the message context abstraction for incoming messagesExtends the current
InboundTransportMessageContext
interface with new methods that give Transport Provider access to response payload, etc.A flavor of TransportSender that is used to send outbound messages through OSB transport subsystem without a registered service.Outbound Transport Message Context implements the message context abstraction for outgoing messagesRepresents a union of standard and user-defined headers in a given inbound or outbound request message.RequestMetaData<T extends RequestHeaders>Represents inbound or outbound request message meta-data information (e.g.Represents a union of standard and user-defined headers in a given inbound or outbound response message.ResponseMetaData<T extends ResponseHeaders>Represents inbound or outbound response message meta-data information (e.g.Those transport providers that generate service binding type description from a given transport endpoint need to implement this interface.A flavor of TransportSender object that is used by OSB to send outbound messages to a registered service.Represents a class responsible for facilitating in generating the extensible elements of SOAP binding or all the elements of custom BEA (OSB) binding used during generation of effective WSDL for WSDL-based transports.Those transport providers that generate diagnostics need to implement this interface.A transport endpoint is an OSB entity/resource where service messages are originated or targetedSYNCHRONOUS and ASYNCHRONOUS imply the endpoint uses request/response paradigm.Extend TransportEndpoint interface with uri-session stickiness informationRepresents an exception within the OSB Transport subsystem (either in a specific transport provider or in the transport framework itself).A singleton object that provides the main point of centralization for managing different transport providers, endpoint registration, control, processing of inbound and outbound messages, etcHelper class that allows the client to execute some common tasks with respect to Transport subsystemMost message-oriented middleware (MOM) products treat messages as lightweight entities that consist of a header and a payload.Used to supply options for sending or receiving a message.Represents the central point for management of transport protocol-specific configuration and runtime properties.This interface is the extension point to plug custom OSB transports in Eclipse.This interface will be implemented by OSB transport/pipeline runtime to give the inbound transport endpoint access to inbound response parameters.This interface needs to be implemented by those clients of TransportManager that wish to make outbound requestsThis is the callback object supplied to the outbound transport allowing him to signal to the system that response processing can proceed.Container for supplying information to transport providers that can be used when implementing validation checks of endpoint configuration The context property Bag contains other objects useful during validation.The plugin interface for modules that need to deploy/undeploy/modify WLS related artifacts along with a service bus deployment.