Index

B C D E F G H I M O P R S T X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

B2BCalloutHandler - Class in oracle.tip.b2b.callout
 
B2BCalloutHandler(B2BContext) - Constructor for class oracle.tip.b2b.callout.B2BCalloutHandler
 
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.
CALLOUT_EXECUTE_DONE - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
CALLOUT_EXECUTE_DONE - Static variable in class oracle.tip.b2b.callout.TransportCalloutWorker
 
CALLOUT_EXECUTE_DONE_DOMAIN_ERROR - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
CALLOUT_EXECUTE_DONE_DOMAIN_ERROR - Static variable in class oracle.tip.b2b.callout.TransportCalloutWorker
 
CALLOUT_EXECUTE_DONE_SYSTEM_ERROR - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
CALLOUT_EXECUTE_DONE_SYSTEM_ERROR - Static variable in class oracle.tip.b2b.callout.TransportCalloutWorker
 
CALLOUT_EXECUTE_RUNNING - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
CALLOUT_EXECUTE_RUNNING - Static variable in class oracle.tip.b2b.callout.TransportCalloutWorker
 
CalloutConstants - Class in oracle.tip.b2b.callout
 
CalloutConstants() - Constructor for class oracle.tip.b2b.callout.CalloutConstants
 
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.
CalloutContextImpl - Class in oracle.tip.b2b.callout
CalloutContextImpl implements the CalloutContext interface.
CalloutContextImpl(Map, Map, Map) - Constructor for class oracle.tip.b2b.callout.CalloutContextImpl
class constructor that takes in three maps
CalloutDomainException - Exception in oracle.tip.b2b.callout.exception
CalloutDomainException for creating exceptions where there is a fault in the domain logic
CalloutDomainException(Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
CalloutDomainException(String) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
CalloutDomainException(String, Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutDomainException
 
CalloutExecuteWorker - Class in oracle.tip.b2b.callout
 
CalloutExecuteWorker(String, CalloutContext, Callout, List, List, Object, BlockingQueue, B2BPluginContext) - Constructor for class oracle.tip.b2b.callout.CalloutExecuteWorker
Constructor to create the CalloutExecuteProcessor
CalloutExecuteWorker(String, CalloutContext, Callout, List, List, Object, BlockingQueue, B2BPluginContext, int, String, Properties) - Constructor for class oracle.tip.b2b.callout.CalloutExecuteWorker
 
CalloutMessage - Class in oracle.tip.b2b.callout
This class represents a callout message object.
CalloutMessage() - Constructor for class oracle.tip.b2b.callout.CalloutMessage
 
CalloutMessage(byte[]) - Constructor for class oracle.tip.b2b.callout.CalloutMessage
Instanciate object with byte array data
CalloutMessage(String) - Constructor for class oracle.tip.b2b.callout.CalloutMessage
Instanciate object with string 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(Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutSystemException
 
CalloutSystemException(String) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutSystemException
 
CalloutSystemException(String, Exception) - Constructor for exception oracle.tip.b2b.callout.exception.CalloutSystemException
 
CalloutUtil - Class in oracle.tip.b2b.callout
CalloutUtil is a utility class.
CalloutUtil() - Constructor for class oracle.tip.b2b.callout.CalloutUtil
 
CLASSNAME - Static variable in class oracle.tip.b2b.callout.B2BCalloutHandler
 

D

DEFAULT_EXECUTE - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
DOCUMENT_PROTOCOL_NAME - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
DOCUMENT_PROTOCOL_VERSION - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
DOCUMENT_REGULAR_EXPRESSION - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
DOCUMENT_REGULAR_EXPRESSION_VALUE - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
DOCUMENT_TYPE - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 

E

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

F

FILESEP - Static variable in class oracle.tip.b2b.callout.B2BCalloutHandler
 
FLAG_ISOPAQUE - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
FLAG_ISTRANSLATE - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
FLAG_ISVALIDATE - Static variable in class oracle.tip.b2b.callout.CalloutConstants
 
FLOAT_VALUE - Static variable in interface oracle.tip.b2b.callout.CalloutContext
 

G

getAllProperties() - Method in interface oracle.tip.b2b.callout.CalloutContext
getAllProperties() returns a Map containing all properties
getAllProperties() - Method in class oracle.tip.b2b.callout.CalloutContextImpl
getAllProperties() returns a Map containing all properties
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
getBooleanProperty(String) - Method in class oracle.tip.b2b.callout.CalloutContextImpl
getBooleanProperty() returns a Boolean object property with the specified key
getCallout(MDSSession, String) - Static method in class oracle.tip.b2b.callout.CalloutUtil
 
getCalloutContext(MDSSession, CalloutUsage) - Static method in class oracle.tip.b2b.callout.CalloutUtil
 
getCalloutException() - Method in class oracle.tip.b2b.callout.TransportCalloutWorker
 
getCalloutExecuteStatus() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
Return status of the callout execute
getCalloutExecuteStatus() - Method in class oracle.tip.b2b.callout.TransportCalloutWorker
 
getCalloutProperties() - Method in interface oracle.tip.b2b.callout.CalloutContext
getCalloutProperties() returns a Map containing all callout properties
getCalloutProperties() - Method in class oracle.tip.b2b.callout.CalloutContextImpl
getCalloutProperties() returns a Map containing all callout properties
getException() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
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
getFloatProperty(String) - Method in class oracle.tip.b2b.callout.CalloutContextImpl
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
getIntegerProperty(String) - Method in class oracle.tip.b2b.callout.CalloutContextImpl
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
getName() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
Return name of the callout execute worker
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
getPropertyType(String) - Method in class oracle.tip.b2b.callout.CalloutContextImpl
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
getStringProperty(String) - Method in class oracle.tip.b2b.callout.CalloutContextImpl
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
getUsageProperties() returns a Map containing all usage properties
getUsageProperties() - Method in class oracle.tip.b2b.callout.CalloutContextImpl
getUsageProperties() returns a Map containing all usage properties

H

handleIncomingCallout(B2BPluginContext, Vector, B2BMessage) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
Does the following: o converts the given B2BMessage(b2bMsg) into CalloutMessage and invokes callout o callout could return one or more CalloutMessage.
handleIncomingDocumentCallout(B2BPluginContext, List, List, B2BMessage, String) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
 
handleOutgoingCallout(B2BPluginContext, Vector, B2BMessage) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
Does the following: o since batching is not supported, take the first B2BMessage from the B2BMessage list and form a CalloutMessage o invoke callout o form a B2BMessage from callout result
handleOutgoingDocumentCallout(B2BPluginContext, ArrayList, ArrayList, B2BMessage) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
 
handleSyncCallout(B2BPluginContext, Vector, TransportResponse) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
This method is called for processsing Sync Callouts.
handleTransportCallout(TransportMessage, String, String, int, String) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
 

I

IDocumentTranslator - Interface in oracle.tip.b2b.callout
 
INBOUND_TRANSLATION - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
INTEGER_VALUE - Static variable in interface oracle.tip.b2b.callout.CalloutContext
 
interrupt() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
This is to intrrupt the thread in case of timeout
isAlive() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
Return true if the ExcuteThread is alive else false
isAvailable() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
Return true if the thread is available means no one is using it
isCalloutProperty(String) - Method in interface oracle.tip.b2b.callout.CalloutContext
isCalloutProperty() returns a boolean if the property for the specified key is a callout property
isCalloutProperty(String) - Method in class oracle.tip.b2b.callout.CalloutContextImpl
isCalloutProperty() returns a boolean if the property for the specified key is a callout property
isInterrupted() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
Return isInterrupted flag

M

MySampleCallout - Class in oracle.tip.b2b.callout
 
MySampleCallout() - Constructor for class oracle.tip.b2b.callout.MySampleCallout
 

O

oracle.tip.b2b.callout - package oracle.tip.b2b.callout
 
oracle.tip.b2b.callout.exception - package oracle.tip.b2b.callout.exception
 
OUTBOUND_TRANSLATION - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 
OUTBOUND_TRANSLATION_BATCHING - Static variable in class oracle.tip.b2b.callout.CalloutExecuteWorker
 

P

postProcessIncomingDocument(String, List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
postProcessOutgoing(List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
postProcessOutgoingBatch(String, List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
preProcessIncomingDocument(String, List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
preProcessOutgoing(List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
preProcessOutgoingBatch(String, List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
purgeCacheEntries(Map, String) - Static method in class oracle.tip.b2b.callout.CalloutUtil
This method purges entries from all the caches specified in the cacheDir that are related to the specified configuration

R

refreshCalloutCache(String, String) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
 
resetClass() - Static method in class oracle.tip.b2b.callout.B2BCalloutHandler
 
resetInstanceCache() - Static method in class oracle.tip.b2b.callout.B2BCalloutHandler
 
resetJar(String) - Static method in class oracle.tip.b2b.callout.B2BCalloutHandler
All classes, objects related to this jar will be removed from respective caches However, it maybe desirable to reload only a specific class within a jar.
run() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
After start thread will execurte this method which calls doWork
run() - Method in class oracle.tip.b2b.callout.TransportCalloutWorker
 

S

setBody(byte[]) - 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.
setBody(String) - 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
start() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
This method is to start the callout thread
stopExecuteThread() - Method in class oracle.tip.b2b.callout.CalloutExecuteWorker
This method will be called by Master thread while shutdown
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
SyncSampleCallout - Class in oracle.tip.b2b.callout
 
SyncSampleCallout() - Constructor for class oracle.tip.b2b.callout.SyncSampleCallout
 

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
 
translateIncomingDocument(String, List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
translateOutgoing(List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
To be invoked for non-batching scenario
translateOutgoingBatch(String, List, List, Properties) - Method in interface oracle.tip.b2b.callout.IDocumentTranslator
 
TransportCalloutWorker - Class in oracle.tip.b2b.callout
 
TransportCalloutWorker(String, CalloutContext, Callout, List, List, BlockingQueue, B2BPluginContext) - Constructor for class oracle.tip.b2b.callout.TransportCalloutWorker
 
treatINCalloutAsIDCPart(ExtB2BMessage) - Method in class oracle.tip.b2b.callout.B2BCalloutHandler
 

X

XSLTCalloutImpl - Class in oracle.tip.b2b.callout
This sample callout transforms the incoming XML document to another XML document.
XSLTCalloutImpl() - Constructor for class oracle.tip.b2b.callout.XSLTCalloutImpl
 
B C D E F G H I M O P R S T X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form