Uses of Class
org.apache.axis2.AxisFault

Packages that use AxisFault
org.apache.axis2   
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.handlers   
org.apache.axis2.handlers.addressing   
org.apache.axis2.modules   
org.apache.axis2.phaseresolver   
org.apache.axis2.receivers   
org.apache.axis2.rpc   
org.apache.axis2.security   
org.apache.axis2.security.handler   
org.apache.axis2.storage.impl   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.mail.server   
org.apache.axis2.transport.tcp   
org.apache.axis2.util   
org.apache.axis2.util.threadpool   
 

Uses of AxisFault in org.apache.axis2
 

Methods in org.apache.axis2 that return AxisFault
static AxisFault AxisFault.makeFault(java.lang.Exception e)
          Make an AxisFault based on a passed Exception.
 

Methods in org.apache.axis2 that throw AxisFault
 void InstanceDispatcher.invoke(MessageContext msgContext)
          Post Condition : All the Contexts must be populated.
 

Uses of AxisFault in org.apache.axis2.clientapi
 

Methods in org.apache.axis2.clientapi that throw AxisFault
 OMElement RESTCall.invokeBlocking()
           
 void RESTCall.invokeNonBlocking(Callback callback)
           
 void CallbackReceiver.receive(MessageContext messgeCtx)
           
protected  void MEPClient.prepareInvocation(OperationDescription axisop, MessageContext msgCtx)
          prepare the message context for invocation, here the properties kept in the MEPClient copied to the MessageContext
protected  MessageContext MEPClient.prepareTheSOAPEnvelope(OMElement toSend)
          This class prepare the SOAP Envelope using the payload
 TransportOutDescription MEPClient.inferTransport(EndpointReference epr)
          try to infer the transport looking at the URL, the URL can be http:// tcp:// mail:// local://.
 SOAPEnvelope MEPClient.createDefaultSOAPEnvelope()
          create write SOAPEvelope(in terms of version) based on the values set.
 void MEPClient.engageModule(javax.xml.namespace.QName name)
          Engage a given Module to the current invocation.
static void ListenerManager.makeSureStarted(java.lang.String transport, ConfigurationContext configurationContext)
          This Method starts a Listenet if it is not already started.
static void ListenerManager.stop(java.lang.String transport)
           
static EndpointReference ListenerManager.replyToEPR(java.lang.String serviceName, java.lang.String transport)
           
static java.net.ServerSocket ListenerManager.openSocket(int port)
          this method control the number of server sockets kept open
 MessageContext InOutMEPClient.invokeBlocking(OperationDescription axisop, MessageContext msgctx)
          This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport.
 void InOutMEPClient.invokeNonBlocking(OperationDescription axisop, MessageContext msgctx, Callback callback)
          This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport.
 void InOutMEPClient.setTransportInfo(java.lang.String senderTransport, java.lang.String listenerTransport, boolean useSeparateListener)
          Set transport information to the the Call, for find how the each parameter acts see the commant at the instance variables.
 void InOutMEPClient.close()
          Closing the Call, this will stop the started Transport Listeners.
 void Stub.setTransportInfo(java.lang.String senderTransport, java.lang.String listenerTransport, boolean useSeparateListener)
           
protected  MessageContext Stub.getMessageContext()
          get the message context
 OMElement Call.invokeBlocking(java.lang.String axisop, OMElement toSend)
          Invoke the blocking/Synchronous call
 SOAPEnvelope Call.invokeBlocking(java.lang.String axisop, SOAPEnvelope envelope)
          Invoke the blocking/Synchronous call
 void Call.invokeNonBlocking(java.lang.String axisop, OMElement toSend, Callback callback)
          Invoke the nonblocking/Asynchronous call
 void Call.invokeNonBlocking(java.lang.String axisop, SOAPEnvelope envelope, Callback callback)
          Invoke the nonblocking/Asynchronous call
protected static ServiceContext Call.assumeServiceContext(java.lang.String clientHome)
          Assume the values for the ConfigurationContext and ServiceContext to make the NON WSDL cases simple.
 void InOnlyMEPClient.send(OperationDescription axisop, MessageContext msgctx)
          Send the SOAP Message and forget about it.
 void InOnlyMEPClient.setSenderTransport(java.lang.String senderTransport)
          set the transport to used for sending the SOAP Message
