|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.alfresco.repo.webservice.axis.TicketCallbackSpringHandler
public class TicketCallbackSpringHandler
Axis handler that retrieves the TicketCallbackHandler instance from a Spring context. The authentication service is injected by Spring so that when it gets called by the WSS4J handler it can verify the ticket passed to the service. The callback handler is then added to the MessageContext under the standard WsHandlerConstants.PW_CALLBACK_REF property.
Field Summary |
---|
Fields inherited from class org.apache.axis.handlers.BasicHandler |
---|
makeLockable, name, options |
Constructor Summary | |
---|---|
TicketCallbackSpringHandler()
|
Method Summary | |
---|---|
void |
invoke(org.apache.axis.MessageContext msgContext)
|
Methods inherited from class org.apache.axis.handlers.BasicHandler |
---|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TicketCallbackSpringHandler()
Method Detail |
---|
public void invoke(org.apache.axis.MessageContext msgContext) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Handler.invoke(org.apache.axis.MessageContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |