Skip navigation links

Oracle Fusion Middleware B2B Callout Java API Reference for Oracle SOA Suite 11g
Release 1 (11.1.1)

E10682-02

B C E F G I O S T


B

body_ - Variable in class oracle.tip.b2b.callout.CalloutMessage
 
BOOLEAN_VALUE - Static variable in interface oracle.tip.b2b.callout.CalloutContext
 
BYTES - Static variable in class oracle.tip.b2b.callout.CalloutMessage
 

C

Callout - Interface in oracle.tip.b2b.callout
Callout interface for creating callouts.
CalloutContext - Interface in oracle.tip.b2b.callout
The CalloutContext interface contains methods for accessing callout and usage properties using a key and also methods for obtaining all callout / usage properties in a Map.
CalloutDomainException - Exception in oracle.tip.b2b.callout.exception
CalloutDomainException for creating exceptions where there is a fault in the domain logic
CalloutDomainException(String) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
CalloutDomainException(Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
CalloutDomainException(String, Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
CalloutMessage - Class in oracle.tip.b2b.callout
This class represents a callout message object.
CalloutMessage() - Constructor for class oracle.tip.b2b.callout.CalloutMessage
 
CalloutMessage(String) - Constructor for class oracle.tip.b2b.callout.CalloutMessage
Instanciate object with string data
CalloutMessage(byte[]) - Constructor for class oracle.tip.b2b.callout.CalloutMessage
Instanciate object with byte array data
CalloutSystemException - Exception in oracle.tip.b2b.callout.exception
CalloutDomainException for creating exceptions where there is a system fault or a resource that is not accessible
CalloutSystemException(String) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutSystemException
 
CalloutSystemException(Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutSystemException
 
CalloutSystemException(String, Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutSystemException
 

E

execute(CalloutContext, List, List) - Method in interface oracle.tip.b2b.callout.Callout
The execute() method contains the actual business logic of a callout.

F

FLOAT_VALUE - Static variable in interface oracle.tip.b2b.callout.CalloutContext
 

G

getAllProperties() - Method in interface oracle.tip.b2b.callout.CalloutContext
Deprecated. Replaced by CalloutContext.getCalloutProperties()
getBody() - Method in class oracle.tip.b2b.callout.CalloutMessage
get the body in the original form
getBodyAsBytes() - Method in class oracle.tip.b2b.callout.CalloutMessage
get the body of the message as byte array.
getBodyAsInputStream() - Method in class oracle.tip.b2b.callout.CalloutMessage
get the body of the message
getBodyAsReader() - Method in class oracle.tip.b2b.callout.CalloutMessage
get the body of the message
getBodyAsString() - Method in class oracle.tip.b2b.callout.CalloutMessage
get the body of the message as String object
getBodyAsString(String) - Method in class oracle.tip.b2b.callout.CalloutMessage
get the body of the message as String object.
getBooleanProperty(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
getBooleanProperty() returns a Boolean object property with the specified key
getCalloutProperties() - Method in interface oracle.tip.b2b.callout.CalloutContext
getCalloutProperties() returns a Map containing all callout properties
getException() - Method in exception oracle.tip.b2b.callout.exception.CalloutDomainException
Returns the current exception
getException() - Method in exception oracle.tip.b2b.callout.exception.CalloutSystemException
Returns the current exception
getFloatProperty(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
getFloatProperty() returns a Float object property with the specified key
getIntegerProperty(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
getIntegerProperty() returns an Integer object property with the specified key
getMessage() - Method in exception oracle.tip.b2b.callout.exception.CalloutDomainException
This gets the message for the current exception
getMessage() - Method in exception oracle.tip.b2b.callout.exception.CalloutSystemException
This gets the message for the current exception
getParameter(String) - Method in class oracle.tip.b2b.callout.CalloutMessage
Get a parameter.
getParameterNames() - Method in class oracle.tip.b2b.callout.CalloutMessage
get an Enumeration of parameter names
getParameters() - Method in class oracle.tip.b2b.callout.CalloutMessage
Get all parameters.
getPropertyType(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
getPropertyType() returns the type of the property with the specified key
getStringProperty(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
getStringProperty() returns a String object property with the specified key
getType() - Method in class oracle.tip.b2b.callout.CalloutMessage
get the type of body of the message
getUsageProperties() - Method in interface oracle.tip.b2b.callout.CalloutContext
Deprecated. Replaced by CalloutContext.getCalloutProperties()

I

INTEGER_VALUE - Static variable in interface oracle.tip.b2b.callout.CalloutContext
 
isCalloutProperty(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
Deprecated. Not to be used as only one type of property exists. All are callout properties.

O

oracle.tip.b2b.callout - package oracle.tip.b2b.callout
 
oracle.tip.b2b.callout.exception - package oracle.tip.b2b.callout.exception
 

S

setBody(byte[]) - Method in class oracle.tip.b2b.callout.CalloutMessage
set the body of the message.
setBody(String) - Method in class oracle.tip.b2b.callout.CalloutMessage
set the body of the message.
setBody(InputStream) - Method in class oracle.tip.b2b.callout.CalloutMessage
set the body of the message.
setBody(Reader) - Method in class oracle.tip.b2b.callout.CalloutMessage
set the body of the message.
setParameter(String, String) - Method in class oracle.tip.b2b.callout.CalloutMessage
Set a parameter for a message.
setParameters(Properties) - Method in class oracle.tip.b2b.callout.CalloutMessage
Set parameters for a message.
setType(int) - Method in class oracle.tip.b2b.callout.CalloutMessage
set the type of body of the message
STRING - Static variable in class oracle.tip.b2b.callout.CalloutMessage
 
STRING_VALUE - Static variable in interface oracle.tip.b2b.callout.CalloutContext
Define some constants for the various primitive types of data

T

toString() - Method in class oracle.tip.b2b.callout.CalloutMessage
converts MessageObject to String
toString() - Method in exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
toString() - Method in exception oracle.tip.b2b.callout.exception.CalloutSystemException
 

B C E F G I O S T

Oracle Fusion Middleware B2B Callout Java API Reference for Oracle SOA Suite 11g
Release 1 (11.1.1)

E10682-02


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