static MessageContext TwoWayTransportBasedSender.send(MessageContext msgctx, TransportInDescription transportIn)
           
 void MessageSender.send(java.lang.String opName, OMElement toSend)
          Send the SOAP Message, the actual worker
 

Constructors in org.apache.axis2.clientapi that throw AxisFault
RESTCall()
           
RESTCall(ServiceContext service)
           
Call()
           
Call(java.lang.String clientHome)
          This is used to create call object with client home , using only this constructor it can able to engage modules , addning client side parameters
MessageSender()
           
MessageSender(java.lang.String repo)
          This constrctor is to take repository as aragumnet and build the Configurationcontext using that
 

Uses of AxisFault in org.apache.axis2.context
 

Methods in org.apache.axis2.context that throw AxisFault
 void MessageContext.init(AxisConfiguration axisConfiguration)
          The method is used to do the intialization of the EngineContext
 void MessageContext.setEnvelope(SOAPEnvelope envelope)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp, ServiceContext serviceContext)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp)
          When you call this make sure you set the parent later.
 void ServiceGroupContext.init(AxisConfiguration axisConfiguration)
           
 void SessionContext.init(AxisConfiguration axisConfiguration)
           
 void ConfigurationContextFactory.initTransports(ConfigurationContext configContext)
          This method initilize the transports, passing the information taken from the deployment to the real instance, for and example here the TransportSender get a referance to the TransportOutDescription.
 void ServiceContext.init(AxisConfiguration axisConfiguration)
          The method is used to do the intialization of the EngineContext
abstract  void AbstractContext.init(AxisConfiguration axisConfiguration)
           
 void OperationContext.init(AxisConfiguration axisConfiguration)
          The method is used to do the intialization of the EngineContext
 void OperationContext.addMessageContext(MessageContext msgContext)
          When a new message is added to the MEPContext the logic should be included remove the MEPContext from the table in the EngineContext.
 MessageContext OperationContext.getMessageContext(int messageLabel)
           
 void ConfigurationContext.init()
          The method is used to do the intialization of the EngineContext
 void ConfigurationContext.init(AxisConfiguration axisConfiguration)
           
 ServiceGroupContext ConfigurationContext.fillServiceContextAndServiceGroupContext(MessageContext messageContext)
          This method should search for a SGC in the map with given id as the key.
 

Constructors in org.apache.axis2.context that throw AxisFault
MessageContext(ConfigurationContext engineContext)
          Conveniance Method, but before call engine.send() or engine.receive() one must send transport in/out
MessageContext(ConfigurationContext engineContext, TransportInDescription transportIn, TransportOutDescription transportOut)
           
MessageContext(ConfigurationContext engineContext, SessionContext sessionContext, TransportInDescription transportIn, TransportOutDescription transportOut)
           
 

Uses of AxisFault in org.apache.axis2.deployment
 

Subclasses of AxisFault in org.apache.axis2.deployment
 class DeploymentException
           
 

Methods in org.apache.axis2.deployment that throw AxisFault
 ModuleDescription DeploymentEngine.getModule(javax.xml.namespace.QName moduleName)
           
 java.lang.Class DeploymentEngine.getHandlerClass(java.lang.String className, java.lang.ClassLoader loader1)
           
 

Uses of AxisFault in org.apache.axis2.deployment.repository.util
 

Methods in org.apache.axis2.deployment.repository.util that throw AxisFault
 void ArchiveFileData.setClassLoader(boolean extarctArichive)
           
 

Uses of AxisFault in org.apache.axis2.description
 

