Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


oracle.wsm.common.sdk
Interface IContext

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMessageContext, ISOAPBindingMessageContext
All Known Implementing Classes:
MessageContext, SOAPBindingMessageContext

public interface IContext
extends java.io.Serializable

General Context used while executing a Policy


Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getAllProperties()
          Get properties that is used by the execution engine during policy execution
 java.lang.Object getProperty(java.lang.String name)
          Get the value of the property identified by name
 void setAllProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
          Set properties that can be used by the execution engine during policy execution
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the value of the property identified by name

 

Method Detail

setAllProperties

void setAllProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Set properties that can be used by the execution engine during policy execution
Parameters:
properties -

getAllProperties

java.util.Map<java.lang.String,java.lang.Object> getAllProperties()
Get properties that is used by the execution engine during policy execution
Parameters:
properties -

setProperty

void setProperty(java.lang.String name,
                 java.lang.Object value)
Set the value of the property identified by name
Parameters:
name -
value -

getProperty

java.lang.Object getProperty(java.lang.String name)
Get the value of the property identified by name
Parameters:
name -
value -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


Copyright © 2007-2009, Oracle. All rights reserved.