Uses of Interface
org.apache.axis2.engine.MessageReceiver
Packages that use MessageReceiver
Package
Description
-
Uses of MessageReceiver in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment that return MessageReceiverModifier and TypeMethodDescriptionprotected MessageReceiverDeploymentEngine.loadDefaultMessageReceiver(String mepURL, AxisService service) protected MessageReceiverDescriptionBuilder.loadDefaultMessageReceiver(String mepURL, AxisService service) Loads default message receivers.protected MessageReceiverDescriptionBuilder.loadMessageReceiver(ClassLoader loader, org.apache.axiom.om.OMElement element) Methods in org.apache.axis2.deployment that return types with arguments of type MessageReceiverModifier and TypeMethodDescriptionprotected HashMap<String, MessageReceiver> DescriptionBuilder.processMessageReceivers(ClassLoader loader, org.apache.axiom.om.OMElement element) Processes default message receivers specified either in axis2.xml or services.xml.protected HashMap<String, MessageReceiver> DescriptionBuilder.processMessageReceivers(org.apache.axiom.om.OMElement messageReceivers) Processes default message receivers specified either in axis2.xml or services.xml. -
Uses of MessageReceiver in org.apache.axis2.description
Methods in org.apache.axis2.description that return MessageReceiverModifier and TypeMethodDescriptionAxisOperation.getMessageReceiver()AxisService.getMessageReceiver(String mepURL) Methods in org.apache.axis2.description with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidAxisService.addMessageReceiver(String mepURI, MessageReceiver messageReceiver) voidAxisOperation.setMessageReceiver(MessageReceiver messageReceiver) Method parameters in org.apache.axis2.description with type arguments of type MessageReceiverModifier and TypeMethodDescriptionstatic AxisServiceAxisService.createService(String implClass, String serviceName, AxisConfiguration axisConfiguration, Map<String, MessageReceiver> messageReceiverClassMap, String targetNamespace, ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService) messageReceiverClassMap will hold the MessageReceivers for given meps. -
Uses of MessageReceiver in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return MessageReceiverMethods in org.apache.axis2.engine with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidAxisConfiguration.addMessageReceiver(String mepURL, MessageReceiver messageReceiver) -
Uses of MessageReceiver in org.apache.axis2.receivers
Classes in org.apache.axis2.receivers that implement MessageReceiverModifier and TypeClassDescriptionclassThis is takes care of the IN-ONLY MEP on the server side TODO: Deprecate this and use AMR directly?classDeprecated.no longer needed, going away after 1.3classThis is the Absract IN-OUT MEP MessageReceiver.classDeprecated.use AbstractInOutMessageReceiverclassclassDeprecated.not needed, since in-only MessageReceivers can throw faultsclassThe RawXMLINOnlyMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement.classDeprecated.use RawXMLINOutMessageReceiver and the DO_ASYNC property instead....classThe RawXMLINOutMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement. -
Uses of MessageReceiver in org.apache.axis2.util
Classes in org.apache.axis2.util that implement MessageReceiverModifier and TypeClassDescriptionclassThis is a MessageReceiver which is used on the client side to accept the messages (response) that come to the client.Methods in org.apache.axis2.util with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic AxisServiceUtils.createSimpleInOnlyService(QName serviceName, MessageReceiver messageReceiver, QName opName) static AxisServiceUtils.createSimpleService(QName serviceName, MessageReceiver messageReceiver, String className, QName opName) static AxisServiceUtils.createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)