|
Oracle Fusion Middleware B2B Callout Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10682-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface 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. This interface will be used to access the properties from a callout. Note: callout properties are defined at registration time and usage propreties are defined at modeling time.
| Field Summary | |
|---|---|
static int |
BOOLEAN_VALUE |
static int |
FLOAT_VALUE |
static int |
INTEGER_VALUE |
static int |
STRING_VALUEDefine some constants for the various primitive types of data |
| Method Summary | |
|---|---|
java.util.Map |
getAllProperties()Deprecated. Replaced by getCalloutProperties() |
java.lang.Boolean |
getBooleanProperty(java.lang.String key)getBooleanProperty() returns a Boolean object property with the specified key |
java.util.Map |
getCalloutProperties()getCalloutProperties() returns a Map containing all callout properties |
java.lang.Float |
getFloatProperty(java.lang.String key)getFloatProperty() returns a Float object property with the specified key |
java.lang.Integer |
getIntegerProperty(java.lang.String key)getIntegerProperty() returns an Integer object property with the specified key |
int |
getPropertyType(java.lang.String key)getPropertyType() returns the type of the property with the specified key |
java.lang.String |
getStringProperty(java.lang.String key)getStringProperty() returns a String object property with the specified key |
java.util.Map |
getUsageProperties()Deprecated. Replaced by getCalloutProperties() |
boolean |
isCalloutProperty(java.lang.String key)Deprecated. Not to be used as only one type of property exists. All are callout properties. |
| Field Detail |
|---|
static final int STRING_VALUE
static final int BOOLEAN_VALUE
static final int INTEGER_VALUE
static final int FLOAT_VALUE
| Method Detail |
|---|
boolean isCalloutProperty(java.lang.String key)
throws B2BDomainException
B2BDomainException
int getPropertyType(java.lang.String key)
throws B2BDomainException
String - key - the key for the propertyB2BDomainException - - when no property with that key exists
java.lang.String getStringProperty(java.lang.String key)
throws B2BDomainException
String - key - the key for the propertyB2BDomainException - - when no property with that key exists or a format error occurs
java.lang.Boolean getBooleanProperty(java.lang.String key)
throws B2BDomainException
String - key - the key for the propertyB2BDomainException - - when no property with that key exists or a format error occurs
java.lang.Integer getIntegerProperty(java.lang.String key)
throws B2BDomainException
String - key - the key for the propertyB2BDomainException - - when no property with that key exists or a format error occurs
java.lang.Float getFloatProperty(java.lang.String key)
throws B2BDomainException
String - key - the key for the propertyB2BDomainException - - when no property with that key exists or a format error occursjava.util.Map getCalloutProperties()
java.util.Map getUsageProperties()
getCalloutProperties()java.util.Map getAllProperties()
getCalloutProperties()
|
Oracle Fusion Middleware B2B Callout Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10682-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||