Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


com.bea.wli.sb.transports
Interface NoServiceTransportSender

All Superinterfaces:
TransportSender

public interface NoServiceTransportSender
extends TransportSender

A flavor of TransportSender that is used to send outbound messages through OSB transport subsystem without a registered service. This is currently used by the alert subsystem to send alerts.


Method Summary
 EndPointConfiguration getEndPointConfiguration()
           

 

Methods inherited from interface com.bea.wli.sb.transports.TransportSender
getCredentialCallback, getMetaData, getPayload, getTransformer

 

Method Detail

getEndPointConfiguration

EndPointConfiguration getEndPointConfiguration()
Returns:
the configuration of the endpoint. Note that there is no registered service, i.e. this is an endpoint configuration created on-the-fly for the purpose of sending a single outbound message through the TransportManager

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


Copyright © 2008, 2011, Oracle. All rights reserved.