| java.lang.Object org.jboss.ejb.SOAPMsgPolicyContextHandler
SOAPMsgPolicyContextHandler | public class SOAPMsgPolicyContextHandler implements PolicyContextHandler(Code) | | A PolicyContextHandler for EJB SEI invocation SOAPMessages
author: Scott.Stark@jboss.org version: $Revison:$ |
getContext | public Object getContext(String key, Object data) throws PolicyContextException(Code) | | Access the EJB SEI policy context data.
Parameters: key - "javax.xml.soap.SOAPMessage" Parameters: data - currently unused SOAPMessage for the active invocation throws: javax.security.jacc.PolicyContextException - |
getKeys | public String[] getKeys() throws PolicyContextException(Code) | | |
supports | public boolean supports(String key) throws PolicyContextException(Code) | | |
|
|