com.atlassian.jira.soap.axis
Class JiraAxisSoapService

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.apache.axis.SimpleChain
          extended by org.apache.axis.SimpleTargetedChain
              extended by org.apache.axis.handlers.soap.SOAPService
                  extended by com.atlassian.jira.soap.axis.JiraAxisSoapService
All Implemented Interfaces:
Serializable, org.apache.axis.Chain, org.apache.axis.Handler, org.apache.axis.TargetedChain

public class JiraAxisSoapService
extends org.apache.axis.handlers.soap.SOAPService

Wrapper for an axis SOAPService with that exposes all available methods in the specified published interface

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.soap.SOAPService
nextObjectID, serviceObjects
 
Fields inherited from class org.apache.axis.SimpleTargetedChain
pivotHandler, requestHandler, responseHandler
 
Fields inherited from class org.apache.axis.SimpleChain
handlers, invoked
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
JiraAxisSoapService(SoapModuleDescriptor descriptor)
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msgContext)
           
 
Methods inherited from class org.apache.axis.handlers.soap.SOAPService
addSession, availableFromTransport, clearSessions, disableTransport, enableTransport, generateWSDL, getActors, getEngine, getInitializedServiceDesc, getRoles, getSendType, getServiceActors, getServiceDescription, getStyle, getTypeMappingRegistry, getUse, isRunning, needsHighFidelityRecording, setEngine, setHighFidelityRecording, setPropertyParent, setRoles, setSendType, setServiceDescription, setStyle, setUse, start, stop
 
Methods inherited from class org.apache.axis.SimpleTargetedChain
getPivotHandler, getRequestHandler, getResponseHandler, init
 
Methods inherited from class org.apache.axis.SimpleChain
addHandler, canHandleBlock, cleanup, contains, getDeploymentData, getHandlers, init, onFault
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axis.Chain
addHandler, contains, getHandlers
 
Methods inherited from interface org.apache.axis.Handler
canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, onFault, setName, setOption, setOptions
 

Constructor Detail

JiraAxisSoapService

public JiraAxisSoapService(SoapModuleDescriptor descriptor)
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgContext)
            throws org.apache.axis.AxisFault
Specified by:
invoke in interface org.apache.axis.Handler
Overrides:
invoke in class org.apache.axis.handlers.soap.SOAPService
Throws:
org.apache.axis.AxisFault


Copyright © 2002-2013 Atlassian. All Rights Reserved.