Oracle Fusion Middleware Java API Reference for Oracle SOA Suite Infrastructure Management
12c Release 1 (12.1.3)
E28308-01
A B C D E F G H I J L M N O P R S T V W X 

A

addAttachment(Attachment) - Method in interface oracle.soa.api.message.Message
Adds a message attachment
addHeader(Element) - Method in interface oracle.soa.api.message.Message
Adds a protocol header to the message
Attachment - Interface in oracle.soa.api.message
Message attachment
AttachmentFactory - Class in oracle.soa.api.message
Creates Attachment instances, which can be added to a Message.
AttachmentFactory() - Constructor for class oracle.soa.api.message.AttachmentFactory
 
August2004 - Static variable in class oracle.soa.api.constants.WSAddressingVersion
W3C WS-Addressing Submission specification
August2005 - Static variable in class oracle.soa.api.constants.WSAddressingVersion
W3C Candidate Recommendation (CR) versions of the WS-Addressing core and SOAP specifications.

B

BEAN_NAME_PROPERTY - Static variable in class oracle.soa.api.JNDIDirectConnectionFactory
 

C

CALLBACK_ELEMENT - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The callback reference parameter element name
CALLBACK_NAMESPACE - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The namespace of the callback reference parameter element
CALLBACK_PREFIX - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The prefix used for the callback reference parameter element namespace
CallbackAddressingUtil - Class in oracle.soa.api.message
A Callback utility class for creating callback addressing header
close() - Method in interface oracle.soa.api.invocation.DirectConnection
Closes the connection, releasing any associated resources
compareTo(CompositeDN) - Method in class oracle.soa.management.CompositeDN
 
COMPOSITE_DL - Static variable in class oracle.soa.management.CompositeDN
 
compositeDLPattern - Static variable in class oracle.soa.management.CompositeDN
 
CompositeDN - Class in oracle.soa.management
Unique identifier for a composite.
CompositeDN(String) - Constructor for class oracle.soa.management.CompositeDN
String based constructor
CompositeDN(String, String, String) - Constructor for class oracle.soa.management.CompositeDN
Typed constructor for a composite DN
ConfigurationException - Exception in oracle.soa.api.invocation
An exception that indicates the lookup failure per given configuration
ConfigurationException(String) - Constructor for exception oracle.soa.api.invocation.ConfigurationException
Constructs a new exception with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception oracle.soa.api.invocation.ConfigurationException
Constructs a new exception with the specified detail message and cause.
ConfigurationException(Throwable) - Constructor for exception oracle.soa.api.invocation.ConfigurationException
Constructs a new exception with the specified cause
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The connection factory attribute of the callback reference parameter element
createAttachment(String, String, byte[]) - Method in class oracle.soa.api.message.AttachmentFactory
Creates a message attachment
createAttachment(String, String, String, byte[], String) - Method in class oracle.soa.api.message.AttachmentFactory
Creates a message attachment
createAttachment(String, String, InputStream) - Method in class oracle.soa.api.message.AttachmentFactory
Creates a message attachment
createAttachment(String, String, InputStream, String) - Method in class oracle.soa.api.message.AttachmentFactory
Creates a message attachment
createCallbackReplyToHeader(WSAddressingVersion, String, Map) - Static method in class oracle.soa.api.message.CallbackAddressingUtil
Creates a WS-Addressing ReplyTo header with a SOA direct binding callback reference parameter for asynchronous replies
createCallbackReplyToHeader(WSAddressingVersion, String, Map, String) - Static method in class oracle.soa.api.message.CallbackAddressingUtil
Creates a WS-Addressing ReplyTo header with a SOA direct binding callback reference parameter for asynchronous replies
createConnection(String, Map) - Method in interface oracle.soa.api.invocation.DirectConnectionFactory
Creates a connection
createConnection(String, Map) - Method in class oracle.soa.api.JNDIDirectConnectionFactory
Creates a direct binding connection
createDirectConnection(CompositeDN, String) - Method in interface oracle.soa.management.facade.Locator
Creates a direct binding connection to the specified composite service
createLocator() - Static method in class oracle.soa.management.facade.LocatorFactory
Default locator factory method, assumes the client to run within an already established initial context.
createLocator(Hashtable) - Static method in class oracle.soa.management.facade.LocatorFactory
Factory method to create an ejb based locator instance
createMessage() - Method in class oracle.soa.api.XMLMessageFactory
Creates an uninitialized message
createMessage(Map) - Method in class oracle.soa.api.XMLMessageFactory
Creates a message initialized with the specified part data
createXMLPayload() - Static method in class oracle.soa.api.PayloadFactory
Creates an unitialized XML payload
createXMLPayload(Map) - Static method in class oracle.soa.api.PayloadFactory
Creates an XML payload based on the specified collection of XML fragments

