|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.deployment.RoleExecutionEnvironment
cgl.narada.wsinfra.deployment.impl.RoleExecutionEnvironmentImpl
public class RoleExecutionEnvironmentImpl
The role execution environment is responsible for ensuring that processing related to the execution of roles is performed. In some cases it is possible that this class is responsible for ensuring completion of processing for multiple roles.
| Method Summary | |
|---|---|
static RoleExecutionEnvironment |
getInstance()
|
void |
manageExecutionOfRole(String role,
SOAPMessage soapMessage)
Manages the execution of a role for a SOAP message received over the network. |
void |
manageExecutionOfRoles(Enumeration roles,
SOAPMessage soapMessage)
Manages the execution of a set of roles for a SOAP message received over the network. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RoleExecutionEnvironment getInstance()
public void manageExecutionOfRole(String role,
SOAPMessage soapMessage)
throws DeploymentException
manageExecutionOfRole in class RoleExecutionEnvironmentDeploymentException
public void manageExecutionOfRoles(Enumeration roles,
SOAPMessage soapMessage)
throws DeploymentException
manageExecutionOfRoles in class RoleExecutionEnvironmentDeploymentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||