Oracle Application Server Integration B2B Callouts Java API Reference
10g Release 2 (10.1.2)

B14417-01
November 2004

B C E F G I O S T


B

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

C

Callout - interface oracle.tip.callout.Callout.
Callout interface for creating callouts
CalloutContext - interface oracle.tip.callout.CalloutContext.
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 oracle.tip.callout.exception.CalloutDomainException.
CalloutDomainException for creating exceptions where there is a fault in the domain logic
CalloutDomainException(Exception) - Constructor for class oracle.tip.callout.exception.CalloutDomainException
 
CalloutDomainException(String) - Constructor for class oracle.tip.callout.exception.CalloutDomainException
 
CalloutDomainException(String, Exception) - Constructor for class oracle.tip.callout.exception.CalloutDomainException
 
CalloutMessage - class oracle.tip.callout.CalloutMessage.
This class represents a callout message object.
CalloutMessage() - Constructor for class oracle.tip.callout.CalloutMessage
 
CalloutMessage(byte[]) - Constructor for class oracle.tip.callout.CalloutMessage
Instanciate object with byte array data
CalloutMessage(String) - Constructor for class oracle.tip.callout.CalloutMessage
Instanciate object with string data
CalloutSystemException - exception oracle.tip.callout.exception.CalloutSystemException.
CalloutDomainException for creating exceptions where there is a system fault or a resource that is not accessible
CalloutSystemException(Exception) - Constructor for class oracle.tip.callout.exception.CalloutSystemException
 
CalloutSystemException(String) - Constructor for class oracle.tip.callout.exception.CalloutSystemException
 
CalloutSystemException(String, Exception) - Constructor for class oracle.tip.callout.exception.CalloutSystemException
 

E

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

F

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

G

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

I

INTEGER_VALUE - Static variable in interface oracle.tip.callout.CalloutContext
 
isCalloutProperty(String) - Method in interface oracle.tip.callout.CalloutContext
isCalloutProperty() returns a boolean if the property for the specified key is a callout property

O

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

S

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

T

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

B C E F G I O S T

Oracle Application Server Integration B2B Callouts Java API Reference
10g Release 2 (10.1.2)

B14417-01
November 2004

Copyright © 2004, Oracle. All rights reserved.