com.webify.wsf.engine.context.remote
Interface ContextManagerService
public interface ContextManagerService
Web service interface for the WBSF Context Management service.
- Version:
- $Revision: $
- Author:
- msanchez
begin
ContextDocument begin(BeginDocument doc)
throws ContextException
- Throws:
ContextException
completed
void completed(CompletedDocument doc)
throws NoContextException,
UnknownContextException
- Throws:
NoContextException
UnknownContextException
updateContext
void updateContext(UpdateDocument doc)
throws NoContextException,
InvalidContextException,
UnknownContextException
- Throws:
NoContextException
InvalidContextException
UnknownContextException
getContext
ContextDocument getContext(GetDocument doc)
throws NoContextException,
UnknownContextException
- Throws:
NoContextException
UnknownContextException
Copyright © 2002-2009 IBM. All Rights Reserved.