Class AuthenticationHandler
java.lang.Object
org.apache.axis.handlers.BasicHandler
com.collabnet.ce.soap60.integratedapps.util.AuthenticationHandler
- All Implemented Interfaces:
Serializable,org.apache.axis.Handler
public class AuthenticationHandler
extends org.apache.axis.handlers.BasicHandler
Simple Axis handler which looks for a SOAP header containing Authentication Key
- See Also:
-
Field Summary
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(org.apache.axis.MessageContext msgContext) Method called by Axis handler, checks SOAP headerMethods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
-
Constructor Details
-
AuthenticationHandler
public AuthenticationHandler()
-
-
Method Details
-
invoke
public void invoke(org.apache.axis.MessageContext msgContext) throws org.apache.axis.AxisFault Method called by Axis handler, checks SOAP header- Throws:
org.apache.axis.AxisFault- if header is Authentication key
-