From 057f884903954203339182649daa100ef4ce89e3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:28:21 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_001'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_001@85 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/service/AxisHandler.html | 303 --------------------- 1 file changed, 303 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/AxisHandler.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/AxisHandler.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/AxisHandler.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/AxisHandler.html deleted file mode 100644 index 8d59eea38..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/AxisHandler.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class AxisHandler - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.service -
-Class AxisHandler

-
-java.lang.Object
-  |
-  +--org.apache.axis.handlers.BasicHandler
-        |
-        +--at.gv.egovernment.moa.spss.server.service.AxisHandler
-
-
-
All Implemented Interfaces:
org.apache.axis.Handler, Serializable
-
-
-
-
public class AxisHandler
extends org.apache.axis.handlers.BasicHandler
- -

-An handler that is invoked on each web service request and performs some - central message handling. - - Mainly sets up the TransactionContext for the current - transaction (i.e. web service request). -

-

-
Version:
$Id$
-
Author:
Patrick Peck, Stefan Knirsch
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - -
Fields inherited from class org.apache.axis.handlers.BasicHandler
log, name, options
-  - - - - - - - - - - -
-Constructor Summary
AxisHandler() - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidgenerateWSDL(org.apache.axis.MessageContext msgContext) - -
-          Generate the WSDL into the msgContext. - -
- voidinvoke(org.apache.axis.MessageContext msgContext) - -
-          Handle an invocation of this handler.
- voidonFault(org.apache.axis.MessageContext msgContext) - -
-          Called, when the processing of the web service fails.
- - - - - - - -
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, setName, setOption, setOptionDefault, setOptions
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-AxisHandler

-
-public AxisHandler()
-
-
- - - - - - - - -
-Method Detail
- -

-invoke

-
-public void invoke(org.apache.axis.MessageContext msgContext)
-            throws org.apache.axis.AxisFault
-
-
Handle an invocation of this handler.
-
Overrides:
invoke in class org.apache.axis.handlers.BasicHandler
-
-
-
Parameters:
msgContext - Information about this request/response.
Throws:
org.apache.axis.AxisFault - An error occurred during processing of the request.
See Also:
Handler.invoke(MessageContext)
-
-
-
- -

-onFault

-
-public void onFault(org.apache.axis.MessageContext msgContext)
-
-
Called, when the processing of the web service fails.
-
Overrides:
onFault in class org.apache.axis.handlers.BasicHandler
-
-
-
Parameters:
msgContext - Information about the current request.
See Also:
Handler.onFault(org.apache.axis.MessageContext)
-
-
-
- -

-generateWSDL

-
-public void generateWSDL(org.apache.axis.MessageContext msgContext)
-                  throws org.apache.axis.AxisFault
-
-
Generate the WSDL into the msgContext. - - The code of this method is more or less copied from the - org.apache.axis.handlers.soap.SOAPService class contained in - the 1.1 release of Axis to allow for a missing wsdlFile (so - that a resource by the same name is searched for in the classpath). The - implementation of this method should be obsolete if Axis 1.1 or higher is - used.
-
Overrides:
generateWSDL in class org.apache.axis.handlers.BasicHandler
-
-
-
Parameters:
msgContext - The MessageContext that will contain the - WSDL description of the current web service.
Throws:
org.apache.axis.AxisFault - An error occurred producing the WSDL.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3