Methods in org.apache.axis2.description that throw AxisFault
 void ServiceGroupDescription.addParameter(Parameter param)
           
 void ServiceGroupDescription.engageModuleToGroup(javax.xml.namespace.QName moduleName)
           
 void ServiceGroupDescription.addService(ServiceDescription service)
           
 ServiceDescription ServiceGroupDescription.getService(javax.xml.namespace.QName name)
           
 void ServiceGroupDescription.removeService(javax.xml.namespace.QName name)
           
 void TransportOutDescription.addParameter(Parameter param)
          Method addParameter
 void ModuleDescription.addParameter(Parameter param)
           
 void ParameterInclude.addParameter(Parameter param)
          Method addParameter
 void HandlerDescription.addParameter(Parameter param)
           
 void ModuleConfiguration.addParameter(Parameter param)
           
 void ServiceDescription.engageModule(ModuleDescription moduleref, AxisConfiguration axisConfig)
          To ebgage a module it is reuired to use this method
 void ServiceDescription.addModuleOperations(ModuleDescription module, AxisConfiguration axisConfig)
          To add a opeartion to a service if a module requird to do so
 void ServiceDescription.addParameter(Parameter param)
          Method addParameter
 void ServiceDescription.printWSDL(java.io.Writer out, java.lang.String PortURL)
           
 void TransportInDescription.addParameter(Parameter param)
          Method addParameter
 void OperationDescription.engageModule(ModuleDescription moduleref)
          To ebgage a module it is reuired to use this method
 void OperationDescription.addParameter(Parameter param)
          Method addParameter
 OperationContext OperationDescription.findOperationContext(MessageContext msgContext, ServiceContext serviceContext)
          This method is responsible for finding a MEPContext for an incomming messages.
 OperationContext OperationDescription.findForExistingOperationContext(MessageContext msgContext)
          This will not create a new operation context if there is no one already.
 void OperationDescription.registerOperationContext(MessageContext msgContext, OperationContext operationContext)
           
 

Uses of AxisFault in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that throw AxisFault
 void AxisConfigurationImpl.addModule(ModuleDescription module)
          Method addMdoule
 void AxisConfigurationImpl.addService(ServiceDescription service)
          Method addService
 void AxisConfigurationImpl.addServiceGroup(ServiceGroupDescription serviceGroup)
           
 ServiceDescription AxisConfigurationImpl.getService(java.lang.String name)
          Method getService
 void AxisConfigurationImpl.removeService(java.lang.String name)
          Method removeService
 TransportInDescription AxisConfigurationImpl.getTransportIn(javax.xml.namespace.QName name)
           
 void AxisConfigurationImpl.addTransportIn(TransportInDescription transport)
          Method addTransport
 TransportOutDescription AxisConfigurationImpl.getTransportOut(javax.xml.namespace.QName name)
           
 void AxisConfigurationImpl.addTransportOut(TransportOutDescription transport)
          Method addTransport
 void AxisConfigurationImpl.addParameter(Parameter param)
          Method addParameter
 void AxisConfigurationImpl.engageModule(javax.xml.namespace.QName moduleref)
           
 OperationDescription RequestURIBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 ServiceDescription RequestURIBasedDispatcher.findService(MessageContext messageContext)
           
 OperationDescription SOAPMessageBodyBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 ServiceDescription SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
           
 void DispatchingChecker.invoke(MessageContext msgctx)
          Method invoke
 void AbstractDispatcher.invoke(MessageContext msgctx)
          This is final, obivously not for overiding
abstract  ServiceDescription AbstractDispatcher.findService(MessageContext messageContext)
          Give the diaptacher turn to find the Service
abstract  OperationDescription AbstractDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
          Give the diaptacher turn to find the Operation
 void SOAPProcessingModelChecker.invoke(MessageContext msgContext)
           
 OperationDescription AddressingBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 ServiceDescription AddressingBasedDispatcher.findService(MessageContext messageContext)
           
 void Phase.invoke(MessageContext msgctx)
          If need to see how this works look at the stack!
 void Phase.invokeStartFromHandler(javax.xml.namespace.QName name, MessageContext msgctx)
           
 ServiceDescription AxisConfiguration.getService(java.lang.String name)
          Method getService
 void AxisConfiguration.addService(ServiceDescription service)
          Method addService
 void AxisConfiguration.addServiceGroup(ServiceGroupDescription serviceGroup)
           
 void AxisConfiguration.removeService(java.lang.String name)
          Method removeService
 void AxisConfiguration.addModule(ModuleDescription module)
          Method addMdoule
 void AxisConfiguration.engageModule(javax.xml.namespace.QName moduleref)
          To engage a module at the run time it can be used this method
 TransportInDescription AxisConfiguration.getTransportIn(javax.xml.namespace.QName name)
           
 void AxisConfiguration.addTransportIn(TransportInDescription transport)
           
 TransportOutDescription AxisConfiguration.getTransportOut(javax.xml.namespace.QName name)
           
 void AxisConfiguration.addTransportOut(TransportOutDescription transport)
           