D

DEFAULT_MAX_CACHE_SIZE - Static variable in class oracle.soa.api.JNDIDirectConnectionFactory
Default max size of the connection cache of 50 entries
DEFAULT_MAX_IDLE_TIME - Static variable in class oracle.soa.api.JNDIDirectConnectionFactory
Default idle time is 600 seconds.
DirectConnection - Interface in oracle.soa.api.invocation
Provides the ability to exchange messages over the direct binding.
DirectConnectionFactory - Interface in oracle.soa.api.invocation
Creates direct binding connections

E

ensureScheme(String) - Static method in class oracle.soa.api.util.SOADirectBindingUtil
Ensures that the service path is prefixed by the direct binding protocol scheme
equals(Object) - Method in class oracle.soa.management.CompositeDN
Compares to composite DNs with each other

F

FaultException - Exception in oracle.soa.api.invocation
Business Fault message holder object
FaultException(String, Message) - Constructor for exception oracle.soa.api.invocation.FaultException
Creates an instance of FaultException with given faultName and content
fromURI(String) - Static method in class oracle.soa.api.constants.WSAddressingVersion
creates an instance of WSAddressingVersion from the given URI

G

getAsByteArray() - Method in interface oracle.soa.api.message.Attachment
Gets the attachment contents as a byte array
getAttachments() - Method in interface oracle.soa.api.message.Message
Gets the message attachments
getCompositeName() - Method in class oracle.soa.management.CompositeDN
Get the name of the composite dn
getContentID() - Method in interface oracle.soa.api.message.Attachment
Gets the content identifier associated with the attachment
getContentType() - Method in interface oracle.soa.api.message.Attachment
Gets the attachment content type
getData() - Method in interface oracle.soa.api.message.Payload
 
getDomainName() - Method in class oracle.soa.management.CompositeDN
Get the partition name the composite described hereby belongs to
getFaultMessage() - Method in exception oracle.soa.api.invocation.FaultException
Get the fault detail message
getFaultName() - Method in exception oracle.soa.api.invocation.FaultException
Get the fault name
getHeaders() - Method in interface oracle.soa.api.message.Message
Gets the protocol headers
getInputStream() - Method in interface oracle.soa.api.message.Attachment
Gets the attachment contents as an input stream
getInstance() - Static method in class oracle.soa.api.message.AttachmentFactory
 
getInstance() - Static method in class oracle.soa.api.XMLMessageFactory
 
getMessage() - Method in exception oracle.soa.api.invocation.FaultException
 
getPartName() - Method in interface oracle.soa.api.message.Attachment
Gets the MIME part name for the attachment
getPayload() - Method in interface oracle.soa.api.message.Message
Gets the message payload
getProperties() - Method in interface oracle.soa.api.message.Message
Gets the message properties
getProperty(String) - Method in interface oracle.soa.api.message.Message
Gets the specified message property value
getRevision() - Method in class oracle.soa.management.CompositeDN
Get the revision of the composite dn
getSize() - Method in interface oracle.soa.api.message.Attachment
Gets the attachment contents size, measured in number of bytes
getStringDN() - Method in class oracle.soa.management.CompositeDN
Get the string representation of the composite dn
getTransferEncoding() - Method in interface oracle.soa.api.message.Attachment
Gets the transfer encoding for the attachment

H

hashCode() - Method in class oracle.soa.management.CompositeDN
 

I

init(String) - Method in class oracle.soa.management.CompositeDN
 
InvocationException - Exception in oracle.soa.api.invocation
An exception indicates soa invocation failure
InvocationException(String) - Constructor for exception oracle.soa.api.invocation.InvocationException
Constructs a new exception with the specified detail message.
InvocationException(Throwable) - Constructor for exception oracle.soa.api.invocation.InvocationException
Constructs a new exception with the specified cause.
InvocationException(String, Throwable) - Constructor for exception oracle.soa.api.invocation.InvocationException
Constructs a new exception with the specified detail message and cause.
isSOADirectBindingAddress(String) - Static method in class oracle.soa.api.util.SOADirectBindingUtil
Checks whether the specified service path is a complete

J

JNDIDirectConnectionFactory - Class in oracle.soa.api
Creates direct binding connections via JNDI lookups

L

LABEL_DL - Static variable in class oracle.soa.management.CompositeDN
 
labelDLPattern - Static variable in class oracle.soa.management.CompositeDN
 
