Uses of Class
org.apache.axis2.AxisFault
-
-
Uses of AxisFault in org.apache.axis2
Methods in org.apache.axis2 that return AxisFault Modifier and Type Method Description static AxisFaultAxisFault. makeFault(Throwable e)Make an AxisFault based on a passed Exception.Methods in org.apache.axis2 that throw AxisFault Modifier and Type Method Description ObjectServiceObjectSupplier. getServiceObject(AxisService axisService) -
Uses of AxisFault in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing that throw AxisFault Modifier and Type Method Description static EndpointReferenceEndpointReferenceHelper. fromOM(org.apache.axiom.om.OMElement eprOMElement)Populates an endpoint reference based on theOMElementthat is passed in.static StringEndpointReferenceHelper. fromOM(EndpointReference epr, org.apache.axiom.om.OMElement eprOMElement)Populates an endpoint reference based on theOMElement.static voidEndpointReferenceHelper. fromOM(EndpointReference epr, org.apache.axiom.om.OMElement eprOMElement, String addressingNamespace)Populates an endpoint reference based on theOMElementand WS-Addressing namespace that is passed in.static EndpointReferenceEndpointReferenceHelper. fromString(String eprString)Populates an endpoint reference based on theStringthat is passed in.static InterfaceNameEndpointReferenceHelper. getInterfaceNameMetadata(EndpointReference epr, String addressingNamespace)Retrieves the WS-Addressing EPR PortType, or InterfaceName, element from an EPR, as appropriate.static ServiceNameEndpointReferenceHelper. getServiceNameMetadata(EndpointReference epr, String addressingNamespace)Retrieves the WS-Addressing EPR ServiceName element from an EPR.static WSDLLocationEndpointReferenceHelper. getWSDLLocationMetadata(EndpointReference epr, String addressingNamespace)Retrieves the wsdli:wsdlLocation attribute from an EPR.static voidEndpointReferenceHelper. setInterfaceNameMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, InterfaceName interfaceName)Adds an instance ofInterfaceNameas metadata to the specified EPR.static voidEndpointReferenceHelper. setServiceNameMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, ServiceName serviceName)Adds an instance ofServiceNameas metadata to the specified EPR.static voidEndpointReferenceHelper. setWSDLLocationMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, WSDLLocation wsdlLocation)Adds an instance ofWSDLLocationas metadata to the specified EPR.static org.apache.axiom.om.OMElementEndpointReferenceHelper. toOM(org.apache.axiom.om.OMFactory factory, EndpointReference epr, QName qname, String addressingNamespace)Creates anOMElementbased on the properties of the endpoint reference.static voidAddressingFaultsHelper. triggerActionMismatchFault(MessageContext messageContext, String soapAction, String wsaAction)static voidAddressingFaultsHelper. triggerActionNotSupportedFault(MessageContext messageContext, String problemAction)static voidAddressingFaultsHelper. triggerDestinationUnreachableFault(MessageContext messageContext, String address)static voidAddressingFaultsHelper. triggerInvalidCardinalityFault(MessageContext messageContext, String incorrectHeaderName)static voidAddressingFaultsHelper. triggerInvalidEPRFault(MessageContext messageContext, String incorrectHeaderName)static voidAddressingFaultsHelper. triggerMessageAddressingRequiredFault(MessageContext messageContext, String missingHeaderName)static voidAddressingFaultsHelper. triggerMissingAddressInEPRFault(MessageContext messageContext, String incorrectHeaderName)static voidAddressingFaultsHelper. triggerOnlyAnonymousAddressSupportedFault(MessageContext messageContext, String incorrectHeaderName)static voidAddressingFaultsHelper. triggerOnlyNonAnonymousAddressSupportedFault(MessageContext messageContext, String incorrectHeaderName) -
Uses of AxisFault in org.apache.axis2.addressing.metadata
Methods in org.apache.axis2.addressing.metadata that throw AxisFault Modifier and Type Method Description voidInterfaceName. fromOM(org.apache.axiom.om.OMElement omElement)Convenience method to extract metadata from an element.voidServiceName. fromOM(org.apache.axiom.om.OMElement omElement)Convenience method to extract metadata from the ServiceName element.voidWSDLLocation. fromOM(org.apache.axiom.om.OMAttribute omAttribute)Convenience method for converting an OMAttribute to an instance of either of these types.org.apache.axiom.om.OMElementInterfaceName. toOM(org.apache.axiom.om.OMFactory fac, QName qname)Convenience method to convert objects of this type to anOMElementso that it can be added to anEndpointReferenceorg.apache.axiom.om.OMElementServiceName. toOM(org.apache.axiom.om.OMFactory factory, QName qname)Convenience method to convert objects of this type to anOMElementso that it can be added to anEndpointReference -
Uses of AxisFault in org.apache.axis2.builder
Methods in org.apache.axis2.builder that throw AxisFault Modifier and Type Method Description static org.apache.axiom.soap.SOAPEnvelopeBuilderUtil. buildsoapMessage(MessageContext messageContext, MultipleEntryHashMap requestParameterMap, org.apache.axiom.soap.SOAPFactory soapFactory)protected voidXFormURLEncodedBuilder. extractParametersFromRequest(MultipleEntryHashMap parameterMap, String query, String queryParamSeparator, String charsetEncoding, InputStream inputStream)protected StringXFormURLEncodedBuilder. extractParametersUsingHttpLocation(String templatedPath, MultipleEntryHashMap parameterMap, String requestURL, String queryParameterSeparator)Here is what I will try to do here.static BuilderBuilderUtil. getBuilderFromSelector(String type, MessageContext msgContext)Deprecated.org.apache.axiom.om.OMElementApplicationXMLBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)org.apache.axiom.om.OMElementBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)Process a message.org.apache.axiom.om.OMElementDataSourceBuilder. processDocument(InputStream inputStream, String contentType, MessageContext msgContext)org.apache.axiom.om.OMElementMIMEBuilder. processDocument(InputStream inputStream, String contentType, MessageContext msgContext)org.apache.axiom.om.OMElementMTOMBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)org.apache.axiom.om.OMElementMultipartFormDataBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)org.apache.axiom.om.OMElementSOAPBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)org.apache.axiom.om.OMElementXFormURLEncodedBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)org.apache.axiom.om.OMElementMIMEAwareBuilder. processMIMEMessage(org.apache.axiom.attachments.Attachments attachments, String contentType, MessageContext messageContext)Process a MIME multipart message and initialize the message context.org.apache.axiom.om.OMElementMTOMBuilder. processMIMEMessage(org.apache.axiom.attachments.Attachments attachments, String contentType, MessageContext messageContext)org.apache.axiom.om.OMElementSOAPBuilder. processMIMEMessage(org.apache.axiom.attachments.Attachments attachments, String contentType, MessageContext messageContext)static voidBuilderUtil. validateCharSetEncoding(String charsetEncodingFromTransport, String charsetEncodingFromXML, String soapNamespaceURI) -
Uses of AxisFault in org.apache.axis2.builder.unknowncontent
Methods in org.apache.axis2.builder.unknowncontent that throw AxisFault Modifier and Type Method Description org.apache.axiom.om.OMElementUnknownContentBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext) -
Uses of AxisFault in org.apache.axis2.client
Methods in org.apache.axis2.client that throw AxisFault Modifier and Type Method Description abstract voidOperationClient. addMessageContext(MessageContext messageContext)Add a message context to the client for processing.voidServiceClient. addStringHeader(QName headerName, String headerText)Add a simple header containing some text to be sent with interactions.voidServiceClient. cleanup()Clean up configuration created with this client.voidStub. cleanup()Cleanup associated resources.voidServiceClient. cleanupTransport()Release resources allocated by the transport during the last service invocation.voidOperationClient. complete(MessageContext msgCtxt)To close the transport if necessary , can call this method.voidWSDLBasedPolicyProcessor. configureOperationPolices(AxisOperation op)voidWSDLBasedPolicyProcessor. configureServicePolices(AxisService axisService)OperationClientServiceClient. createClient(QName operationQName)Create an operation client with the appropriate message exchange pattern (MEP).voidServiceClient. engageModule(String moduleName)Engage a module for this service client.voidOperationClient. execute(boolean block)Execute the MEP.abstract voidOperationClient. executeImpl(boolean block)Execute the MEP.voidServiceClient. fireAndForget(QName operation, org.apache.axiom.om.OMElement elem)Directly invoke a named operation with an In-Only MEP.voidServiceClient. fireAndForget(org.apache.axiom.om.OMElement elem)Directly invoke an anonymous operation with an In-Only MEP.abstract MessageContextOperationClient. getMessageContext(String messageLabel)Return a message from the client - will return null if the requested message is not available.EndpointReferenceServiceClient. getMyEPR(String transport)Get the endpoint reference for this client using a particular transport.protected voidOperationClient. prepareMessageContext(ConfigurationContext configurationContext, MessageContext mc)prepareMessageContext gets a fresh new MessageContext ready to be sent.voidOperationClient. reset()Reset the operation client to a clean status after the MEP has completed.org.apache.axiom.om.OMElementServiceClient. sendReceive(QName operationQName, org.apache.axiom.om.OMElement xmlPayload)Directly invoke a named operationQName with an In-Out MEP.org.apache.axiom.om.OMElementServiceClient. sendReceive(org.apache.axiom.om.OMElement elem)Directly invoke an anonymous operation with an In-Out MEP.voidServiceClient. sendReceiveNonBlocking(QName operation, org.apache.axiom.om.OMElement elem, AxisCallback callback)Directly invoke a named operation with an In-Out MEP without waiting for a response.voidServiceClient. sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem, AxisCallback callback)Directly invoke an anonymous operation with an In-Out MEP without waiting for a response.voidServiceClient. sendRobust(QName operation, org.apache.axiom.om.OMElement elem)Directly invoke a named operation with a Robust In-Only MEP.voidServiceClient. sendRobust(org.apache.axiom.om.OMElement elem)Directly invoke an anonymous operation with a Robust In-Only MEP.voidServiceClient. setAxisService(AxisService axisService)Configure the ServiceClient to interact with the Web service described by the specified AxisService object.voidOptions. setSenderTransport(String senderTransport, AxisConfiguration axisConfiguration)Set transport used for outgoing message.Constructors in org.apache.axis2.client that throw AxisFault Constructor Description ServiceClient()Create a service client by assuming an anonymous service and any other necessary information.ServiceClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)Create a service client for WSDL service identified by the QName of the wsdl:service element in a WSDL document.ServiceClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, String portName)This is WSDL4J based constructor to configure the Service Client/ TODO: make this policy awareServiceClient(ConfigurationContext configContext, AxisService axisService)Create a service client configured to work with a specific AxisService. -
Uses of AxisFault in org.apache.axis2.clustering
Subclasses of AxisFault in org.apache.axis2.clustering Modifier and Type Class Description classClusteringFaultMethods in org.apache.axis2.clustering that throw AxisFault Modifier and Type Method Description Handler.InvocationResponseRequestBlockingHandler. invoke(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis2.context
Methods in org.apache.axis2.context that throw AxisFault Modifier and Type Method Description voidOperationContext. addMessageContext(MessageContext msgContext)When a new message is added to theMEPContextthe logic should be included remove the MEPContext from the table in theEngineContext.static ConfigurationContextConfigurationContextFactory. createConfigurationContext(AxisConfigurator axisConfigurator)Creates a AxisConfiguration depending on the user requirement.static ConfigurationContextConfigurationContextFactory. createConfigurationContextFromFileSystem(String path)static ConfigurationContextConfigurationContextFactory. createConfigurationContextFromFileSystem(String path, String axis2xml)To get a ConfigurationContext for given data , and underline implementation is Axis2 default impl which is file system based deployment model to create an AxisConfiguration.static ConfigurationContextConfigurationContextFactory. createConfigurationContextFromURIs(URL axis2xml, URL repositoy)static ConfigurationContextConfigurationContextFactory. createEmptyConfigurationContext()creates an empty configuration context.static OperationContextOperationContextFactory. createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)voidConfigurationContext. deployService(AxisService service)Deploy a service to the embedded AxisConfiguration, and initialize it.voidConfigurationContext. fillServiceContextAndServiceGroupContext(MessageContext messageContext)Searches for a ServiceGroupContext in the map with given id as the key.voidAbstractContext. flush()MessageContextOperationContext. getMessageContext(String messageLabel)Get the message context identified by a given label.EndpointReferenceServiceContext. getMyEPR(String transport)To get the ERP for a given service , if the transport is present and not running then it will add as a listener to ListenerManager , there it will init that and start the listener , and finally ask the EPR from transport for a given serviceServiceContextServiceGroupContext. getServiceContext(AxisService service)Gets a service context.ServiceGroupContextConfigurationContext. getServiceGroupContextFromSoapSessionTable(String serviceGroupContextId, MessageContext msgContext)Retrieve the ServiceGroupContext from the SOAP session tablevoidSessionContext. init(AxisConfiguration axisConfiguration)voidConfigurationContext. initCluster()Initializes the ClusterManager for this ConfigurationContextvoidOperationContext. removeMessageContext(String label)Remove the indicated message context.voidMessageContext. setEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)voidConfigurationContext. setThreadPool(ThreadFactory pool)Sets the thread factory.voidConfigurationContext. shutdownModulesAndServices()Called during shutdown to clean up all ContextsvoidConfigurationContext. terminate()Invoked during shutdown to stop the ListenerManager and perform configuration cleanup -
Uses of AxisFault in org.apache.axis2.dataretrieval
Subclasses of AxisFault in org.apache.axis2.dataretrieval Modifier and Type Class Description classDataRetrievalExceptionException class for reporting Data Retrieval problemsMethods in org.apache.axis2.dataretrieval that throw AxisFault Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchemaSchemaSupplier. getSchema(AxisService service, String xsd)ObjectWSDL11SupplierTemplate. getWSDL(AxisService service)ObjectWSDL20SupplierTemplate. getWSDL(AxisService service)ObjectWSDLSupplier. getWSDL(AxisService service) -
Uses of AxisFault in org.apache.axis2.dataretrieval.client
Methods in org.apache.axis2.dataretrieval.client that throw AxisFault Modifier and Type Method Description org.apache.axiom.om.OMElementMexClient. setupGetMetadataRequest(String dialect, String identifier)Builds OMElement that makes up of SOAP body.Constructors in org.apache.axis2.dataretrieval.client that throw AxisFault Constructor Description MexClient()MexClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, String portName)MexClient(ConfigurationContext configContext, AxisService axisService) -
Uses of AxisFault in org.apache.axis2.deployment
Subclasses of AxisFault in org.apache.axis2.deployment Modifier and Type Class Description classDeploymentExceptionMethods in org.apache.axis2.deployment that throw AxisFault Modifier and Type Method Description static voidDeploymentEngine. addNewModule(AxisModule modulemetadata, AxisConfiguration axisConfiguration)static voidDeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)static AxisServiceGroupDeploymentEngine. buildServiceGroup(InputStream servicesxml, ClassLoader classLoader, String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, HashMap<String,AxisService> wsdlServices)To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfigvoidFileSystemConfigurator. engageGlobalModules()voidURLBasedAxisConfigurator. engageGlobalModules()voidWarBasedAxisConfigurator. engageGlobalModules()voidDeploymentEngine. engageModules()Checks if the modules, referred by server.xml, exist or that they are deployed.protected static voidDeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)AxisConfigurationFileSystemConfigurator. getAxisConfiguration()First create a Deployment engine, use that to create an AxisConfigurationAxisConfigurationURLBasedAxisConfigurator. getAxisConfiguration()AxisConfigurationWarBasedAxisConfigurator. getAxisConfiguration()Gets the axis configuration object by loading the repository.AxisModuleDeploymentEngine. getModule(String moduleName)protected static booleanDeploymentEngine. isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfig)Performs a check routine, in order to identify whether all the serviceGroup, service and operation level modules are available.static AxisServiceGroupDeploymentEngine. loadServiceGroup(File serviceFile, ConfigurationContext configCtx)voidDeploymentLifeCycleListener. postDeploy(ConfigurationContext configurationContext)calls after starting the configuration context to resume any activity.voidDeploymentLifeCycleListener. preDeploy(AxisConfiguration axisConfig)calls before creating the configuration context to do any initializing work.Constructors in org.apache.axis2.deployment that throw AxisFault Constructor Description FileSystemConfigurator(String repoLocation, String axis2xml)Load an AxisConfiguration from the repository directory specifiedURLBasedAxisConfigurator(URL axis2xml, URL repository) -
Uses of AxisFault in org.apache.axis2.deployment.repository.util
Methods in org.apache.axis2.deployment.repository.util that throw AxisFault Modifier and Type Method Description org.apache.axiom.om.OMElementArchiveReader. buildServiceDescription(String filename, ConfigurationContext configCtx, boolean extractService)ArrayList<AxisService>ArchiveReader. buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. processServiceGroup(String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)Extracts Service XML files and builds the service groups.ArrayList<AxisService>ArchiveReader. processServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)voidDeploymentFileData. setClassLoader(boolean isDirectory, ClassLoader parent, File file, boolean isChildFirstClassLoading) -
Uses of AxisFault in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that throw AxisFault Modifier and Type Method Description static voidUtils. addEndpointsToService(AxisService axisService)static voidUtils. addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration)static voidUtils. addFlowHandlers(Flow flow, ClassLoader clsLoader)static voidUtils. deployModuleServices(AxisModule module, ConfigurationContext configCtx)Modules can contain services in some cases.static AxisOperationUtils. getAxisOperationForJmethod(Method method)voidPhasesInfo. setOperationPhases(AxisOperation axisOperation) -
Uses of AxisFault in org.apache.axis2.description
Methods in org.apache.axis2.description that throw AxisFault Modifier and Type Method Description abstract voidAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)voidInOnlyAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)voidOutOnlyAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)voidTwoChannelAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)abstract voidAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)Adds a message context into an operation context.voidInOnlyAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)voidInOutAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)voidOutInAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)voidOutOnlyAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)voidAxisDescription. addParameter(String name, Object value)voidAxisDescription. addParameter(Parameter param)voidAxisModule. addParameter(Parameter param)voidHandlerDescription. addParameter(Parameter param)Add a ParametervoidModuleConfiguration. addParameter(Parameter param)voidParameterInclude. addParameter(Parameter param)Method addParameter.voidTransportInDescription. addParameter(Parameter param)Method addParameter.voidTransportOutDescription. addParameter(Parameter param)Method addParameter.voidAxisServiceGroup. addService(AxisService service)voidAxisBinding. applyPolicy()voidAxisBindingMessage. applyPolicy()voidAxisBindingOperation. applyPolicy()voidAxisDescription. applyPolicy()Applies the policies on the Description Hierarchy recursively.voidAxisDescription. applyPolicy(org.apache.neethi.Policy policy)This method sets the policy as the default of this AxisDescription instance.voidAxisEndpoint. applyPolicy()static AxisServiceAxisService. createClientSideAxisService(URL wsdlURL, QName wsdlServiceName, String portName, Options options)To create a AxisService for a given WSDL and the created client is most suitable for client side invocation not for server side invocation.static AxisServiceAxisService. createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)static AxisServiceAxisService. createClientSideAxisService(org.apache.woden.wsdl20.Description description, QName wsdlServiceName, String endPoint, Options options)returns a axisService given a input Stream of WSDL2.0 document.static AxisServiceAxisService. createService(String implClass, String serviceName, AxisConfiguration axisConfiguration, Map<String,MessageReceiver> messageReceiverClassMap, String targetNamespace, ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)messageReceiverClassMap will hold the MessageReceivers for given meps.static AxisServiceAxisService. createService(String implClass, AxisConfiguration axisConfig)To create an AxisService using given service impl class name first generate schema corresponding to the given java class , next for each methods AxisOperation will be created.static AxisServiceAxisService. createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace, ClassLoader loader)messageReceiverClassMap will hold the MessageReceivers for given meps.voidAxisDescription. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidAxisModule. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidHandlerDescription. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidModuleConfiguration. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidParameterInclude. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidParameterIncludeImpl. deserializeParameters(org.apache.axiom.om.OMElement parameters)Since at runtime it parameters may be modified to get the original state this method can be usedvoidTransportInDescription. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidTransportOutDescription. deserializeParameters(org.apache.axiom.om.OMElement parameterElement)voidAxisDescription. disengageModule(AxisModule module)voidAxisBinding. engageModule(AxisModule axisModule)voidAxisBindingMessage. engageModule(AxisModule axisModule)voidAxisBindingOperation. engageModule(AxisModule axisModule)voidAxisDescription. engageModule(AxisModule axisModule)Engage a Module at this levelvoidAxisDescription. engageModule(AxisModule axisModule, AxisDescription source)Engage a Module at this level, keeping track of which level the engage was originally called from.voidAxisEndpoint. engageModule(AxisModule axisModule)OperationContextAxisOperation. findForExistingOperationContext(MessageContext msgContext)Returns as existing OperationContext related to this message if one exists.OperationContextAxisOperation. findOperationContext(MessageContext msgContext, ServiceContext serviceContext)Finds an OperationContext for an incoming message.protected org.apache.axiom.om.OMElementAxisService2WSDL20. generateInterface(org.apache.axiom.om.OMFactory omFactory)org.apache.axiom.om.OMElementAxisService2WSDL20. generateInterfaceOperationElement(AxisOperation axisOperation, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, org.apache.axiom.om.OMNamespace wsdlx, org.apache.axiom.om.OMNamespace wrpc)Generates the interface Operation element.protected org.apache.axiom.om.OMElementAxisService2WSDL20. generateService(org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMElement descriptionElement, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11)org.apache.axiom.om.OMElementAxisService2WSDL20. generateServiceElement(org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, String serviceName)Generates a default service elementorg.apache.axiom.om.OMElementAxisService2WSDL20. generateServiceElement(org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, String[] eprs, String serviceName)Generates a default service elementprotected org.apache.axiom.om.OMElementAxisService2WSDL20. generateTypes(org.apache.axiom.om.OMFactory omFactory)static AxisOperationAxisOperationFactory. getAxisOperation(int mepURI)Data[]AxisService. getData(DataRetrievalRequest request, MessageContext msgContext)Find a data locator from the available data locators (both configured and default ones) to retrieve Metadata or data specified in the request.AxisDataLocatorAxisService. getDataLocator(LocatorType locatorType, String dialect)AxisDataLocatorAxisService. getGlobalDataLocator(String dialect)static AxisOperationAxisOperationFactory. getOperationDescription(String mepURI)AxisServiceAxisServiceGroup. getService(String name)static TransportInDescriptionClientUtils. inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)static TransportOutDescriptionClientUtils. inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)protected voidAxisService2WSDL11. init()protected voidAxisService2WSDL20. init()protected AxisDataLocatorAxisService. loadDataLocator(String className)protected voidAxisDescription. onDisengage(AxisModule module)voidAxisService. onDisengage(AxisModule module)voidAxisServiceGroup. onDisengage(AxisModule module)protected voidAxisDescription. onEngage(AxisModule module, AxisDescription engager)voidAxisMessage. onEngage(AxisModule axisModule, AxisDescription engager)We do not support adding module operations when engaging a module to an AxisMessagevoidAxisOperation. onEngage(AxisModule axisModule, AxisDescription engager)This is called when a module is engaged on this operation.voidAxisService. onEngage(AxisModule axisModule, AxisDescription engager)Engages a module.protected voidAxisServiceGroup. onEngage(AxisModule module, AxisDescription engager)When a module gets engaged on a ServiceGroup, we have to engage it for each Service.List<AxisService>WSDL11ToAllAxisServicesBuilder. populateAllServices()Public method to access the wsdl 1.1 file and create a List of AxisService objects.List<AxisService>WSDL20ToAllAxisServicesBuilder. populateAllServices()Public method to access the wsdl 2.0 file and create a List of AxisService objects.AxisServiceWSDL11ToAxisServiceBuilder. populateService()Populates a given service.AxisServiceWSDL20ToAxisServiceBuilder. populateService()abstract AxisServiceWSDLToAxisServiceBuilder. populateService()voidAxisService. printSchema(OutputStream out)Prints the schema to the given output stream.voidAxisService. printUserWSDL(OutputStream out, String wsdlName)voidAxisService. printUserWSDL(OutputStream out, String wsdlName, String ip)Prints the user WSDL.voidAxisService. printUserWSDL2(OutputStream out, String wsdlName, String ip)voidAxisService. printWSDL(OutputStream out)Print the WSDL with a default URL.voidAxisService. printWSDL(OutputStream out, String requestIP)Produces a WSDL for this AxisService and prints it to the specified OutputStream.voidAxisService. printWSDL2(OutputStream out)Print the WSDL2.0 with a default URL.voidAxisService. printWSDL2(OutputStream out, String requestIP)Prints WSDL2.0 data for the service with the given host IP address.intAxisService. printWSDL2(OutputStream out, String requestIP, String wsdl)Produces a WSDL2 for this AxisService and prints it to the specified OutputStream.voidAxisOperation. registerMessageContext(MessageContext msgContext, OperationContext operationContext)voidAxisOperation. registerOperationContext(MessageContext msgContext, OperationContext operationContext)voidAxisDescription. removeParameter(Parameter param)voidAxisModule. removeParameter(Parameter param)voidHandlerDescription. removeParameter(Parameter param)voidModuleConfiguration. removeParameter(Parameter param)voidParameterInclude. removeParameter(Parameter param)voidParameterIncludeImpl. removeParameter(Parameter param)voidTransportInDescription. removeParameter(Parameter param)voidTransportOutDescription. removeParameter(Parameter param)voidAxisServiceGroup. removeService(String name)protected voidWSDL20ToAxisServiceBuilder. setup()contains all code which gathers non-wsdlService specific information from the wsdl. -
Uses of AxisFault in org.apache.axis2.dispatchers
Methods in org.apache.axis2.dispatchers that throw AxisFault Modifier and Type Method Description abstract AxisOperationAbstractOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)Called by Axis Engine to find the operation.AxisOperationActionBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationAddressingBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationHTTPLocationBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRelatesToBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRequestURIBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRequestURIBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRequestURIOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationSOAPActionBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationSOAPMessageBodyBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationSOAPMessageBodyBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)abstract AxisServiceAbstractServiceDispatcher. findService(MessageContext messageContext)Called by Axis Engine to find the service.AxisServiceAddressingBasedDispatcher. findService(MessageContext messageContext)AxisServiceHTTPLocationBasedDispatcher. findService(MessageContext messageContext)AxisServiceRelatesToBasedServiceDispatcher. findService(MessageContext messageContext)AxisServiceRequestURIBasedDispatcher. findService(MessageContext messageContext)AxisServiceRequestURIBasedServiceDispatcher. findService(MessageContext messageContext)AxisServiceRequestURIOperationDispatcher. findService(MessageContext messageContext)AxisServiceSOAPActionBasedDispatcher. findService(MessageContext messageContext)AxisServiceSOAPMessageBodyBasedDispatcher. findService(MessageContext messageContext)AxisServiceSOAPMessageBodyBasedServiceDispatcher. findService(MessageContext messageContext)Handler.InvocationResponseAbstractOperationDispatcher. invoke(MessageContext msgctx)Handler.InvocationResponseAbstractServiceDispatcher. invoke(MessageContext msgctx)Handler.InvocationResponseAddressingBasedDispatcher. invoke(MessageContext msgctx) -
Uses of AxisFault in org.apache.axis2.engine
Methods in org.apache.axis2.engine that throw AxisFault Modifier and Type Method Description voidListenerManager. addListener(TransportInDescription trsIn, boolean started)Adds the listener described in the providedTransportInDescription.voidAxisConfiguration. addModule(AxisModule module)Add an available Module to this configurationvoidAxisConfiguration. addService(AxisService service)Add an AxisService to our global configuration.voidAxisConfiguration. addServiceGroup(AxisServiceGroup axisServiceGroup)voidAxisConfiguration. addServiceToExistingServiceGroup(AxisService axisService, String serviceGroupName)This method is used to add a service to an existing active service group in the axis configurationvoidAxisConfiguration. addToAllServicesMap(AxisService axisService)voidAxisConfiguration. addTransportIn(TransportInDescription transport)Add an incoming transport description (i.e.voidAxisConfiguration. addTransportOut(TransportOutDescription transport)Add an outgoing transport description (i.e.voidDispatchPhase. checkPostConditions(MessageContext msgContext)voidPhase. checkPostConditions(MessageContext msgContext)Confirm that all post-conditions of this Phase are met.voidPhase. checkPreconditions(MessageContext msgContext)Check the preconditions for a Phase.protected ConfigurationContextAxisServer. createDefaultConfigurationContext()Users extending this class can override this method to supply a custom ConfigurationContextvoidAxisServer. deployService(String serviceClassName)Will make Java class into a web servicevoidListenerManager. destroy()voidAxisConfiguration. engageGlobalModules()Engage all the previously added global modules.voidAxisConfigurator. engageGlobalModules()Engages the global modules specified in the configurationvoidAxisConfiguration. engageModule(String moduleref)Engages the default module version corresponding to given module name , or if the module name contains version number in it then it will engage the correct module.voidAxisConfiguration. engageModule(String moduleName, String versionID)Engages a module using given name and its version ID.abstract AxisOperationAbstractDispatcher. findOperation(AxisService service, MessageContext messageContext)Called by Axis Engine to find the operation.abstract AxisServiceAbstractDispatcher. findService(MessageContext messageContext)Called by Axis Engine to find the service.AxisConfigurationAxisConfigurator. getAxisConfiguration()Configurationcontextfactory will invoke this method to get the AxisConfigurationConfigurationContextAxisServer. getConfigurationContext()Creates a default configuration context if one is not set already via setConfigurationContextEndpointReferenceListenerManager. getEPRforService(String serviceName, String opName, String transportName)To get an EPR for a given serviceObjectDefaultObjectSupplier. getObject(Class clazz)ObjectObjectSupplier. getObject(Class clazz)If someone want to write service impl class with interface being there method parameter , then at the time of deserilization this method will provide the impl class for that interface.AxisServiceAxisConfiguration. getService(String name)Method getService.static voidDependencyManager. initService(ServiceGroupContext serviceGroupContext)To init all the services in application scopestatic voidDependencyManager. initServiceObject(Object obj, ServiceContext serviceContext)Initialize a new service object.voidAxisConfiguration. insertPhase(Deployable d, int flow)This method can be used to insert a phase at the runtime for a given location And the relative location can be specified by beforePhase and afterPhase.Handler.InvocationResponseAbstractDispatcher. invoke(MessageContext msgctx)Handler.InvocationResponseHandler. invoke(MessageContext msgContext)This method will be called on each registered handler when a message needs to be processed.Handler.InvocationResponsePhase. invoke(MessageContext msgctx)Invoke all the handlers in this Phaseprotected static ObjectDependencyManager. makeNewServiceObject(AxisService service)voidAxisConfiguration. onDisengage(AxisModule module)To dis-engage a module from the system.voidAxisConfiguration. onEngage(AxisModule module, AxisDescription engager)intPingable. ping()static Handler.InvocationResponseAxisEngine. receive(MessageContext msgContext)This methods represents the inflow of the Axis, this could be either at the server side or the client side.voidMessageReceiver. receive(MessageContext messageCtx)voidAxisConfiguration. removeService(String name)Remove a service.AxisServiceGroupAxisConfiguration. removeServiceGroup(String serviceGroupName)static Handler.InvocationResponseAxisEngine. resume(MessageContext msgctx)Resume processing of a message.static Handler.InvocationResponseAxisEngine. resumeReceive(MessageContext msgContext)If the msgConetext is puased and try to invoke then first invoke the phase list and after the message receiverstatic Handler.InvocationResponseAxisEngine. resumeSend(MessageContext msgContext)To resume the invocation at the send path , this is neened since it is require to call TransportSender at the endstatic voidAxisEngine. resumeSendFault(MessageContext msgContext)here we assume that it is resume from an operation level handlerstatic voidAxisEngine. send(MessageContext msgContext)This methods represents the outflow of the Axis, this could be either at the server side or the client side.static voidAxisEngine. sendFault(MessageContext msgContext)Sends the SOAP Fault to another SOAP node.protected voidAxisServer. start()Will create a configuration context from the avialable data and then it will start the listener managervoidAxisConfiguration. startService(String serviceName)voidAxisServer. stop()Stop the server, automatically terminates the listener manager as well.voidListenerManager. stop()Stop all the transports and notify modules of shutdown.voidAxisConfiguration. stopService(String serviceName) -
Uses of AxisFault in org.apache.axis2.handlers
Methods in org.apache.axis2.handlers that throw AxisFault Modifier and Type Method Description abstract Handler.InvocationResponseAbstractTemplatedHandler. doInvoke(MessageContext msgCtx)This should implement the actual handler invocation logic.Handler.InvocationResponseAbstractTemplatedHandler. invoke(MessageContext msgContext)Implements the separation of the conditional check and the actual logicabstract booleanAbstractTemplatedHandler. shouldInvoke(MessageContext msgCtx)This method should implement the conditional check of the handler to decide whether this particular message needs to be handled by me -
Uses of AxisFault in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type AxisFault Modifier and Type Method Description voidRequestResponseTransport. signalFaultReady(AxisFault fault)This will tell the transport to end a current wait by raising the given fault.Methods in org.apache.axis2.kernel that throw AxisFault Modifier and Type Method Description voidRequestResponseTransport. acknowledgeMessage(MessageContext msgContext)Notify the transport that a message should be acknowledged at this time.voidRequestResponseTransport. awaitResponse()Pause execution and wait for a response message to be ready.voidTransportSender. cleanup(MessageContext msgContext)Release resources associated with a given message context.static org.apache.axiom.om.OMElementTransportUtils. createDocumentElement(String contentType, Builder builder, MessageContext msgContext, InputStream inStream)static org.apache.axiom.om.OMElementTransportUtils. createDocumentElement(String contentType, MessageContext msgContext, InputStream inStream)static org.apache.axiom.soap.SOAPEnvelopeTransportUtils. createSOAPMessage(MessageContext msgContext)static org.apache.axiom.soap.SOAPEnvelopeTransportUtils. createSOAPMessage(MessageContext msgContext, boolean detach)This method will create a SOAPEnvelope based on the InputStream stored on the MessageContext.static org.apache.axiom.soap.SOAPEnvelopeTransportUtils. createSOAPMessage(MessageContext msgContext, InputStream inStream, String contentType)Objective of this method is to capture the SOAPEnvelope creation logic and make it a common for all the transports and to in/out flows.static org.apache.axiom.soap.SOAPEnvelopeTransportUtils. createSOAPMessage(MessageContext msgContext, InputStream inStream, String contentType, Builder builder)Objective of this method is to capture the SOAPEnvelope creation logic and make it a common for all the transports and to in/out flows.static voidTransportUtils. detachInputStream(MessageContext msgContext)Prepare the message in the given message context so that the underlying input stream can be closed.EndpointReference[]TransportListener. getEPRsForService(String serviceName, String ip)Get the endpoint references for a given service.URLMessageFormatter. getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL)Some message formats may want to alter the target url.voidTransportListener. init(ConfigurationContext axisConf, TransportInDescription transprtIn)voidTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)InitializevoidTransportListener. start()voidTransportListener. stop()static voidTransportUtils. writeMessage(MessageContext msgContext, OutputStream out)voidMessageFormatter. writeTo(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve)To support deffered writing transports as in http chunking.. -
Uses of AxisFault in org.apache.axis2.kernel.http
Methods in org.apache.axis2.kernel.http that throw AxisFault Modifier and Type Method Description URLApplicationXMLFormatter. getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL)URLMultipartFormDataFormatter. getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL)Some message formats may want to alter the target url.URLSOAPMessageFormatter. getTargetAddress(MessageContext msgCtxt, org.apache.axiom.om.OMOutputFormat format, URL targetURL)URLXFormURLEncodedFormatter. getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL)voidApplicationXMLFormatter. writeTo(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve)voidMultipartFormDataFormatter. writeTo(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve)voidSOAPMessageFormatter. writeTo(MessageContext msgCtxt, org.apache.axiom.om.OMOutputFormat format, OutputStream out, boolean preserve)voidXFormURLEncodedFormatter. writeTo(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve) -
Uses of AxisFault in org.apache.axis2.kernel.http.util
Methods in org.apache.axis2.kernel.http.util that throw AxisFault Modifier and Type Method Description static URLURLTemplatingUtil. appendQueryParameters(MessageContext messageContext, URL url)Appends Query parameters to the URLstatic URLURLTemplatingUtil. getTemplatedURL(URL targetURL, MessageContext messageContext, boolean detach)Returns the templated URL given the original URL -
Uses of AxisFault in org.apache.axis2.modules
Methods in org.apache.axis2.modules that throw AxisFault Modifier and Type Method Description voidModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)Evaluates specified policy for the specified AxisDescription.voidModule. engageNotify(AxisDescription axisDescription)When engaging this module to some service or operation , module will be notify by calling this method there module author can validate , add policy and do any thing that he want , and he can refuse the engage as wellvoidModule. init(ConfigurationContext configContext, AxisModule module)voidModule. shutdown(ConfigurationContext configurationContext) -
Uses of AxisFault in org.apache.axis2.phaseresolver
Subclasses of AxisFault in org.apache.axis2.phaseresolver Modifier and Type Class Description classPhaseExceptionClass PhaseException -
Uses of AxisFault in org.apache.axis2.receivers
Methods in org.apache.axis2.receivers with parameters of type AxisFault Modifier and Type Method Description voidServerCallback. handleFault(AxisFault fault)Methods in org.apache.axis2.receivers that throw AxisFault Modifier and Type Method Description org.apache.axiom.soap.SOAPFactoryAbstractMessageReceiver. getSOAPFactory(MessageContext msgContext)protected ObjectAbstractMessageReceiver. getTheImplementationObject(MessageContext msgContext)Retrieve the implementation object.voidServerCallback. handleFault(AxisFault fault)voidServerCallback. handleResult(MessageContext result)voidAbstractInOutMessageReceiver. invokeBusinessLogic(MessageContext msgContext)abstract voidAbstractInOutMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)protected abstract voidAbstractMessageReceiver. invokeBusinessLogic(MessageContext messageCtx)Do the actual work of the MessageReceiver.voidRawXMLINOnlyMessageReceiver. invokeBusinessLogic(MessageContext msgContext)Invokes the business logic invocation on the service implementation classvoidRawXMLINOutMessageReceiver. invokeBusinessLogic(MessageContext msgContext)voidRawXMLINOutMessageReceiver. invokeBusinessLogic(MessageContext msgContext, MessageContext newmsgContext)Invokes the bussiness logic invocation on the service implementation classprotected ObjectAbstractMessageReceiver. makeNewServiceObject(MessageContext msgContext)Create a new service object.voidAbstractMessageReceiver. receive(MessageContext messageCtx) -
Uses of AxisFault in org.apache.axis2.service
Methods in org.apache.axis2.service that throw AxisFault Modifier and Type Method Description voidLifecycle. init(ServiceContext context)init() is called when a new instance of the implementing class has been created. -
Uses of AxisFault in org.apache.axis2.transaction
Methods in org.apache.axis2.transaction that throw AxisFault Modifier and Type Method Description TransactionManagerTransactionConfiguration. getTransactionManager()UserTransactionTransactionConfiguration. getUserTransaction() -
Uses of AxisFault in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisFault Modifier and Type Method Description static AxisFaultUtils. getInboundFaultFromMessageContext(MessageContext messageContext)Get an AxisFault object to represent the SOAPFault in the SOAPEnvelope attached to the provided MessageContext.Methods in org.apache.axis2.util that throw AxisFault Modifier and Type Method Description voidCallbackReceiver. addCallback(String msgID, AxisCallback callback)static voidThreadContextMigratorUtil. addThreadContextMigrator(ConfigurationContext configurationContext, String threadContextMigratorListID, ThreadContextMigrator migrator)Register a new ThreadContextMigrator.static voidThreadContextMigratorUtil. addThreadContextMigrator(AxisConfiguration axisConfiguration, String threadContextMigratorListID, ThreadContextMigrator migrator)Register a new ThreadContextMigrator.static StringWSDL20Util. applyURITemplating(MessageContext messageContext, String rawURLString, boolean detach)This method is used to resolve httplocation property.static booleanUtils. checkVersion(Version module1version, Version module2version)- if he trying to engage the same module then method will returen false - else it will return truestatic MessageContextMessageContextBuilder. createFaultMessageContext(MessageContext processingContext, Throwable e)This method is called to handle any error that occurs at inflow or outflow.static MessageContextMessageContextBuilder. createOutMessageContext(MessageContext inMessageContext)Creates a MessageContext for use with a non-fault response based on an request MessageContextstatic ObjectUtils. createServiceObject(AxisService service)Create a service object for a given service.static AxisServiceUtils. createSimpleInOnlyService(QName serviceName, MessageReceiver messageReceiver, QName opName)static AxisServiceUtils. createSimpleService(QName serviceName, String className, QName opName)static AxisServiceUtils. createSimpleService(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)static AxisServiceUtils. createSimpleServiceforClient(QName serviceName, String className, QName opName)static AxisServiceUtils. createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)static ServiceContextUtils. fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)static BuilderMessageProcessorSelector. getMessageBuilder(String type, MessageContext msgContext)Initial work for a builder selector which selects the builder for a given message format based on the the content type of the recieved message.static MessageFormatterMessageProcessorSelector. getMessageFormatter(MessageContext msgContext)Initial work for a builder selector which selects the builder for a given message format based on the the content type of the recieved message.static Class<?>Utils. getServiceClass(AxisService service)Get the service class for a given service.voidThreadContextMigrator. migrateContextToThread(MessageContext messageContext)This method will be invoked when the processing of the message is guaranteed to be on the thread of execution that will be used in user space.voidThreadContextMigrator. migrateThreadToContext(MessageContext messageContext)This method will be invoked when the processing of the message is guaranteed to still be on the thread of execution that was used in user space.static voidThreadContextMigratorUtil. performMigrationToContext(String threadContextMigratorListID, MessageContext msgContext)Activate any registered ThreadContextMigrators to move info from the thread of execution into the context.static voidThreadContextMigratorUtil. performMigrationToThread(String threadContextMigratorListID, MessageContext msgContext)Activate any registered ThreadContextMigrators to move context info to the thread of execution.voidCallbackReceiver. receive(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis2.util.threadpool
Methods in org.apache.axis2.util.threadpool that throw AxisFault Modifier and Type Method Description voidThreadPool. 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.
-