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 AxisFault
AxisFault. makeFault(Throwable e)
Make an AxisFault based on a passed Exception.Methods in org.apache.axis2 that throw AxisFault Modifier and Type Method Description Object
ServiceObjectSupplier. 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 EndpointReference
EndpointReferenceHelper. fromOM(OMElement eprOMElement)
Populates an endpoint reference based on theOMElement
that is passed in.static String
EndpointReferenceHelper. fromOM(EndpointReference epr, OMElement eprOMElement)
Populates an endpoint reference based on theOMElement
.static void
EndpointReferenceHelper. fromOM(EndpointReference epr, OMElement eprOMElement, String addressingNamespace)
Populates an endpoint reference based on theOMElement
and WS-Addressing namespace that is passed in.static EndpointReference
EndpointReferenceHelper. fromString(String eprString)
Populates an endpoint reference based on theString
that is passed in.static InterfaceName
EndpointReferenceHelper. getInterfaceNameMetadata(EndpointReference epr, String addressingNamespace)
Retrieves the WS-Addressing EPR PortType, or InterfaceName, element from an EPR, as appropriate.static ServiceName
EndpointReferenceHelper. getServiceNameMetadata(EndpointReference epr, String addressingNamespace)
Retrieves the WS-Addressing EPR ServiceName element from an EPR.static WSDLLocation
EndpointReferenceHelper. getWSDLLocationMetadata(EndpointReference epr, String addressingNamespace)
Retrieves the wsdli:wsdlLocation attribute from an EPR.static void
EndpointReferenceHelper. setInterfaceNameMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, InterfaceName interfaceName)
Adds an instance ofInterfaceName
as metadata to the specified EPR.static void
EndpointReferenceHelper. setServiceNameMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, ServiceName serviceName)
Adds an instance ofServiceName
as metadata to the specified EPR.static void
EndpointReferenceHelper. setWSDLLocationMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, WSDLLocation wsdlLocation)
Adds an instance ofWSDLLocation
as metadata to the specified EPR.static OMElement
EndpointReferenceHelper. toOM(OMFactory factory, EndpointReference epr, QName qname, String addressingNamespace)
Creates anOMElement
based on the properties of the endpoint reference.static void
AddressingFaultsHelper. triggerActionMismatchFault(MessageContext messageContext, String soapAction, String wsaAction)
static void
AddressingFaultsHelper. triggerActionNotSupportedFault(MessageContext messageContext, String problemAction)
static void
AddressingFaultsHelper. triggerDestinationUnreachableFault(MessageContext messageContext, String address)
static void
AddressingFaultsHelper. triggerInvalidCardinalityFault(MessageContext messageContext, String incorrectHeaderName)
static void
AddressingFaultsHelper. triggerInvalidEPRFault(MessageContext messageContext, String incorrectHeaderName)
static void
AddressingFaultsHelper. triggerMessageAddressingRequiredFault(MessageContext messageContext, String missingHeaderName)
static void
AddressingFaultsHelper. triggerMissingAddressInEPRFault(MessageContext messageContext, String incorrectHeaderName)
static void
AddressingFaultsHelper. triggerOnlyAnonymousAddressSupportedFault(MessageContext messageContext, String incorrectHeaderName)
static void
AddressingFaultsHelper. 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 void
InterfaceName. fromOM(OMElement omElement)
Convenience method to extract metadata from an element.void
ServiceName. fromOM(OMElement omElement)
Convenience method to extract metadata from the ServiceName element.void
WSDLLocation. fromOM(OMAttribute omAttribute)
Convenience method for converting an OMAttribute to an instance of either of these types.OMElement
InterfaceName. toOM(OMFactory fac, QName qname)
Convenience method to convert objects of this type to anOMElement
so that it can be added to anEndpointReference
OMElement
ServiceName. toOM(OMFactory factory, QName qname)
Convenience method to convert objects of this type to anOMElement
so 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 SOAPEnvelope
BuilderUtil. buildsoapMessage(MessageContext messageContext, MultipleEntryHashMap requestParameterMap, SOAPFactory soapFactory)
protected void
XFormURLEncodedBuilder. extractParametersFromRequest(MultipleEntryHashMap parameterMap, String query, String queryParamSeparator, String charsetEncoding, InputStream inputStream)
protected String
XFormURLEncodedBuilder. extractParametersUsingHttpLocation(String templatedPath, MultipleEntryHashMap parameterMap, String requestURL, String queryParameterSeparator)
Here is what I will try to do here.static Builder
BuilderUtil. getBuilderFromSelector(String type, MessageContext msgContext)
Deprecated.OMElement
ApplicationXMLBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
OMElement
Builder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
Process a message.OMElement
DataSourceBuilder. processDocument(InputStream inputStream, String contentType, MessageContext msgContext)
OMElement
MIMEBuilder. processDocument(InputStream inputStream, String contentType, MessageContext msgContext)
OMElement
MTOMBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
OMElement
MultipartFormDataBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
OMElement
SOAPBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
OMElement
XFormURLEncodedBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
OMElement
MIMEAwareBuilder. processMIMEMessage(Attachments attachments, String contentType, MessageContext messageContext)
Process a MIME multipart message and initialize the message context.OMElement
MTOMBuilder. processMIMEMessage(Attachments attachments, String contentType, MessageContext messageContext)
OMElement
SOAPBuilder. processMIMEMessage(Attachments attachments, String contentType, MessageContext messageContext)
static void
BuilderUtil. 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 OMElement
UnknownContentBuilder. 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 void
OperationClient. addMessageContext(MessageContext messageContext)
Add a message context to the client for processing.void
ServiceClient. addStringHeader(QName headerName, String headerText)
Add a simple header containing some text to be sent with interactions.void
ServiceClient. cleanup()
Clean up configuration created with this client.void
Stub. cleanup()
Cleanup associated resources.void
ServiceClient. cleanupTransport()
Release resources allocated by the transport during the last service invocation.void
OperationClient. complete(MessageContext msgCtxt)
To close the transport if necessary , can call this method.void
WSDLBasedPolicyProcessor. configureOperationPolices(AxisOperation op)
void
WSDLBasedPolicyProcessor. configureServicePolices(AxisService axisService)
OperationClient
ServiceClient. createClient(QName operationQName)
Create an operation client with the appropriate message exchange pattern (MEP).void
ServiceClient. engageModule(String moduleName)
Engage a module for this service client.void
OperationClient. execute(boolean block)
Execute the MEP.abstract void
OperationClient. executeImpl(boolean block)
Execute the MEP.void
ServiceClient. fireAndForget(QName operation, OMElement elem)
Directly invoke a named operation with an In-Only MEP.void
ServiceClient. fireAndForget(OMElement elem)
Directly invoke an anonymous operation with an In-Only MEP.abstract MessageContext
OperationClient. getMessageContext(String messageLabel)
Return a message from the client - will return null if the requested message is not available.EndpointReference
ServiceClient. getMyEPR(String transport)
Get the endpoint reference for this client using a particular transport.protected void
OperationClient. prepareMessageContext(ConfigurationContext configurationContext, MessageContext mc)
prepareMessageContext gets a fresh new MessageContext ready to be sent.void
OperationClient. reset()
Reset the operation client to a clean status after the MEP has completed.OMElement
ServiceClient. sendReceive(QName operationQName, OMElement xmlPayload)
Directly invoke a named operationQName with an In-Out MEP.OMElement
ServiceClient. sendReceive(OMElement elem)
Directly invoke an anonymous operation with an In-Out MEP.void
ServiceClient. sendReceiveNonBlocking(QName operation, OMElement elem, AxisCallback callback)
Directly invoke a named operation with an In-Out MEP without waiting for a response.void
ServiceClient. sendReceiveNonBlocking(OMElement elem, AxisCallback callback)
Directly invoke an anonymous operation with an In-Out MEP without waiting for a response.void
ServiceClient. sendRobust(QName operation, OMElement elem)
Directly invoke a named operation with a Robust In-Only MEP.void
ServiceClient. sendRobust(OMElement elem)
Directly invoke an anonymous operation with a Robust In-Only MEP.void
ServiceClient. setAxisService(AxisService axisService)
Configure the ServiceClient to interact with the Web service described by the specified AxisService object.void
Options. 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 class
ClusteringFault
Methods in org.apache.axis2.clustering that throw AxisFault Modifier and Type Method Description Handler.InvocationResponse
RequestBlockingHandler. invoke(MessageContext msgContext)
-
Uses of AxisFault in org.apache.axis2.clustering.management
Methods in org.apache.axis2.clustering.management that throw AxisFault Modifier and Type Method Description void
DefaultNodeManager. addParameter(Parameter param)
void
DefaultNodeManager. deserializeParameters(OMElement parameterElement)
void
DefaultNodeManager. removeParameter(Parameter param)
-
Uses of AxisFault in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state that throw AxisFault Modifier and Type Method Description void
DefaultStateManager. addParameter(Parameter param)
void
DefaultStateManager. deserializeParameters(OMElement parameterElement)
void
DefaultStateManager. removeParameter(Parameter param)
-
Uses of AxisFault in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes that throw AxisFault Modifier and Type Method Description void
TribesAxisObserver. addParameter(Parameter parameter)
void
TribesClusteringAgent. addParameter(Parameter param)
void
TribesAxisObserver. deserializeParameters(OMElement omElement)
void
TribesClusteringAgent. deserializeParameters(OMElement parameterElement)
void
TribesAxisObserver. removeParameter(Parameter parameter)
void
TribesClusteringAgent. removeParameter(Parameter param)
-
Uses of AxisFault in org.apache.axis2.context
Methods in org.apache.axis2.context that throw AxisFault Modifier and Type Method Description void
OperationContext. addMessageContext(MessageContext msgContext)
When a new message is added to theMEPContext
the logic should be included remove the MEPContext from the table in theEngineContext
.static ConfigurationContext
ConfigurationContextFactory. createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirement.static ConfigurationContext
ConfigurationContextFactory. createConfigurationContextFromFileSystem(String path)
static ConfigurationContext
ConfigurationContextFactory. 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 ConfigurationContext
ConfigurationContextFactory. createConfigurationContextFromURIs(URL axis2xml, URL repositoy)
static ConfigurationContext
ConfigurationContextFactory. createEmptyConfigurationContext()
creates an empty configuration context.static OperationContext
OperationContextFactory. createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
void
ConfigurationContext. deployService(AxisService service)
Deploy a service to the embedded AxisConfiguration, and initialize it.void
ConfigurationContext. fillServiceContextAndServiceGroupContext(MessageContext messageContext)
Searches for a ServiceGroupContext in the map with given id as the key.void
AbstractContext. flush()
MessageContext
OperationContext. getMessageContext(String messageLabel)
Get the message context identified by a given label.EndpointReference
ServiceContext. 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 serviceServiceContext
ServiceGroupContext. getServiceContext(AxisService service)
Gets a service context.ServiceGroupContext
ConfigurationContext. getServiceGroupContextFromSoapSessionTable(String serviceGroupContextId, MessageContext msgContext)
Retrieve the ServiceGroupContext from the SOAP session tablevoid
SessionContext. init(AxisConfiguration axisConfiguration)
void
ConfigurationContext. initCluster()
Initializes the ClusterManager for this ConfigurationContextvoid
OperationContext. removeMessageContext(String label)
Remove the indicated message context.void
MessageContext. setEnvelope(SOAPEnvelope envelope)
void
ConfigurationContext. setThreadPool(ThreadFactory pool)
Sets the thread factory.void
ConfigurationContext. shutdownModulesAndServices()
Called during shutdown to clean up all Contextsvoid
ConfigurationContext. terminate()
Invoked during shutdown to stop the ListenerManager and perform configuration cleanup -
Uses of AxisFault in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils that throw AxisFault Modifier and Type Method Description static Object
BeanUtil. deserialize(Class beanClass, OMElement beanElement, MultirefHelper helper, ObjectSupplier objectSupplier)
static Object
BeanUtil. deserialize(Class beanClass, OMElement beanElement, ObjectSupplier objectSupplier, String arrayLocalName)
static Object[]
BeanUtil. deserialize(OMElement response, Object[] javaTypes, ObjectSupplier objectSupplier)
To get JavaObjects from XML element , the element most of the time contains only one element in that case that element will be converted to the JavaType specified by the javaTypes array The algo is as follows, get the childerns of the response element , and if it conatian more than one element then check the retuen type of that element and conver that to corresponding JavaTypestatic Object[]
BeanUtil. deserialize(OMElement response, Object[] javaTypes, ObjectSupplier objectSupplier, String[] parameterNames, Method method)
static OMElement
MultirefHelper. getClonedOMElement(OMElement omElement, OMFactory omFactory)
returns an cloned om element for this OMElementOMElement
MultirefHelper. processElementforRefs(OMElement elemnts)
static Object
BeanUtil. processEnumObject(Class classType, OMElement omElement)
static Collection<Object>
BeanUtil. processGenericCollection(OMElement omElement, Type generictype, MultirefHelper helper, ObjectSupplier objectSupplier)
Process generic collection.static Collection<Object>
BeanUtil. processGenericCollection(OMElement omElement, OMElement[] toReturn, Type generictype, MultirefHelper helper, ObjectSupplier objectSupplier, Iterator parts, boolean bare)
Process collection.static Map<Object,Object>
BeanUtil. processGenericsMapElement(Type[] parameterArgTypes, OMElement omElement, MultirefHelper helper, Iterator parts, ObjectSupplier objectSupplier, Type genericType)
This method deserialize OM model in to a instance of java.util.Mapstatic void
MultirefHelper. processHrefAttributes(Map idAndOMElementMap, OMElement elementToProcess, OMFactory omFactory)
static void
MultirefHelper. processHrefAttributes(SOAPEnvelope soapEnvelope)
this method is used to process the href attributes which may comes with the incomming soap mesaagethe real argument blue static Object
BeanUtil. processObject(OMElement omElement, Class classType, MultirefHelper helper, boolean isArrayType, ObjectSupplier objectSupplier, Type generictype)
OMElement
MultirefHelper. processOMElementRef(String id)
Object
MultirefHelper. processRef(Class javatype, Type generictype, String id, ObjectSupplier objectSupplier)
Object
MultirefHelper. processRef(Class javatype, String id, ObjectSupplier objectSupplier)
-
Uses of AxisFault in org.apache.axis2.dataretrieval
Subclasses of AxisFault in org.apache.axis2.dataretrieval Modifier and Type Class Description class
DataRetrievalException
Exception class for reporting Data Retrieval problemsMethods in org.apache.axis2.dataretrieval that throw AxisFault Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchema
SchemaSupplier. getSchema(AxisService service, String xsd)
Object
WSDL11SupplierTemplate. getWSDL(AxisService service)
Object
WSDL20SupplierTemplate. getWSDL(AxisService service)
Object
WSDLSupplier. 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 OMElement
MexClient. 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 class
DeploymentException
Methods in org.apache.axis2.deployment that throw AxisFault Modifier and Type Method Description static void
DeploymentEngine. addNewModule(AxisModule modulemetadata, AxisConfiguration axisConfiguration)
static void
DeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
static AxisServiceGroup
DeploymentEngine. 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 AxisConfigvoid
FileSystemConfigurator. engageGlobalModules()
void
URLBasedAxisConfigurator. engageGlobalModules()
void
WarBasedAxisConfigurator. engageGlobalModules()
void
DeploymentEngine. engageModules()
Checks if the modules, referred by server.xml, exist or that they are deployed.protected static void
DeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)
AxisConfiguration
FileSystemConfigurator. getAxisConfiguration()
First create a Deployment engine, use that to create an AxisConfigurationAxisConfiguration
URLBasedAxisConfigurator. getAxisConfiguration()
AxisConfiguration
WarBasedAxisConfigurator. getAxisConfiguration()
Gets the axis configuration object by loading the repository.AxisModule
DeploymentEngine. getModule(String moduleName)
protected static boolean
DeploymentEngine. 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 AxisServiceGroup
DeploymentEngine. loadServiceGroup(File serviceFile, ConfigurationContext configCtx)
void
DeploymentLifeCycleListener. postDeploy(ConfigurationContext configurationContext)
calls after starting the configuration context to resume any activity.void
DeploymentLifeCycleListener. 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 OMElement
ArchiveReader. 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(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(OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)
void
DeploymentFileData. 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 void
Utils. addEndpointsToService(AxisService axisService)
static void
Utils. addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration)
static void
Utils. addFlowHandlers(Flow flow, ClassLoader clsLoader)
static void
Utils. deployModuleServices(AxisModule module, ConfigurationContext configCtx)
Modules can contain services in some cases.static AxisOperation
Utils. getAxisOperationForJmethod(Method method)
void
PhasesInfo. 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 void
AxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
void
InOnlyAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
void
OutOnlyAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
void
TwoChannelAxisOperation. addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
abstract void
AxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)
Adds a message context into an operation context.void
InOnlyAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)
void
InOutAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)
void
OutInAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)
void
OutOnlyAxisOperation. addMessageContext(MessageContext msgContext, OperationContext opContext)
void
AxisDescription. addParameter(String name, Object value)
void
AxisDescription. addParameter(Parameter param)
void
AxisModule. addParameter(Parameter param)
void
HandlerDescription. addParameter(Parameter param)
Add a Parametervoid
ModuleConfiguration. addParameter(Parameter param)
void
ParameterInclude. addParameter(Parameter param)
Method addParameter.void
TransportInDescription. addParameter(Parameter param)
Method addParameter.void
TransportOutDescription. addParameter(Parameter param)
Method addParameter.void
AxisServiceGroup. addService(AxisService service)
void
AxisBinding. applyPolicy()
void
AxisBindingMessage. applyPolicy()
void
AxisBindingOperation. applyPolicy()
void
AxisDescription. applyPolicy()
Applies the policies on the Description Hierarchy recursively.void
AxisDescription. applyPolicy(org.apache.neethi.Policy policy)
This method sets the policy as the default of this AxisDescription instance.void
AxisEndpoint. applyPolicy()
static AxisService
AxisService. 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 AxisService
AxisService. createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)
static AxisService
AxisService. 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 AxisService
AxisService. 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 AxisService
AxisService. 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 AxisService
AxisService. createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace, ClassLoader loader)
messageReceiverClassMap will hold the MessageReceivers for given meps.void
AxisDescription. deserializeParameters(OMElement parameterElement)
void
AxisModule. deserializeParameters(OMElement parameterElement)
void
HandlerDescription. deserializeParameters(OMElement parameterElement)
void
ModuleConfiguration. deserializeParameters(OMElement parameterElement)
void
ParameterInclude. deserializeParameters(OMElement parameterElement)
void
ParameterIncludeImpl. deserializeParameters(OMElement parameters)
Since at runtime it parameters may be modified to get the original state this method can be usedvoid
TransportInDescription. deserializeParameters(OMElement parameterElement)
void
TransportOutDescription. deserializeParameters(OMElement parameterElement)
void
AxisDescription. disengageModule(AxisModule module)
void
AxisBinding. engageModule(AxisModule axisModule)
void
AxisBindingMessage. engageModule(AxisModule axisModule)
void
AxisBindingOperation. engageModule(AxisModule axisModule)
void
AxisDescription. engageModule(AxisModule axisModule)
Engage a Module at this levelvoid
AxisDescription. engageModule(AxisModule axisModule, AxisDescription source)
Engage a Module at this level, keeping track of which level the engage was originally called from.void
AxisEndpoint. engageModule(AxisModule axisModule)
OperationContext
AxisOperation. findForExistingOperationContext(MessageContext msgContext)
Returns as existing OperationContext related to this message if one exists.OperationContext
AxisOperation. findOperationContext(MessageContext msgContext, ServiceContext serviceContext)
Finds an OperationContext for an incoming message.protected OMElement
AxisService2WSDL20. generateInterface(OMFactory omFactory)
OMElement
AxisService2WSDL20. generateInterfaceOperationElement(AxisOperation axisOperation, OMNamespace wsdl, OMNamespace tns, OMNamespace wsdlx, OMNamespace wrpc)
Generates the interface Operation element.protected OMElement
AxisService2WSDL20. generateService(OMFactory omFactory, OMElement descriptionElement, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11)
OMElement
AxisService2WSDL20. generateServiceElement(OMFactory omFactory, OMNamespace wsdl, OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, String serviceName)
Generates a default service elementOMElement
AxisService2WSDL20. generateServiceElement(OMFactory omFactory, OMNamespace wsdl, OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, String[] eprs, String serviceName)
Generates a default service elementprotected OMElement
AxisService2WSDL20. generateTypes(OMFactory omFactory)
static AxisOperation
AxisOperationFactory. 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.AxisDataLocator
AxisService. getDataLocator(LocatorType locatorType, String dialect)
AxisDataLocator
AxisService. getGlobalDataLocator(String dialect)
static AxisOperation
AxisOperationFactory. getOperationDescription(String mepURI)
AxisService
AxisServiceGroup. getService(String name)
static TransportInDescription
ClientUtils. inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
static TransportOutDescription
ClientUtils. inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)
protected void
AxisService2WSDL11. init()
protected void
AxisService2WSDL20. init()
protected AxisDataLocator
AxisService. loadDataLocator(String className)
protected void
AxisDescription. onDisengage(AxisModule module)
void
AxisService. onDisengage(AxisModule module)
void
AxisServiceGroup. onDisengage(AxisModule module)
protected void
AxisDescription. onEngage(AxisModule module, AxisDescription engager)
void
AxisMessage. onEngage(AxisModule axisModule, AxisDescription engager)
We do not support adding module operations when engaging a module to an AxisMessagevoid
AxisOperation. onEngage(AxisModule axisModule, AxisDescription engager)
This is called when a module is engaged on this operation.void
AxisService. onEngage(AxisModule axisModule, AxisDescription engager)
Engages a module.protected void
AxisServiceGroup. 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.AxisService
WSDL11ToAxisServiceBuilder. populateService()
Populates a given service.AxisService
WSDL20ToAxisServiceBuilder. populateService()
abstract AxisService
WSDLToAxisServiceBuilder. populateService()
void
AxisService. printSchema(OutputStream out)
Prints the schema to the given output stream.void
AxisService. printUserWSDL(OutputStream out, String wsdlName)
void
AxisService. printUserWSDL(OutputStream out, String wsdlName, String ip)
Prints the user WSDL.void
AxisService. printUserWSDL2(OutputStream out, String wsdlName, String ip)
void
AxisService. printWSDL(OutputStream out)
Print the WSDL with a default URL.void
AxisService. printWSDL(OutputStream out, String requestIP)
Produces a WSDL for this AxisService and prints it to the specified OutputStream.void
AxisService. printWSDL2(OutputStream out)
Print the WSDL2.0 with a default URL.void
AxisService. printWSDL2(OutputStream out, String requestIP)
Prints WSDL2.0 data for the service with the given host IP address.int
AxisService. printWSDL2(OutputStream out, String requestIP, String wsdl)
Produces a WSDL2 for this AxisService and prints it to the specified OutputStream.void
AxisOperation. registerMessageContext(MessageContext msgContext, OperationContext operationContext)
void
AxisOperation. registerOperationContext(MessageContext msgContext, OperationContext operationContext)
void
AxisDescription. removeParameter(Parameter param)
void
AxisModule. removeParameter(Parameter param)
void
HandlerDescription. removeParameter(Parameter param)
void
ModuleConfiguration. removeParameter(Parameter param)
void
ParameterInclude. removeParameter(Parameter param)
void
ParameterIncludeImpl. removeParameter(Parameter param)
void
TransportInDescription. removeParameter(Parameter param)
void
TransportOutDescription. removeParameter(Parameter param)
void
AxisServiceGroup. removeService(String name)
protected void
WSDL20ToAxisServiceBuilder. 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 AxisOperation
AbstractOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
Called by Axis Engine to find the operation.AxisOperation
ActionBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
AddressingBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
HTTPLocationBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RelatesToBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RequestURIBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RequestURIBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RequestURIOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
SOAPActionBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
SOAPMessageBodyBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
SOAPMessageBodyBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
abstract AxisService
AbstractServiceDispatcher. findService(MessageContext messageContext)
Called by Axis Engine to find the service.AxisService
AddressingBasedDispatcher. findService(MessageContext messageContext)
AxisService
HTTPLocationBasedDispatcher. findService(MessageContext messageContext)
AxisService
RelatesToBasedServiceDispatcher. findService(MessageContext messageContext)
AxisService
RequestURIBasedDispatcher. findService(MessageContext messageContext)
AxisService
RequestURIBasedServiceDispatcher. findService(MessageContext messageContext)
AxisService
RequestURIOperationDispatcher. findService(MessageContext messageContext)
AxisService
SOAPActionBasedDispatcher. findService(MessageContext messageContext)
AxisService
SOAPMessageBodyBasedDispatcher. findService(MessageContext messageContext)
AxisService
SOAPMessageBodyBasedServiceDispatcher. findService(MessageContext messageContext)
Handler.InvocationResponse
AbstractOperationDispatcher. invoke(MessageContext msgctx)
Handler.InvocationResponse
AbstractServiceDispatcher. invoke(MessageContext msgctx)
Handler.InvocationResponse
AddressingBasedDispatcher. 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 void
ListenerManager. addListener(TransportInDescription trsIn, boolean started)
Adds the listener described in the providedTransportInDescription
.void
AxisConfiguration. addModule(AxisModule module)
Add an available Module to this configurationvoid
AxisConfiguration. addService(AxisService service)
Add an AxisService to our global configuration.void
AxisConfiguration. addServiceGroup(AxisServiceGroup axisServiceGroup)
void
AxisConfiguration. addServiceToExistingServiceGroup(AxisService axisService, String serviceGroupName)
This method is used to add a service to an existing active service group in the axis configurationvoid
AxisConfiguration. addToAllServicesMap(AxisService axisService)
void
AxisConfiguration. addTransportIn(TransportInDescription transport)
Add an incoming transport description (i.e. receiver) to our configuration.void
AxisConfiguration. addTransportOut(TransportOutDescription transport)
Add an outgoing transport description (i.e. sender) to our configuration.void
DispatchPhase. checkPostConditions(MessageContext msgContext)
void
Phase. checkPostConditions(MessageContext msgContext)
Confirm that all post-conditions of this Phase are met.void
Phase. checkPreconditions(MessageContext msgContext)
Check the preconditions for a Phase.protected ConfigurationContext
AxisServer. createDefaultConfigurationContext()
Users extending this class can override this method to supply a custom ConfigurationContextvoid
AxisServer. deployService(String serviceClassName)
Will make Java class into a web servicevoid
ListenerManager. destroy()
void
AxisConfiguration. engageGlobalModules()
Engage all the previously added global modules.void
AxisConfigurator. engageGlobalModules()
Engages the global modules specified in the configurationvoid
AxisConfiguration. 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.void
AxisConfiguration. engageModule(String moduleName, String versionID)
Engages a module using given name and its version ID.abstract AxisOperation
AbstractDispatcher. findOperation(AxisService service, MessageContext messageContext)
Called by Axis Engine to find the operation.abstract AxisService
AbstractDispatcher. findService(MessageContext messageContext)
Called by Axis Engine to find the service.AxisConfiguration
AxisConfigurator. getAxisConfiguration()
Configurationcontextfactory will invoke this method to get the AxisConfigurationConfigurationContext
AxisServer. getConfigurationContext()
Creates a default configuration context if one is not set already via setConfigurationContextEndpointReference
ListenerManager. getEPRforService(String serviceName, String opName, String transportName)
To get an EPR for a given serviceObject
DefaultObjectSupplier. getObject(Class clazz)
Object
ObjectSupplier. 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.AxisService
AxisConfiguration. getService(String name)
Method getService.static void
DependencyManager. initService(ServiceGroupContext serviceGroupContext)
To init all the services in application scopestatic void
DependencyManager. initServiceObject(Object obj, ServiceContext serviceContext)
Initialize a new service object.void
AxisConfiguration. 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.InvocationResponse
AbstractDispatcher. invoke(MessageContext msgctx)
Handler.InvocationResponse
Handler. invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed.Handler.InvocationResponse
Phase. invoke(MessageContext msgctx)
Invoke all the handlers in this Phaseprotected static Object
DependencyManager. makeNewServiceObject(AxisService service)
void
AxisConfiguration. onDisengage(AxisModule module)
To dis-engage a module from the system.void
AxisConfiguration. onEngage(AxisModule module, AxisDescription engager)
int
Pingable. ping()
static Handler.InvocationResponse
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
MessageReceiver. receive(MessageContext messageCtx)
void
AxisConfiguration. removeService(String name)
Remove a service.AxisServiceGroup
AxisConfiguration. removeServiceGroup(String serviceGroupName)
static Handler.InvocationResponse
AxisEngine. resume(MessageContext msgctx)
Resume processing of a message.static Handler.InvocationResponse
AxisEngine. resumeReceive(MessageContext msgContext)
If the msgConetext is puased and try to invoke then first invoke the phase list and after the message receiverstatic Handler.InvocationResponse
AxisEngine. resumeSend(MessageContext msgContext)
To resume the invocation at the send path , this is neened since it is require to call TransportSender at the endstatic void
AxisEngine. resumeSendFault(MessageContext msgContext)
here we assume that it is resume from an operation level handlerstatic 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.static void
AxisEngine. sendFault(MessageContext msgContext)
Sends the SOAP Fault to another SOAP node.protected void
AxisServer. start()
Will create a configuration context from the avialable data and then it will start the listener managervoid
AxisConfiguration. startService(String serviceName)
void
AxisServer. stop()
Stop the server, automatically terminates the listener manager as well.void
ListenerManager. stop()
Stop all the transports and notify modules of shutdown.void
AxisConfiguration. stopService(String serviceName)
-
Uses of AxisFault in org.apache.axis2.extensions.spring.receivers
Methods in org.apache.axis2.extensions.spring.receivers that throw AxisFault Modifier and Type Method Description Object
SpringAppContextAwareObjectSupplier. getServiceObject(AxisService axisService)
Method getServiceObject used to get the spring beans from the spring application context for the given spring serviceObject
SpringServletContextObjectSupplier. getServiceObject(AxisService axisService)
Method getServiceObject that is Spring aware via ServletContext. -
Uses of AxisFault in org.apache.axis2.extensions.spring.util
Methods in org.apache.axis2.extensions.spring.util that throw AxisFault Modifier and Type Method Description static org.springframework.context.support.GenericApplicationContext
ApplicationContextUtil. getSpringApplicationContext(AxisService axisService)
Method to get the spring application context for a spring service. -
Uses of AxisFault in org.apache.axis2.fastinfoset
Methods in org.apache.axis2.fastinfoset that throw AxisFault Modifier and Type Method Description URL
FastInfosetMessageFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
Returns the target address to send the response FIXME This is very HTTP specific.URL
FastInfosetPOXMessageFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
Returns the target address to send the response FIXME This is very HTTP specific.OMElement
FastInfosetBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
Returns a OMElement handler to the document element of the Fast Infoset message.OMElement
FastInfosetPOXBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
Returns a OMElement handler to the document element of the Fast Infoset message.void
FastInfosetMessageFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
Write the SOAP envelop to the given OutputStream.void
FastInfosetPOXMessageFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
Write the SOAP envelop to the given OutputStream. -
Uses of AxisFault in org.apache.axis2.format
Methods in org.apache.axis2.format that throw AxisFault Modifier and Type Method Description DataSource
BinaryFormatter. getDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction)
DataSource
MessageFormatterEx. getDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction)
Get the formatted message as aDataSource
object.DataSource
MessageFormatterExAdapter. getDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction)
DataSource
PlainTextFormatter. getDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction)
URL
BinaryFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
URL
MessageFormatterExAdapter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
URL
PlainTextFormatter. getTargetAddress(MessageContext msgCtxt, OMOutputFormat format, URL targetURL)
OMElement
BinaryBuilder. processDocument(InputStream inputStream, String contentType, MessageContext msgContext)
OMElement
BinaryBuilder. processDocument(DataSource dataSource, String contentType, MessageContext msgContext)
OMElement
DataSourceMessageBuilder. processDocument(DataSource dataSource, String contentType, MessageContext messageContext)
OMElement
PlainTextBuilder. processDocument(InputStream inputStream, String contentType, MessageContext msgContext)
OMElement
PlainTextBuilder. processDocument(Reader reader, String contentType, MessageContext msgContext)
OMElement
PlainTextBuilder. processDocument(String content, String contentType, MessageContext msgContext)
OMElement
PlainTextBuilder. processDocument(DataSource dataSource, String contentType, MessageContext msgContext)
OMElement
TextMessageBuilder. processDocument(Reader reader, String contentType, MessageContext messageContext)
OMElement
TextMessageBuilder. processDocument(String content, String contentType, MessageContext messageContext)
OMElement
TextMessageBuilderAdapter. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
OMElement
TextMessageBuilderAdapter. processDocument(Reader reader, String contentType, MessageContext messageContext)
OMElement
TextMessageBuilderAdapter. processDocument(String content, String contentType, MessageContext messageContext)
void
BinaryFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
void
MessageFormatterExAdapter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
void
PlainTextFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
-
Uses of AxisFault in org.apache.axis2.handlers
Methods in org.apache.axis2.handlers that throw AxisFault Modifier and Type Method Description abstract Handler.InvocationResponse
AbstractTemplatedHandler. doInvoke(MessageContext msgCtx)
This should implement the actual handler invocation logic.Handler.InvocationResponse
AbstractTemplatedHandler. invoke(MessageContext msgContext)
Implements the separation of the conditional check and the actual logicabstract boolean
AbstractTemplatedHandler. 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.handlers.addressing
Methods in org.apache.axis2.handlers.addressing that throw AxisFault Modifier and Type Method Description void
Addressing. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
Handler.InvocationResponse
AddressingInHandler. doInvoke(MessageContext msgContext)
Handler.InvocationResponse
AddressingOutHandler. doInvoke(MessageContext msgContext)
void
Addressing. engageNotify(AxisDescription axisDescription)
void
Addressing. init(ConfigurationContext configContext, AxisModule module)
Handler.InvocationResponse
AddressingInFaultHandler. invoke(MessageContext msgContext)
Handler.InvocationResponse
AddressingValidationHandler. invoke(MessageContext msgContext)
boolean
AddressingInHandler. shouldInvoke(MessageContext msgContext)
boolean
AddressingOutHandler. shouldInvoke(MessageContext msgContext)
void
Addressing. shutdown(ConfigurationContext configurationContext)
-
Uses of AxisFault in org.apache.axis2.handlers.soapmonitor
Methods in org.apache.axis2.handlers.soapmonitor that throw AxisFault Modifier and Type Method Description void
SOAPMonitorModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
SOAPMonitorModule. engageNotify(AxisDescription axisDescription)
void
SOAPMonitorModule. init(ConfigurationContext configContext, AxisModule module)
Handler.InvocationResponse
SOAPMonitorHandler. invoke(MessageContext messageContext)
Process and SOAP messagevoid
SOAPMonitorModule. shutdown(ConfigurationContext configContext)
-
Uses of AxisFault in org.apache.axis2.jaxws.addressing.migrator
Methods in org.apache.axis2.jaxws.addressing.migrator that throw AxisFault Modifier and Type Method Description void
EndpointContextMapMigrator. migrateContextToThread(MessageContext messageContext)
void
EndpointContextMapMigrator. migrateThreadToContext(MessageContext messageContext)
-
Uses of AxisFault in org.apache.axis2.jaxws.client.dispatch
Methods in org.apache.axis2.jaxws.client.dispatch that throw AxisFault Modifier and Type Method Description Handler.InvocationResponse
DispatchOperationHandler. invoke(MessageContext msgContext)
-
Uses of AxisFault in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return AxisFault Modifier and Type Method Description AxisFault
MessageContext. getCausedByException()
Methods in org.apache.axis2.jaxws.core with parameters of type AxisFault Modifier and Type Method Description void
MessageContext. setCausedByException(AxisFault t)
-
Uses of AxisFault in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that throw AxisFault Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchema
JAXWSRIWSDLGenerator. getSchema(AxisService service, String xsd)
javax.wsdl.Definition
JAXWSRIWSDLGenerator. getWSDL(AxisService service)
-
Uses of AxisFault in org.apache.axis2.jaxws.dispatchers
Methods in org.apache.axis2.jaxws.dispatchers that throw AxisFault Modifier and Type Method Description Handler.InvocationResponse
MustUnderstandChecker. doInvoke(MessageContext msgContext)
AxisOperation
GenericProviderDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
MustUnderstandValidationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisService
GenericProviderDispatcher. findService(MessageContext messageContext)
AxisService
MustUnderstandValidationDispatcher. findService(MessageContext messageContext)
Handler.InvocationResponse
MustUnderstandValidationDispatcher. invoke(MessageContext msgctx)
boolean
MustUnderstandChecker. shouldInvoke(MessageContext msgContext)
-
Uses of AxisFault in org.apache.axis2.jaxws.framework
Methods in org.apache.axis2.jaxws.framework that throw AxisFault Modifier and Type Method Description protected AxisService
JAXWSDeployerSupport. createAxisService(ClassLoader classLoader, String className, URL serviceLocation)
Creates the axis service.protected AxisServiceGroup
JAXWSDeployerSupport. deployClasses(String groupName, URL location, ClassLoader classLoader, List<String> classList)
Deploy classes.protected HashMap<String,AxisService>
JAXWSDeployerSupport. deployClasses(URL location, ClassLoader classLoader, List<String> classList)
Deploy classes. -
Uses of AxisFault in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that throw AxisFault Modifier and Type Method Description static void
HandlerUtils. checkMustUnderstand(MessageContext msgContext, List<QName> understood, List<String> additionalRoles)
checkMustUnderstand will validate headers that where delegated by Axis Engine to MessageReceiver for mustUnderstand check. -
Uses of AxisFault in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util that throw AxisFault Modifier and Type Method Description static void
MessageUtils. putMessageOnMessageContext(Message message, MessageContext msgContext)
Put the JAX-WS Message onto the Axis2 MessageContext -
Uses of AxisFault in org.apache.axis2.jaxws.module
Methods in org.apache.axis2.jaxws.module that throw AxisFault Modifier and Type Method Description void
JAXWSModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
JAXWSModule. engageNotify(AxisDescription axisDescription)
void
JAXWSModule. init(ConfigurationContext configurationContext, AxisModule module)
void
JAXWSModule. shutdown(ConfigurationContext configurationContext)
-
Uses of AxisFault in org.apache.axis2.jaxws.server
Methods in org.apache.axis2.jaxws.server that throw AxisFault Modifier and Type Method Description protected boolean
EndpointController. handleRequest(EndpointInvocationContext eic)
EndpointInvocationContext
EndpointController. invoke(EndpointInvocationContext eic)
This method is used to start the JAX-WS invocation of a target endpoint.void
JAXWSMessageReceiver. receive(MessageContext axisRequestMsgCtx)
We should have already determined which AxisService we're targetting at this point. -
Uses of AxisFault in org.apache.axis2.jaxws.util
Methods in org.apache.axis2.jaxws.util that throw AxisFault Modifier and Type Method Description static void
WSDLExtensionValidatorUtil. addWSDLExtensionValidator(ConfigurationContext configurationContext, WSDLExtensionValidator validator)
Register a new WSDLExtensionValidatorstatic void
WSDLExtensionValidatorUtil. addWSDLExtensionValidator(AxisConfiguration axisConfiguration, WSDLExtensionValidator validator)
Register a new WSDLExtensionValidator. -
Uses of AxisFault in org.apache.axis2.jaxws.utility
Methods in org.apache.axis2.jaxws.utility that throw AxisFault Modifier and Type Method Description URL
DataSourceFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
void
DataSourceFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
-
Uses of AxisFault in org.apache.axis2.json
Methods in org.apache.axis2.json that throw AxisFault Modifier and Type Method Description URL
AbstractJSONMessageFormatter. getTargetAddress(MessageContext msgCtxt, OMOutputFormat format, URL targetURL)
OMElement
AbstractJSONOMBuilder. processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
gives the OMSourcedElement using the incoming JSON streamvoid
AbstractJSONMessageFormatter. writeTo(MessageContext msgCtxt, OMOutputFormat format, OutputStream out, boolean preserve)
Writes the JSON message to the output stream with the correct convention. -
Uses of AxisFault in org.apache.axis2.json.factory
Methods in org.apache.axis2.json.factory that throw AxisFault Modifier and Type Method Description XmlNode
XmlNodeGenerator. getMainXmlNode()
-
Uses of AxisFault in org.apache.axis2.json.gson
Methods in org.apache.axis2.json.gson that throw AxisFault Modifier and Type Method Description URL
JsonFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat omOutputFormat, URL url)
void
GsonXMLStreamReader. initXmlStreamReader(QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
Handler.InvocationResponse
JSONMessageHandler. invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed.OMElement
JsonBuilder. processDocument(InputStream inputStream, String s, MessageContext messageContext)
void
JsonFormatter. writeTo(MessageContext outMsgCtxt, OMOutputFormat omOutputFormat, OutputStream outputStream, boolean preserve)
Constructors in org.apache.axis2.json.gson that throw AxisFault Constructor Description GsonXMLStreamReader(com.google.gson.stream.JsonReader jsonReader, QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
-
Uses of AxisFault in org.apache.axis2.json.gson.rpc
Methods in org.apache.axis2.json.gson.rpc that throw AxisFault Modifier and Type Method Description void
JsonInOnlyRPCMessageReceiver. invokeBusinessLogic(MessageContext inMessage)
void
JsonRpcMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
void
JsonInOnlyRPCMessageReceiver. invokeService(com.google.gson.stream.JsonReader jsonReader, Object serviceObj, String operation_name)
void
JsonRpcMessageReceiver. invokeService(com.google.gson.stream.JsonReader jsonReader, Object serviceObj, String operation_name, MessageContext outMes)
-
Uses of AxisFault in org.apache.axis2.json.moshi
Methods in org.apache.axis2.json.moshi that throw AxisFault Modifier and Type Method Description URL
JsonFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat omOutputFormat, URL url)
void
MoshiXMLStreamReader. initXmlStreamReader(QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
Handler.InvocationResponse
JSONMessageHandler. invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed.OMElement
JsonBuilder. processDocument(InputStream inputStream, String s, MessageContext messageContext)
void
JsonFormatter. writeTo(MessageContext outMsgCtxt, OMOutputFormat omOutputFormat, OutputStream outputStream, boolean preserve)
Constructors in org.apache.axis2.json.moshi that throw AxisFault Constructor Description MoshiXMLStreamReader(com.squareup.moshi.JsonReader jsonReader, QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
-
Uses of AxisFault in org.apache.axis2.json.moshi.rpc
Methods in org.apache.axis2.json.moshi.rpc that throw AxisFault Modifier and Type Method Description void
JsonInOnlyRPCMessageReceiver. invokeBusinessLogic(MessageContext inMessage)
void
JsonRpcMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
void
JsonInOnlyRPCMessageReceiver. invokeService(com.squareup.moshi.JsonReader jsonReader, Object serviceObj, String operation_name)
void
JsonRpcMessageReceiver. invokeService(com.squareup.moshi.JsonReader jsonReader, Object serviceObj, String operation_name, MessageContext outMes)
-
Uses of AxisFault in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type AxisFault Modifier and Type Method Description void
RequestResponseTransport. 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 void
RequestResponseTransport. acknowledgeMessage(MessageContext msgContext)
Notify the transport that a message should be acknowledged at this time.void
RequestResponseTransport. awaitResponse()
Pause execution and wait for a response message to be ready.void
TransportSender. cleanup(MessageContext msgContext)
Release resources associated with a given message context.static OMElement
TransportUtils. createDocumentElement(String contentType, Builder builder, MessageContext msgContext, InputStream inStream)
static OMElement
TransportUtils. createDocumentElement(String contentType, MessageContext msgContext, InputStream inStream)
static SOAPEnvelope
TransportUtils. createSOAPMessage(MessageContext msgContext)
static SOAPEnvelope
TransportUtils. createSOAPMessage(MessageContext msgContext, boolean detach)
This method will create a SOAPEnvelope based on the InputStream stored on the MessageContext.static SOAPEnvelope
TransportUtils. 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 SOAPEnvelope
TransportUtils. 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 void
TransportUtils. 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.URL
MessageFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
Some message formats may want to alter the target url.void
TransportListener. init(ConfigurationContext axisConf, TransportInDescription transprtIn)
void
TransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Initializevoid
TransportListener. start()
void
TransportListener. stop()
static void
TransportUtils. writeMessage(MessageContext msgContext, OutputStream out)
void
MessageFormatter. writeTo(MessageContext messageContext, 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 URL
ApplicationXMLFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
URL
MultipartFormDataFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
Some message formats may want to alter the target url.URL
SOAPMessageFormatter. getTargetAddress(MessageContext msgCtxt, OMOutputFormat format, URL targetURL)
URL
XFormURLEncodedFormatter. getTargetAddress(MessageContext messageContext, OMOutputFormat format, URL targetURL)
void
ApplicationXMLFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
void
MultipartFormDataFormatter. writeTo(MessageContext messageContext, OMOutputFormat format, OutputStream outputStream, boolean preserve)
void
SOAPMessageFormatter. writeTo(MessageContext msgCtxt, OMOutputFormat format, OutputStream out, boolean preserve)
void
XFormURLEncodedFormatter. writeTo(MessageContext messageContext, 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 URL
URLTemplatingUtil. appendQueryParameters(MessageContext messageContext, URL url)
Appends Query parameters to the URLstatic URL
URLTemplatingUtil. getTemplatedURL(URL targetURL, MessageContext messageContext, boolean detach)
Returns the templated URL given the original URL -
Uses of AxisFault in org.apache.axis2.mex
Subclasses of AxisFault in org.apache.axis2.mex Modifier and Type Class Description class
MexDisabledException
class
MexException
Base Exception to report problem from implementation classes of WS-MetadataExchange.Methods in org.apache.axis2.mex that throw AxisFault Modifier and Type Method Description void
MetadataExchangeModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
MetadataExchangeModule. engageNotify(AxisDescription axisDescription)
void
MetadataExchangeModule. init(ConfigurationContext configContext, AxisModule module)
void
MexMessageReceiver. invokeBusinessLogic(MessageContext msgContext, MessageContext newmsgContext)
Process GetMetadata requestvoid
MetadataExchangeModule. shutdown(ConfigurationContext configurationContext)
-
Uses of AxisFault in org.apache.axis2.mex.om
Subclasses of AxisFault in org.apache.axis2.mex.om Modifier and Type Class Description class
MexOMException
An Exception to report problem from implementation classes for the WS-MetadataExchange data elements. -
Uses of AxisFault in org.apache.axis2.modules
Methods in org.apache.axis2.modules that throw AxisFault Modifier and Type Method Description void
Module. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
Evaluates specified policy for the specified AxisDescription.void
Module. 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 wellvoid
Module. init(ConfigurationContext configContext, AxisModule module)
void
Module. shutdown(ConfigurationContext configurationContext)
-
Uses of AxisFault in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy that throw AxisFault Modifier and Type Method Description void
MTOMPolicy. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
static void
Utils. applyPolicyToSOAPBindings(AxisService axisService, org.apache.neethi.Policy policy)
Applies the MTOM policy to the binding level of the web service.void
MTOMPolicy. engageNotify(AxisDescription axisDescription)
void
MTOMPolicy. init(ConfigurationContext configContext, AxisModule module)
Handler.InvocationResponse
MTOMInHandler. invoke(MessageContext msgCtx)
Checks if the message should be MTOMised.Handler.InvocationResponse
MTOMOutHandler. invoke(MessageContext msgCtx)
Checks the effective policy set and based on it theenableMTOM
is set to the appropriate value. E.g. if the policy states that MTOM isoptional
then theenableMTOM
is set to this value.void
MTOMPolicy. shutdown(ConfigurationContext configurationContext)
-
Uses of AxisFault in org.apache.axis2.phaseresolver
Subclasses of AxisFault in org.apache.axis2.phaseresolver Modifier and Type Class Description class
PhaseException
Class PhaseException -
Uses of AxisFault in org.apache.axis2.ping
Methods in org.apache.axis2.ping that throw AxisFault Modifier and Type Method Description void
PingMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
-
Uses of AxisFault in org.apache.axis2.receivers
Methods in org.apache.axis2.receivers with parameters of type AxisFault Modifier and Type Method Description void
ServerCallback. handleFault(AxisFault fault)
Methods in org.apache.axis2.receivers that throw AxisFault Modifier and Type Method Description SOAPFactory
AbstractMessageReceiver. getSOAPFactory(MessageContext msgContext)
protected Object
AbstractMessageReceiver. getTheImplementationObject(MessageContext msgContext)
Retrieve the implementation object.void
ServerCallback. handleFault(AxisFault fault)
void
ServerCallback. handleResult(MessageContext result)
void
AbstractInOutMessageReceiver. invokeBusinessLogic(MessageContext msgContext)
abstract void
AbstractInOutMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
protected abstract void
AbstractMessageReceiver. invokeBusinessLogic(MessageContext messageCtx)
Do the actual work of the MessageReceiver.void
RawXMLINOnlyMessageReceiver. invokeBusinessLogic(MessageContext msgContext)
Invokes the business logic invocation on the service implementation classvoid
RawXMLINOutMessageReceiver. invokeBusinessLogic(MessageContext msgContext)
void
RawXMLINOutMessageReceiver. invokeBusinessLogic(MessageContext msgContext, MessageContext newmsgContext)
Invokes the bussiness logic invocation on the service implementation classprotected Object
AbstractMessageReceiver. makeNewServiceObject(MessageContext msgContext)
Create a new service object.void
AbstractMessageReceiver. receive(MessageContext messageCtx)
-
Uses of AxisFault in org.apache.axis2.rpc.client
Methods in org.apache.axis2.rpc.client that throw AxisFault Modifier and Type Method Description OMElement
RPCServiceClient. invokeBlocking(QName opName, Object[] args)
Return value can be a single a object or an object array (itself an object) , but it is difficulty to figure the return object correctly unless we have TyepMapping in the client side too.Object[]
RPCServiceClient. invokeBlocking(QName opName, Object[] args, Class[] returnTypes)
void
RPCServiceClient. invokeNonBlocking(QName opName, Object[] args, AxisCallback callback)
Invoke the nonblocking/Asynchronous callvoid
RPCServiceClient. invokeRobust(QName opName, Object[] args)
Constructors in org.apache.axis2.rpc.client that throw AxisFault Constructor Description RPCServiceClient()
RPCServiceClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
RPCServiceClient(ConfigurationContext configContext, AxisService service)
-
Uses of AxisFault in org.apache.axis2.rpc.receivers
Methods in org.apache.axis2.rpc.receivers that throw AxisFault Modifier and Type Method Description void
RPCInOnlyMessageReceiver. invokeBusinessLogic(MessageContext inMessage)
protected void
RPCInOutAsyncMessageReceiver. invokeBusinessLogic(MessageContext messageCtx)
void
RPCInOutAsyncMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
reflect and get the Java method - for each i'th param in the java method - get the first child's i'th child -if the elem has an xsi:type attr then find the deserializer for it - if not found, lookup deser for th i'th param (java type) - error if not found - deserialize & save in an object array - end forvoid
RPCMessageReceiver. invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
reflect and get the Java method - for each i'th param in the java method - get the first child's i'th child -if the elem has an xsi:type attr then find the deserializer for it - if not found, lookup deser for th i'th param (java type) - error if not found - deserialize & save in an object array - end forstatic Object
RPCUtil. invokeServiceClass(AxisMessage inAxisMessage, Method method, Object implObject, String messageNameSpace, OMElement methodElement, MessageContext inMessage)
static Object[]
RPCUtil. processRequest(OMElement methodElement, Method method, ObjectSupplier objectSupplier)
static Object[]
RPCUtil. processRequest(OMElement methodElement, Method method, ObjectSupplier objectSupplier, String[] parameterNames)
-
Uses of AxisFault in org.apache.axis2.rpc.receivers.ejb
Methods in org.apache.axis2.rpc.receivers.ejb that throw AxisFault Modifier and Type Method Description protected Object
EJB3InOnlyMessageReceiver. makeNewServiceObject(MessageContext msgContext)
protected Object
EJB3MessageReceiver. makeNewServiceObject(MessageContext msgContext)
protected static Object
EJB3Util. makeNewServiceObject(MessageContext msgContext)
Return a object which implements the service.protected Object
EJBInOnlyMessageReceiver. makeNewServiceObject(MessageContext msgContext)
protected Object
EJBInOutAsyncMessageReceiver. makeNewServiceObject(MessageContext msgContext)
Deprecated.protected Object
EJBMessageReceiver. makeNewServiceObject(MessageContext msgContext)
protected static Object
EJBUtil. makeNewServiceObject(MessageContext msgContext)
Return a object which implements the service.void
EJBInOutAsyncMessageReceiver. receive(MessageContext messageCtx)
Deprecated. -
Uses of AxisFault in org.apache.axis2.saaj.util
Methods in org.apache.axis2.saaj.util that throw AxisFault Modifier and Type Method Description Handler.InvocationResponse
UnderstandAllHeadersHandler. invoke(MessageContext msgContext)
-
Uses of AxisFault in org.apache.axis2.scripting
Methods in org.apache.axis2.scripting that throw AxisFault Modifier and Type Method Description void
ScriptModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
ScriptModule. engageNotify(AxisDescription axisDescription)
protected org.apache.bsf.BSFEngine
ScriptReceiver. getBSFEngine(MessageContext mc)
Gets the BSFEngine for the script service.void
ScriptModule. init(ConfigurationContext configContext, AxisModule module)
Init by creating and deploying AxisServices for each scriptprotected org.apache.bsf.BSFEngine
ScriptReceiver. initScript(MessageContext mc)
Initializes the script service by finding the script source code, compiling it in a BSFEngine, and creating an OMElementConvertor for the script.void
ScriptReceiver. invokeBusinessLogic(MessageContext inMC, MessageContext outMC)
Invokes the service by calling the script functionprotected String
ScriptReceiver. readScript(ClassLoader cl, String scriptName)
Reads the complete script source code into a Stringprotected String
ScriptDeploymentEngine. readScriptSource(File scriptFile)
Reads the complete script source code into a Stringvoid
ScriptModule. shutdown(ConfigurationContext configurationContext)
-
Uses of AxisFault in org.apache.axis2.scripting.convertors
Methods in org.apache.axis2.scripting.convertors that throw AxisFault Modifier and Type Method Description static OMElementConvertor
ConvertorFactory. createOMElementConvertor(AxisService axisService, String scriptName)
Creates an OMElementConvertor for the script. -
Uses of AxisFault in org.apache.axis2.service
Methods in org.apache.axis2.service that throw AxisFault Modifier and Type Method Description void
Lifecycle. 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 TransactionManager
TransactionConfiguration. getTransactionManager()
UserTransaction
TransactionConfiguration. getUserTransaction()
-
Uses of AxisFault in org.apache.axis2.transport
Methods in org.apache.axis2.transport that throw AxisFault Modifier and Type Method Description void
UtilsTransportServer. addTransport(TransportInDescription trpInDesc)
void
UtilsTransportServer. addTransport(TransportInDescription trpInDesc, TransportOutDescription trpDescOut)
void
UtilsTransportServer. enableAddressing()
void
CustomAxisConfigurator. engageGlobalModules()
AxisConfiguration
CustomAxisConfigurator. getAxisConfiguration()
Constructors in org.apache.axis2.transport that throw AxisFault Constructor Description UtilsTransportServer()
-
Uses of AxisFault in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that throw AxisFault Modifier and Type Method Description void
AbstractTransportSender. cleanup(MessageContext msgContext)
MessageContext
ProtocolEndpoint. createMessageContext()
protected void
AbstractPollingTransportListener. doInit()
protected abstract void
AbstractTransportListenerEx. doInit()
Initialize the transport.abstract EndpointReference[]
ProtocolEndpoint. getEndpointReferences(AxisService service, String ip)
Get the endpoint references for this protocol endpoint.EndpointReference
AbstractTransportListener. getEPRForService(String serviceName, String ip)
This is a deprecated method in Axis2 and this default implementation returns the first result from the getEPRsForService() methodEndpointReference[]
AbstractTransportListener. getEPRsForService(String serviceName, String ip)
EndpointReference[]
AbstractTransportListenerEx. getEPRsForService(String serviceName, String ip)
static String
ParamUtils. getOptionalParam(ParameterInclude paramInclude, String paramName)
static boolean
ParamUtils. getOptionalParamBoolean(ParameterInclude paramInclude, String paramName, boolean defaultValue)
static Integer
ParamUtils. getOptionalParamInt(ParameterInclude paramInclude, String paramName)
static int
ParamUtils. getOptionalParamInt(ParameterInclude paramInclude, String paramName, int defaultValue)
static String
ParamUtils. getRequiredParam(ParameterInclude paramInclude, String paramName)
static int
ParamUtils. getRequiredParamInt(ParameterInclude paramInclude, String paramName)
protected void
AbstractTransportListener. handleException(String msg, Exception e)
protected void
AbstractTransportSender. handleException(String msg)
protected void
AbstractTransportSender. handleException(String msg, Exception e)
void
AbstractTransportListener. handleIncomingMessage(MessageContext msgCtx, Map trpHeaders, String soapAction, String contentType)
Process a new incoming message through the axis enginevoid
AbstractTransportListener. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)
Initialize the generic transport.void
AbstractTransportListenerEx. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)
void
AbstractTransportSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the generic transport sender.Handler.InvocationResponse
AbstractTransportSender. invoke(MessageContext msgContext)
boolean
AbstractPollTableEntry. loadConfiguration(ParameterInclude params)
abstract boolean
ProtocolEndpoint. loadConfiguration(ParameterInclude params)
Configure the endpoint based on the provided parameters.void
AbstractPollingTransportListener. maintenenceShutdown(long millis)
Stop processing new messages, and wait the specified maximum time for in-flight requests to complete before a controlled shutdown for maintenencevoid
AbstractTransportListener. maintenenceShutdown(long millis)
Stop processing new messages, and wait the specified maximum time for in-flight requests to complete before a controlled shutdown for maintenencevoid
AbstractTransportSender. maintenenceShutdown(long millis)
void
ManagementSupport. maintenenceShutdown(long millis)
void
AbstractPollingTransportListener. pause()
Pause the listener - Stop accepting/processing new messages, but continues processing existing messages until they complete.void
AbstractTransportListener. pause()
Pause the listener - Stop accepting/processing new messages, but continues processing existing messages until they complete.void
AbstractTransportSender. pause()
void
ManagementSupport. pause()
void
AbstractPollingTransportListener. resume()
Resume the lister - Brings the lister into active mode back from a paused statevoid
AbstractTransportListener. resume()
Resume the lister - Brings the lister into active mode back from a paused statevoid
AbstractTransportSender. resume()
void
ManagementSupport. resume()
abstract void
AbstractTransportSender. sendMessage(MessageContext msgCtx, String targetEPR, OutTransportInfo outTransportInfo)
void
SynchronousCallback. setInMessageContext(MessageContext inMessageContext)
void
AbstractTransportListener. start()
void
AbstractTransportListenerEx. start()
protected void
AbstractPollingTransportListener. startEndpoint(T endpoint)
protected abstract void
AbstractTransportListenerEx. startEndpoint(E endpoint)
protected abstract void
AbstractTransportListener. startListeningForService(AxisService service)
protected void
AbstractTransportListenerEx. startListeningForService(AxisService service)
void
AbstractTransportListener. stop()
void
AbstractTransportListenerEx. stop()
-
Uses of AxisFault in org.apache.axis2.transport.base.datagram
Methods in org.apache.axis2.transport.base.datagram that throw AxisFault Modifier and Type Method Description protected void
AbstractDatagramTransportListener. doInit()
boolean
DatagramEndpoint. loadConfiguration(ParameterInclude params)
protected void
AbstractDatagramTransportListener. startEndpoint(E endpoint)
-
Uses of AxisFault in org.apache.axis2.transport.base.endpoint.config
Methods in org.apache.axis2.transport.base.endpoint.config that throw AxisFault Modifier and Type Method Description URLEndpoint
URLEndpointFactory. create(OMElement xml)
URLEndpointsConfiguration
URLEndpointsConfigurationFactory. create(String fileName)
URLEndpointsConfiguration
URLEndpointsConfigurationFactory. create(OMElement element)
-
Uses of AxisFault in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http with parameters of type AxisFault Modifier and Type Method Description protected void
AxisServlet. handleFault(MessageContext msgContext, OutputStream out, AxisFault e)
void
AxisServlet.ServletRequestResponseTransport. signalFaultReady(AxisFault fault)
Methods in org.apache.axis2.transport.http that throw AxisFault Modifier and Type Method Description void
AxisServlet.ServletRequestResponseTransport. acknowledgeMessage(MessageContext msgContext)
void
AxisServlet.ServletRequestResponseTransport. awaitResponse()
static SOAPEnvelope
HTTPTransportUtils. createEnvelopeFromGetRequest(String requestUrl, Map map, ConfigurationContext configCtx)
Deprecated.This was used only by the now deprecated processHTTPGetRequest() method.protected abstract Request
HTTPSender. createRequest(MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)
Start a new HTTP request.EndpointReference
AxisServletListener. getEPRForService(String serviceName, String ip)
EndpointReference
SimpleHTTPServer. getEPRForService(String serviceName, String ip)
replyToEPR If the user has given host address paramter then it gets the high priority and ERP will be creatd using that N:B - hostAddress should be a complte url (http://www.myApp.com/ws)EndpointReference[]
AxisServletListener. getEPRsForService(String serviceName, String ip)
static EndpointReference[]
HTTPTransportUtils. getEPRsForService(ConfigurationContext configurationContext, TransportInDescription trpInDesc, String serviceName, String ip, int port)
EndpointReference[]
SimpleHTTPServer. getEPRsForService(String serviceName, String ip)
replyToEPR If the user has given host address paramter then it gets the high priority and ERP will be creatd using that N:B - hostAddress should be a complete url (http://www.myApp.com/ws)protected void
AxisServlet. handleFault(MessageContext msgContext, OutputStream out, AxisFault e)
void
AbstractHTTPTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
void
AxisServletListener. init(ConfigurationContext configurationContext, TransportInDescription transportInDescription)
void
SimpleHTTPServer. init(ConfigurationContext axisConf, TransportInDescription transprtIn)
init method in TransportListenerprotected void
AxisServlet. initTransports()
Initialize HTTP transportsHandler.InvocationResponse
AbstractHTTPTransportSender. invoke(MessageContext msgContext)
static boolean
HTTPTransportUtils. processHTTPGetRequest(MessageContext msgContext, OutputStream out, String soapAction, String requestURI, ConfigurationContext configurationContext, Map requestParameters)
Deprecated.use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) insteadstatic Handler.InvocationResponse
HTTPTransportUtils. processHTTPPostRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, String soapActionHeader, String requestURI)
static Handler.InvocationResponse
HTTPTransportUtils. processHTTPPostRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, Builder builder, String soapActionHeader, String requestURI)
void
HTTPSender. setHttpVersion(String version)
void
AxisServletListener. start()
void
SimpleHTTPServer. start()
Start this server as a NON-daemon.void
AxisServletListener. stop()
Constructors in org.apache.axis2.transport.http that throw AxisFault Constructor Description SimpleHTTPServer(ConfigurationContext configurationContext, int port)
Create a SimpleHTTPServer using default HttpFactory settingsSimpleHTTPServer(HttpFactory httpFactory)
Create a configured SimpleHTTPServer -
Uses of AxisFault in org.apache.axis2.transport.http.impl.httpclient4
Methods in org.apache.axis2.transport.http.impl.httpclient4 that throw AxisFault Modifier and Type Method Description void
HTTPClient4TransportSender. cleanup(MessageContext msgContext)
static void
HTTPProxyConfigurator. configure(MessageContext messageContext, org.apache.http.client.config.RequestConfig.Builder requestConfig, org.apache.http.client.protocol.HttpClientContext clientContext)
Configure HTTP Proxy settings of httpcomponents HostConfiguration.protected Request
HTTPSenderImpl. createRequest(MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)
-
Uses of AxisFault in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server with parameters of type AxisFault Modifier and Type Method Description int
AxisHttpService. getStatusFromAxisFault(AxisFault fault)
Constructors in org.apache.axis2.transport.http.server that throw AxisFault Constructor Description HttpFactory(ConfigurationContext configurationContext)
Create and configure a new HttpFactoryHttpFactory(ConfigurationContext configurationContext, int port)
Create and configure a new HttpFactoryHttpFactory(ConfigurationContext configurationContext, int port, WorkerFactory requestWorkerFactory)
Create and configure a new HttpFactory -
Uses of AxisFault in org.apache.axis2.transport.http.util
Methods in org.apache.axis2.transport.http.util that throw AxisFault Modifier and Type Method Description static Handler.InvocationResponse
RESTUtil. processURLRequest(MessageContext msgContext, OutputStream out, String contentType)
static Handler.InvocationResponse
RESTUtil. processURLRequest(MessageContext msgContext, OutputStream out, String contentType, Builder builder)
static Handler.InvocationResponse
RESTUtil. processXMLRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType)
static Handler.InvocationResponse
RESTUtil. processXMLRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, Builder builder)
-
Uses of AxisFault in org.apache.axis2.transport.java
Methods in org.apache.axis2.transport.java that throw AxisFault Modifier and Type Method Description void
JavaTransportSender. cleanup(MessageContext msgContext)
void
JavaTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Handler.InvocationResponse
JavaTransportSender. invoke(MessageContext msgContext)
-
Uses of AxisFault in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms that throw AxisFault Modifier and Type Method Description protected void
JMSListener. doInit()
protected void
JMSConnectionFactoryManager. handleException(String msg, Exception e)
void
JMSSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for outgoing messages.boolean
JMSEndpoint. loadConfiguration(ParameterInclude params)
static void
JMSUtils. loadTransportHeaders(javax.jms.Message message, MessageContext responseMsgCtx)
Read the transport headers from the JMS Message and set them to the axis2 message contextvoid
JMSListener. maintenenceShutdown(long millis)
Stop processing new messages, and wait the specified maximum time for in-flight requests to complete before a controlled shutdown for maintenencevoid
JMSListener. pause()
Pause the listener - Stop accepting/processing new messages, but continues processing existing messages until they complete.void
JMSListener. resume()
Resume the lister - Brings the lister into active mode back from a paused statevoid
JMSSender. sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo)
Performs the actual sending of the JMS messagestatic void
JMSUtils. setSOAPEnvelope(javax.jms.Message message, MessageContext msgContext, String contentType)
Set the SOAPEnvelope to the Axis2 MessageContext, from the JMS Message passed inprotected void
JMSListener. startEndpoint(JMSEndpoint endpoint)
Listen for JMS messages on behalf of the given service -
Uses of AxisFault in org.apache.axis2.transport.jms.ctype
Methods in org.apache.axis2.transport.jms.ctype that throw AxisFault Modifier and Type Method Description static ContentTypeRule
ContentTypeRuleFactory. parse(OMElement element)
static ContentTypeRuleSet
ContentTypeRuleFactory. parse(Parameter param)
-
Uses of AxisFault in org.apache.axis2.transport.local
Methods in org.apache.axis2.transport.local that throw AxisFault Modifier and Type Method Description void
LocalResponder. cleanup(MessageContext msgContext)
void
LocalTransportSender. cleanup(MessageContext msgContext)
void
LocalTransportSender. finalizeSendWithToAddress(MessageContext msgContext, ByteArrayOutputStream out)
void
LocalResponder. init(ConfigurationContext confContext, TransportOutDescription transportOut)
void
LocalTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Handler.InvocationResponse
LocalResponder. invoke(MessageContext msgContext)
Method invokeHandler.InvocationResponse
LocalTransportSender. invoke(MessageContext msgContext)
Method invokevoid
LocalTransportReceiver. processMessage(InputStream in, EndpointReference to, String action, OutputStream response)
void
LocalTransportReceiver. processMessage(ConfigurationContext configurationContext, InputStream in, EndpointReference to, String action, OutputStream response)
void
LocalTransportReceiver. processMessage(MessageContext inMessageContext, InputStream in, OutputStream response)
-
Uses of AxisFault in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail with parameters of type AxisFault Modifier and Type Method Description void
MailRequestResponseTransport. signalFaultReady(AxisFault axisFault)
Methods in org.apache.axis2.transport.mail that throw AxisFault Modifier and Type Method Description void
MailRequestResponseTransport. acknowledgeMessage(MessageContext messageContext)
void
MailRequestResponseTransport. awaitResponse()
protected void
MailTransportListener. doInit()
void
MailTransportSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the Mail sender and be ready to send messagesboolean
PollTableEntry. loadConfiguration(ParameterInclude paramIncl)
void
MailTransportSender. sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo)
Send the given message over the Mail transportstatic void
MailUtils. setupLogging(javax.mail.Session session, org.apache.commons.logging.Log log, ParameterInclude params)
-
Uses of AxisFault in org.apache.axis2.transport.tcp
Methods in org.apache.axis2.transport.tcp that throw AxisFault Modifier and Type Method Description void
TCPTransportSender. cleanup(MessageContext msgContext)
protected void
TCPTransportListener. doInit()
EndpointReference[]
TCPEndpoint. getEndpointReferences(AxisService service, String ip)
boolean
TCPEndpoint. loadConfiguration(ParameterInclude params)
void
TCPTransportSender. sendMessage(MessageContext msgContext, String targetEPR, OutTransportInfo outTransportInfo)
protected void
TCPTransportListener. startEndpoint(TCPEndpoint endpoint)
-
Uses of AxisFault in org.apache.axis2.transport.testkit.axis2.client
Methods in org.apache.axis2.transport.testkit.axis2.client that throw AxisFault Modifier and Type Method Description void
AxisTestClientConfigurator. setupRequestMessageContext(MessageContext msgContext)
-
Uses of AxisFault in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint that throw AxisFault Modifier and Type Method Description String
AxisTestEndpointContext. getEPR(AxisService service)
-
Uses of AxisFault in org.apache.axis2.transport.testkit.util
Methods in org.apache.axis2.transport.testkit.util that throw AxisFault Modifier and Type Method Description EndpointReference[]
LifecycleFixTransportListenerProxy. getEPRForService(String arg0, String arg1)
EndpointReference[]
LifecycleFixTransportListenerProxy. getEPRsForService(String arg0, String arg1)
void
LifecycleFixTransportListenerProxy. init(ConfigurationContext arg0, TransportInDescription arg1)
void
LifecycleFixTransportListenerProxy. start()
void
LifecycleFixTransportListenerProxy. stop()
-
Uses of AxisFault in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp that throw AxisFault Modifier and Type Method Description EndpointReference[]
Endpoint. getEndpointReferences(AxisService service, String ip)
void
UDPSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
boolean
Endpoint. loadConfiguration(ParameterInclude params)
void
UDPSender. sendMessage(MessageContext msgContext, String targetEPR, OutTransportInfo outTransportInfo)
Constructors in org.apache.axis2.transport.udp that throw AxisFault Constructor Description UDPOutTransportInfo(String eprString)
-
Uses of AxisFault in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp that throw AxisFault Modifier and Type Method Description void
XMPPSender. cleanup(MessageContext msgContext)
EndpointReference
XMPPListener. getEPRForService(String serviceName, String ip)
Returns Default EPR for a given Service name & IPEndpointReference[]
XMPPListener. getEPRsForService(String serviceName, String ip)
Returns all EPRs for a given Service name & IPvoid
XMPPListener. init(ConfigurationContext configurationCtx, TransportInDescription transportIn)
Initializing the XMPPListener.void
XMPPSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for outgoing messages.Handler.InvocationResponse
XMPPSender. invoke(MessageContext msgContext)
static void
XMPPSender. processChatMessage(MessageContext msgCtx)
Process message requests that came in through chat clientsvoid
XMPPSender. sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo)
Send the given message over XMPP transportvoid
XMPPListener. start()
Start a pool of Workers. -
Uses of AxisFault in org.apache.axis2.transport.xmpp.util
Methods in org.apache.axis2.transport.xmpp.util that throw AxisFault Modifier and Type Method Description org.jivesoftware.smack.XMPPConnection
XMPPClientConnectionFactory. connect(XMPPServerCredentials serverCredentials)
Connects to a XMPP server based on the details available in serverCredentials objectorg.jivesoftware.smack.XMPPConnection
XMPPConnectionFactory. connect(XMPPServerCredentials serverCredentials)
Connects to a XMPP server based on the details available in serverCredentials objectstatic String
XMPPUtils. getAccountName(String transportUrl)
Extract XMPP server accountName section from transport URL passed in.static String
XMPPUtils. getServiceName(String transportUrl)
Extract Service name from transport URL passed inConstructors in org.apache.axis2.transport.xmpp.util that throw AxisFault Constructor Description XMPPOutTransportInfo(String transportUrl)
-
Uses of AxisFault in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisFault Modifier and Type Method Description static AxisFault
Utils. 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 void
CallbackReceiver. addCallback(String msgID, AxisCallback callback)
static void
ThreadContextMigratorUtil. addThreadContextMigrator(ConfigurationContext configurationContext, String threadContextMigratorListID, ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.static void
ThreadContextMigratorUtil. addThreadContextMigrator(AxisConfiguration axisConfiguration, String threadContextMigratorListID, ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.static String
WSDL20Util. applyURITemplating(MessageContext messageContext, String rawURLString, boolean detach)
This method is used to resolve httplocation property.static boolean
Utils. checkVersion(Version module1version, Version module2version)
- if he trying to engage the same module then method will returen false - else it will return truestatic MessageContext
MessageContextBuilder. createFaultMessageContext(MessageContext processingContext, Throwable e)
This method is called to handle any error that occurs at inflow or outflow.static MessageContext
MessageContextBuilder. createOutMessageContext(MessageContext inMessageContext)
Creates a MessageContext for use with a non-fault response based on an request MessageContextstatic Object
Utils. createServiceObject(AxisService service)
Create a service object for a given service.static AxisService
Utils. createSimpleInOnlyService(QName serviceName, MessageReceiver messageReceiver, QName opName)
static AxisService
Utils. createSimpleService(QName serviceName, String className, QName opName)
static AxisService
Utils. createSimpleService(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)
static AxisService
Utils. createSimpleServiceforClient(QName serviceName, String className, QName opName)
static AxisService
Utils. createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)
static ServiceContext
Utils. fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)
static Builder
MessageProcessorSelector. 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. content-type to builder mapping can be specified through the Axis2.xml.static MessageFormatter
MessageProcessorSelector. 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.void
ThreadContextMigrator. 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.void
ThreadContextMigrator. 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 void
ThreadContextMigratorUtil. performMigrationToContext(String threadContextMigratorListID, MessageContext msgContext)
Activate any registered ThreadContextMigrators to move info from the thread of execution into the context.static void
ThreadContextMigratorUtil. performMigrationToThread(String threadContextMigratorListID, MessageContext msgContext)
Activate any registered ThreadContextMigrators to move context info to the thread of execution.void
CallbackReceiver. 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 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. -
Uses of AxisFault in org.apache.axis2.wsdl.codegen.emitter.jaxws
Methods in org.apache.axis2.wsdl.codegen.emitter.jaxws that throw AxisFault Modifier and Type Method Description protected Document
JAXWS20Emitter. createDOMDocumentForSEI()
Creates the XML model for the Service Endpoint interfaceprotected abstract Document
JAXWSEmitter. createDOMDocumentForSEI()
Creates the XML model for the Service Endpoint interfaceprotected Document
JAXWS20Emitter. createDOMDocumentForSEIImpl()
Creates the XML model for the Service Endpoint interfaceprotected abstract Document
JAXWSEmitter. createDOMDocumentForSEIImpl()
Creates the XML model for the Service Endpoint interface Implementation class
-