Locator - Interface in oracle.soa.management.facade
The Locator is the entry point for soa management APIs and maps to a SOA instance.
LocatorFactory - Class in oracle.soa.management.facade
Factory for creating Locator instances
LocatorFactory() - Constructor for class oracle.soa.management.facade.LocatorFactory
 

M

March2003 - Static variable in class oracle.soa.api.constants.WSAddressingVersion
Initial version
Message - Interface in oracle.soa.api.message
Abstract message representation, the default implementation is an XML based message, that can be created via XMLMessageFactory.getInstance().createMessage

N

NAME_ATTRIBUTE - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The name attribtue of callback reference parameter property elements
newInstance() - Static method in class oracle.soa.api.JNDIDirectConnectionFactory
Get an instance of DirectConnectionFactory with default cache configuration
newInstance(int, long) - Static method in class oracle.soa.api.JNDIDirectConnectionFactory
Get an instance of DirectConnectionFactory with specified cache max size and max idle time

O

oracle.soa.api.constants - package oracle.soa.api.constants
 
oracle.soa.api.invocation - package oracle.soa.api.invocation
 
oracle.soa.api.message - package oracle.soa.api.message
 
oracle.soa.api.util - package oracle.soa.api.util
 

P

Payload - Interface in oracle.soa.api.message
Message content representation
PayloadFactory - Class in oracle.soa.api
Creates message payloads
PayloadFactory() - Constructor for class oracle.soa.api.PayloadFactory
 
post(String, Message) - Method in interface oracle.soa.api.invocation.DirectConnection
Post a one way message
PROPERTY_ELEMENT - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The callback reference parameter property element name

R

request(String, Message) - Method in interface oracle.soa.api.invocation.DirectConnection
Invoke a request/response operation
REVISION_DL - Static variable in class oracle.soa.management.CompositeDN
 
revisionDLPattern - Static variable in class oracle.soa.management.CompositeDN
 

S

setContentID(String) - Method in interface oracle.soa.api.message.Attachment
Sets the content identifier associated with the attachment
setContentType(String) - Method in interface oracle.soa.api.message.Attachment
Sets the attachment content type
setData(Map) - Method in interface oracle.soa.api.message.Payload
Specifies the payload data Payload data is a map of WSDL message part names to the matching data.
setHeaders(List) - Method in interface oracle.soa.api.message.Message
Replaces the current set of protocol headers with the specified set
setPartName(String) - Method in interface oracle.soa.api.message.Attachment
Sets the MIME part name for the attachment
setPayload(Payload) - Method in interface oracle.soa.api.message.Message
Specifies the payload associated with the message
setProperties(Map) - Method in interface oracle.soa.api.message.Message
Replaces all existing properties on the message with the specified set
setProperty(String, Object) - Method in interface oracle.soa.api.message.Message
Sets a specific property on the message
setTransferEncoding(String) - Method in interface oracle.soa.api.message.Attachment
Sets the transfer encoding for the attachment
SOA_DIRECTCONNECTION_CACHE_MAX_IDLE_TIME - Static variable in class oracle.soa.api.JNDIDirectConnectionFactory
system property name for default max idle time
SOA_DIRECTCONNECTION_CACHE_MAX_SIZE - Static variable in class oracle.soa.api.JNDIDirectConnectionFactory
system property name for default max cache size
SOADirectBindingUtil - Class in oracle.soa.api.util
A utility class for SOA direct binding.
SOADirectBindingUtil() - Constructor for class oracle.soa.api.util.SOADirectBindingUtil
 

T

toString() - Method in class oracle.soa.api.constants.WSAddressingVersion
String representation of the ws-addressing version.
toString() - Method in class oracle.soa.management.CompositeDN
 

V

VALUE_ATTRIBUTE - Static variable in class oracle.soa.api.message.CallbackAddressingUtil
The value attribtue of callback reference parameter property elements
valueOf(String) - Static method in class oracle.soa.api.constants.WSAddressingVersion
 
values() - Static method in class oracle.soa.api.constants.WSAddressingVersion
 

W

WSAddressingVersion - Class in oracle.soa.api.constants
Supported WS-Addressing versions

X

XMLMessageFactory - Class in oracle.soa.api
Creates messages with XML payloads
XMLMessageFactory() - Constructor for class oracle.soa.api.XMLMessageFactory
 
A B C D E F G H I J L M N O P R S T V W X 
Oracle Fusion Middleware Java API Reference for Oracle SOA Suite Infrastructure Management
12c Release 1 (12.1.3)
E28308-01

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.