static void DependencyManager.configureBusinessLogicProvider(java.lang.Object obj, MessageContext msgctx, MessageContext newMsgCtx)
           
 void MessageReceiver.receive(MessageContext messgeCtx)
           
 void AxisEngine.send(MessageContext msgContext)
          This methods represents the outflow of the Axis, this could be either at the server side or the client side.
 void AxisEngine.receive(MessageContext msgContext)
          This methods represents the inflow of the Axis, this could be either at the server side or the client side.
 void AxisEngine.sendFault(MessageContext msgContext)
          This Method Send the SOAP Fault to a Other SOAP Node
 void AxisEngine.receiveFault(MessageContext msgContext)
          This is invoked when a SOAP Fault is received from a Other SOAP Node
 MessageContext AxisEngine.createFaultMessageContext(MessageContext processingContext, java.lang.Throwable e)
          If error occurs at inflow or the out flow this method will call to handle the error.
 void AxisEngine.resumeInvocationPhases(java.util.ArrayList phases, MessageContext msgctx)
           
 void Handler.invoke(MessageContext msgContext)
          Invoke is called to do the actual work of the Handler object.
 void Handler.cleanup()
          Method cleanup
 OperationDescription SOAPActionBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 ServiceDescription SOAPActionBasedDispatcher.findService(MessageContext messageContext)
           
 

Uses of AxisFault in org.apache.axis2.handlers
 

Methods in org.apache.axis2.handlers that throw AxisFault
 void AbstractHandler.cleanup()
          Method cleanup
 

Uses of AxisFault in org.apache.axis2.handlers.addressing
 

Methods in org.apache.axis2.handlers.addressing that throw AxisFault
 void AddressingOutHandler.invoke(MessageContext msgContext)
           
 void AddressingInHandler.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis2.modules
 

Methods in org.apache.axis2.modules that throw AxisFault
 void Module.init(AxisConfiguration axisSystem)
           
 void Module.shutdown(AxisConfiguration axisSystem)
           
 

Uses of AxisFault in org.apache.axis2.phaseresolver
 

Subclasses of AxisFault in org.apache.axis2.phaseresolver
 class PhaseException
          Class PhaseException
 

Methods in org.apache.axis2.phaseresolver that throw AxisFault
 void PhaseResolver.buildchains()
          Method buildchains
 void PhaseResolver.buildModuleOperation(OperationDescription opartion)
          To build the opration for the opeartion which the module going to be added
 void PhaseResolver.engageModuleGlobally(ModuleDescription module)
           
 void PhaseResolver.engageModuleToService(ServiceDescription service, ModuleDescription module)
           
 

Uses of AxisFault in org.apache.axis2.receivers
 

Methods in org.apache.axis2.receivers with parameters of type AxisFault
 void ServerCallback.handleFault(AxisFault fault)
           
 

Methods in org.apache.axis2.receivers that throw AxisFault
protected  java.lang.Object AbstractMessageReceiver.makeNewServiceObject(MessageContext msgContext)
          Method makeNewServiceObject
protected  java.lang.Object AbstractMessageReceiver.getTheImplementationObject(MessageContext msgContext)
          Method getTheImplementationObject
 void RawXMLINOnlyMessageReceiver.invokeBusinessLogic(MessageContext msgContext)
           
abstract  void AbstractInOutAsyncMessageReceiver.invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage, ServerCallback callback)
           
 void AbstractInOutAsyncMessageReceiver.receive(MessageContext messgeCtx)
           
abstract  void AbstractInOutSyncMessageReceiver.invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
           
 void AbstractInOutSyncMessageReceiver.receive(MessageContext msgContext)
           
abstract  void AbstractInMessageReceiver.invokeBusinessLogic(MessageContext inMessage)
           
 void AbstractInMessageReceiver.receive(MessageContext messgeCtx)
           
 void ServerCallback.handleResult(MessageContext result)
           
 void ServerCallback.handleFault(AxisFault fault)
           
 void RawXMLINOutMessageReceiver.invokeBusinessLogic(MessageContext msgContext, MessageContext newmsgContext)
           
