Skip navigation links

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

E15033-09


Package com.bea.wli.sb.sources

Interface Summary
Headers This class is used for managing headers (specifically RFC822-style headers).
Headers.Header Represents an RFC822 header.
SingleUseSource Primarily a marker interface indicating that a type of Source that can only be consumed once.
Source An instance of this interface represents source content in some form.
Transformer The Transformer interface Instances of this class are used to transform one type of Source to another.

 

Class Summary
ByteArraySource A byte-stream Source whose content comes from a byte array.
DOMSource Document Object Model (DOM) Source <p/> A Source whose content comes from a DOM node.
JavaObjectSource A JavaObjectSource represents payload carried by the services that support OSB service binding type: Messaging Type : Java.
JavaXmlSource A JavaXmlSource represents the payload carried by the services that supports java objects as the arguments.
MessageContextSource Source that represents all message content.
MFLSource This class represents MFL content.
MimeSource Source representing arbitrary content with headers.
SAAJSource An implementation of Source that is backed by a SAAJ SOAPMessage object.
StreamSource A byte-stream Source whose content comes from an InputStream.
StringSource A Source that is backed by a single String.
TransformOptions Class used to represent a set of transformation options.
XmlObjectSource Apache XBean Source Source content is represented as an Apache XBean.

 

Exception Summary
TransformException Represents a Transformation error

 


Skip navigation links

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

E15033-09


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