|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextException | |
---|---|
com.webify.fabric.engine.extension | Extension interfaces for Fabric Engine plugins. |
com.webify.wsf.engine.context | |
com.webify.wsf.engine.context.remote | |
com.webify.wsf.engine.mediation |
Uses of ContextException in com.webify.fabric.engine.extension |
---|
Methods in com.webify.fabric.engine.extension that throw ContextException | |
---|---|
void |
ContextBuilder.buildContext(XmlElement element,
SessionAccess session)
Invoked whenever a request's SOAP header contained an element with the QName returned by ContextBuilder.getTriggerElementInHeader() . |
void |
RequestGuard.checkRequest(Policy policy,
SessionAccess session)
Allows a mediation to continue, or rejects them by throwing an appropriate ContextException . |
Uses of ContextException in com.webify.wsf.engine.context |
---|
Subclasses of ContextException in com.webify.wsf.engine.context | |
---|---|
class |
InvalidContextException
Relates to the wstx:InvalidContext fault used to indicate that the system cannot accept a context which it was passed. |
class |
NoContextException
Relates to the wstx:NoContext fault used to indicate that the system did not receive a context when one was expected. |
class |
SecurityContextException
Thrown during mediation when the context does not carry correct or sufficient authentication/authorization information. |
class |
UnknownContextException
Relates to the wstx:UnknownContext fault used to indicate that the system does not recognize a context which it was passed. |
Methods in com.webify.wsf.engine.context that throw ContextException | |
---|---|
Context |
ContextManager.begin()
Mark the beginning of a business activity by creating a new context instance with the default timeout. |
Context |
ContextManager.begin(Context parentContext)
Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to the default value. |
Context |
ContextManager.begin(Context parentContext,
long timeout)
Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to specified value. |
Context |
ContextManager.begin(long timeout)
Mark the beginning of a business activity by creating a new context instance with the specified timeout. |
Context |
ContextManager.begin(java.lang.String parentContextId)
Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to the default value. |
Context |
ContextManager.begin(java.lang.String parentContextId,
long timeout)
Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to specified value. |
Uses of ContextException in com.webify.wsf.engine.context.remote |
---|
Methods in com.webify.wsf.engine.context.remote that throw ContextException | |
---|---|
ContextDocument |
ContextManagerService.begin(BeginDocument doc)
|
Uses of ContextException in com.webify.wsf.engine.mediation |
---|
Subclasses of ContextException in com.webify.wsf.engine.mediation | |
---|---|
class |
EndpointNotFoundException
|
class |
MediationException
Base class for all mediation releated exception types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |