Uses of Interface
org.apache.axis2.kernel.MessageFormatter
Packages that use MessageFormatter
-
Uses of MessageFormatter in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return MessageFormatterModifier and TypeMethodDescriptionAxisConfiguration.getMessageFormatter(String contentType) Get a MessageFormatter for the specified content type.Methods in org.apache.axis2.engine with parameters of type MessageFormatterModifier and TypeMethodDescriptionvoidAxisConfiguration.addMessageFormatter(String contentType, MessageFormatter messageFormatter) Register a messageFormatter implementation against a content type. -
Uses of MessageFormatter in org.apache.axis2.kernel.http
Classes in org.apache.axis2.kernel.http that implement MessageFormatterModifier and TypeClassDescriptionclassFormates the request message as application/xmlclassFormates the request message as multipart/form-data.classclassFormates the request message as application/x-www-form-urlencoded -
Uses of MessageFormatter in org.apache.axis2.util
Methods in org.apache.axis2.util that return MessageFormatterModifier and TypeMethodDescriptionstatic MessageFormatterMessageProcessorSelector.getMessageFormatter(MessageContext msgContext) Initial work for a builder selector which selects the builder for a given message format based on the the content type of the recieved message.