abstract  void AbstractRobustInMessageReceiver.invokeBusinessLogic(MessageContext inMessage)
           
 void AbstractRobustInMessageReceiver.receive(MessageContext messgeCtx)
           
 

Uses of AxisFault in org.apache.axis2.rpc
 

Methods in org.apache.axis2.rpc that throw AxisFault
 void RPCInOutMessageReceiver.invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
           
 

Uses of AxisFault in org.apache.axis2.security
 

Methods in org.apache.axis2.security that throw AxisFault
 void WSDoAllReceiver.invoke(MessageContext msgContext)
           
 void WSDoAllSender.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis2.security.handler
 

Methods in org.apache.axis2.security.handler that throw AxisFault
 void WSDoAllHandler.cleanup()
          Method cleanup
 

Uses of AxisFault in org.apache.axis2.storage.impl
 

Methods in org.apache.axis2.storage.impl that throw AxisFault
 void AxisFileStorage.addParameter(Parameter param)
           
 void AxisMemoryStorage.addParameter(Parameter param)
           
 

Uses of AxisFault in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport that throw AxisFault
static SOAPEnvelope TransportUtils.createSOAPMessage(MessageContext msgContext, java.lang.String soapNamespaceURI)
           
 void TransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize
 void TransportSender.cleanUp(MessageContext msgContext)
          Clean up
 void EmailReceiver.connect()
           
 void EmailReceiver.disconnect()
           
 Message[] EmailReceiver.receive()
           
abstract  void TransportListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
abstract  void TransportListener.start()
           
abstract  void TransportListener.stop()
           
abstract  EndpointReference TransportListener.replyToEPR(java.lang.String serviceName)
           
 void AbstractTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 void AbstractTransportSender.invoke(MessageContext msgContext)
          Method invoke
 void AbstractTransportSender.writeMessage(MessageContext msgContext, java.io.OutputStream out)
           
abstract  java.io.OutputStream AbstractTransportSender.startSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
abstract  void AbstractTransportSender.finalizeSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
abstract  java.io.OutputStream AbstractTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
abstract  void AbstractTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
protected abstract  java.io.OutputStream AbstractTransportSender.openTheConnection(EndpointReference epr, MessageContext msgctx)
           
 

Constructors in org.apache.axis2.transport that throw AxisFault
EmailReceiver(java.lang.String user, java.lang.String host, java.lang.String popPort, java.lang.String password)
           
 

Uses of AxisFault in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http that throw AxisFault
 void CommonsHTTPTransportSender.invoke(MessageContext msgContext)
           
 void CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext, EndpointReference toURL, OMElement dataout)
           
 void CommonsHTTPTransportSender.cleanUp(MessageContext msgContext)
           
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 byte[] CommonsHTTPTransportSender.AxisRequestEntity.writeBytes()
           
 java.util.HashMap HTTPTransportReceiver.parseTheHeaders(java.io.InputStream in, boolean serverSide)
          parses following two styles of HTTP stuff Server Side POST /axis2/services/echo HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text User-Agent: Axis/1.2RC1 Host: 127.0.0.1:8081 Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 73507 HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 Date: Sat, 12 Feb 2005 10:39:39 GMT Server: Apache-Coyote/1.1 Connection: close
static void HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext, java.io.InputStream in, java.io.OutputStream out, java.lang.String contentType, java.lang.String soapActionHeader, java.lang.String requestURI, ConfigurationContext configurationContext)
           
static boolean HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext, java.io.InputStream in, java.io.OutputStream out, java.lang.String contentType, java.lang.String soapAction, java.lang.String requestURI, ConfigurationContext configurationContext, java.util.Map requestParameters)
           
 void SimpleHTTPServer.start()
          Start this server as a NON-daemon.
 EndpointReference SimpleHTTPServer.replyToEPR(java.lang.String serviceName)
          replyToEPR
 void SimpleHTTPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init method in TransportListener
 

Constructors in org.apache.axis2.transport.http that throw AxisFault
SimpleHTTPServer(java.lang.String dir, int port)
          Constructor SimpleHTTPServer
 

Uses of AxisFault in org.apache.axis2.transport.local
 

