|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
As defined at http://spwiki.editme.com/ContextProvider#ContextFactory, This interface is implemented by IdAS context providers so that their IContext instances may be instantiated.
TODO (Arch)(Doc): Talk about what's required to make this work -- how factories are registered and referenced in the Higgins system.
TODO (Doc): Finish commenting methods.
| Method Summary | |
|---|---|
IContext |
createContext(IContextId contextID)
Using a context ID, creates an instance of IContext and returns it. |
Iterator |
getContexts(String filter)
|
String |
getName()
|
String |
getPolicy()
Returns the policy in effect for this Context Factory. |
void |
setPolicy(String policy)
Sets the policy for for this Context Factory. |
| Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent |
|---|
configure |
| Method Detail |
public String getName()
throws IdASException
IdASException
public Iterator getContexts(String filter)
throws IdASException
filter - Format TBD
URIs. The set of Context References of Contexts which have been created by this Context Factory
IdASException
public IContext createContext(IContextId contextID)
throws IdASException
IContext and returns it.
contextID - context ID specifying the Context to create.
IdASException
public String getPolicy()
throws IdASException
IdASException - TODO (Arch)(Doc): Describe format in more detail. Give examples.
public void setPolicy(String policy)
throws IdASException
policy - Format is WS-Policy / WS-SecurityPolicy
IdASException - TODO (Arch)(Doc): Describe format in more detail. Give examples.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||