Methods in org.apache.axis2.transport.local that throw AxisFault
 void LocalTransportReceiver.processMessage(java.io.InputStream in, EndpointReference to)
           
 java.io.OutputStream LocalTransportSender.startSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
 void LocalTransportSender.finalizeSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
protected  java.io.OutputStream LocalTransportSender.openTheConnection(EndpointReference epr, MessageContext msgContext)
           
 java.io.OutputStream LocalTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
 void LocalTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
 void LocalTransportSender.cleanUp(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis2.transport.mail
 

Methods in org.apache.axis2.transport.mail that throw AxisFault
 void EMailSender.send(java.lang.String subject, java.lang.String targetEmail, java.lang.String message, java.lang.String charSet)
           
 void SimpleMailListener.start(boolean daemon)
          Start this server.
 void SimpleMailListener.start()
          Start this server as a NON-daemon.
static void SimpleMailListener.main(java.lang.String[] args)
          Server process.
 void SimpleMailListener.init(ConfigurationContext configurationContext, TransportInDescription transportIn)
           
 EndpointReference SimpleMailListener.replyToEPR(java.lang.String serviceName)
           
 void MailTransportSender.finalizeSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
 java.io.OutputStream MailTransportSender.startSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
protected  java.io.OutputStream MailTransportSender.openTheConnection(EndpointReference epr, MessageContext msgContext)
           
 java.io.OutputStream MailTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
 void MailTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
 void MailTransportSender.cleanUp(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis2.transport.mail.server
 

Methods in org.apache.axis2.transport.mail.server that throw AxisFault
 void SMTPServer.stopServer()
           
 void MailServer.stop()
           
 void POP3Server.stopServer()
           
 

Constructors in org.apache.axis2.transport.mail.server that throw AxisFault
MailServer(java.lang.String dir, int popPort, int smtpPort)
           
MailServer(ConfigurationContext configurationContext, int popPort, int smtpPort)
           
MailServer(int popPort, int smtpPort)
           
POP3Server(Storage st, int port)
           
 

Uses of AxisFault in org.apache.axis2.transport.tcp
 

Methods in org.apache.axis2.transport.tcp that throw AxisFault
 void TCPServer.start()
           
 EndpointReference TCPServer.replyToEPR(java.lang.String serviceName)
           
 void TCPServer.stop()
           
 void TCPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
static void TCPServer.main(java.lang.String[] args)
           
 void TCPTransportSender.finalizeSendWithToAddress(MessageContext msgContext, java.io.OutputStream out)
           
protected  java.io.OutputStream TCPTransportSender.openTheConnection(EndpointReference toURL, MessageContext msgContext)
           
 java.io.OutputStream TCPTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext, java.io.OutputStream out)
           
 void TCPTransportSender.cleanUp(MessageContext msgContext)
           
 

Constructors in org.apache.axis2.transport.tcp that throw AxisFault
TCPServer(int port, java.lang.String dir)
           
TCPServer(int port, ConfigurationContext configContext)
           
 

Uses of AxisFault in org.apache.axis2.util
 

Methods in org.apache.axis2.util that throw AxisFault
static ServiceDescription Utils.createSimpleService(javax.xml.namespace.QName serviceName, MessageReceiver messageReceiver, java.lang.String className, javax.xml.namespace.QName opName)
           
static ServiceDescription Utils.createSimpleService(javax.xml.namespace.QName serviceName, java.lang.String className, javax.xml.namespace.QName opName)
           
static void Utils.resolvePhases(AxisConfiguration axisconfig, ServiceDescription serviceDesc)
           
static void Utils.extractServiceGroupAndServiceInfo(java.lang.String filePart, MessageContext messageContext)
           
static ServiceContext Utils.fillContextInformation(OperationDescription operationDesc, ServiceDescription serviceDesc, ConfigurationContext configurationContext)
           
 

Uses of AxisFault in org.apache.axis2.util.threadpool
 

Methods in org.apache.axis2.util.threadpool that throw AxisFault
 void ThreadPool.addWorker(AxisWorker worker)
           
 void ThreadPool.safeShutDown()
          This is the recommended shutdown method for the thread pool This will wait till all the workers that are already handed over to the thread pool get executed.