Uses of Class
org.apache.cxf.service.model.MessagePartInfo
Packages that use MessagePartInfo
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
This package and its sub packages contain classes relating to services and the CXF
service model
-
Uses of MessagePartInfo in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding with parameters of type MessagePartInfoModifier and TypeMethodDescriptionDataReader.read
(MessagePartInfo part, T input) Read an object from the input, applying additional conventions based on the WSDL message part.void
DataWriter.write
(Object obj, MessagePartInfo part, T output) Write an object to an output sink, including extra processing based on the WSDL service model for a particular message part. -
Uses of MessagePartInfo in org.apache.cxf.databinding.source
Methods in org.apache.cxf.databinding.source with parameters of type MessagePartInfoModifier and TypeMethodDescriptionNodeDataReader.read
(MessagePartInfo part, Node input) XMLStreamDataReader.read
(MessagePartInfo part, XMLStreamReader input) void
NodeDataWriter.write
(Object obj, MessagePartInfo part, Node output) void
XMLStreamDataWriter.write
(Object obj, MessagePartInfo part, XMLStreamWriter output) -
Uses of MessagePartInfo in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type MessagePartInfoModifier and TypeMethodDescriptionStaxDataBinding.XMLStreamDataReader.read
(MessagePartInfo part, XMLStreamReader input) void
StaxDataBinding.XMLStreamDataWriter.write
(Object obj, MessagePartInfo part, XMLStreamWriter output) -
Uses of MessagePartInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return MessagePartInfoModifier and TypeMethodDescriptionprotected MessagePartInfo
AbstractInDatabindingInterceptor.findMessagePart
(Exchange exchange, Collection<OperationInfo> operations, QName name, boolean client, int index, Message message) Find the next possible message part in the message.Method parameters in org.apache.cxf.interceptor with type arguments of type MessagePartInfoModifier and TypeMethodDescriptionprotected void
AbstractOutDatabindingInterceptor.writeParts
(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts) -
Uses of MessagePartInfo in org.apache.cxf.message
Methods in org.apache.cxf.message with parameters of type MessagePartInfoModifier and TypeMethodDescriptionMessageContentsList.get
(MessagePartInfo key) boolean
MessageContentsList.hasValue
(MessagePartInfo key) MessageContentsList.put
(MessagePartInfo key, Object value) void
MessageContentsList.remove
(MessagePartInfo key) Marks corresponding element as removed, indicating absent value, so subsequentget(MessagePartInfo)
for the same key return null. -
Uses of MessagePartInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type MessagePartInfoModifier and TypeMethodDescriptionvoid
ServiceModelSchemaValidator.begin
(MessagePartInfo part) void
ServiceModelVisitor.begin
(MessagePartInfo part) void
ServiceModelVisitor.end
(MessagePartInfo part) -
Uses of MessagePartInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return MessagePartInfoModifier and TypeMethodDescriptionAbstractMessageContainer.addMessagePart
(String name) AbstractMessageContainer.addMessagePart
(QName name) Adds a message part to this container.AbstractMessageContainer.addOutOfBandMessagePart
(QName name) AbstractMessageContainer.getFirstMessagePart()
AbstractMessageContainer.getMessagePart
(int n) Returns the n'th message part.AbstractMessageContainer.getMessagePart
(QName name) Returns the message part with the given name, if found.AbstractMessageContainer.getMessagePartByIndex
(int i) Methods in org.apache.cxf.service.model that return types with arguments of type MessagePartInfoModifier and TypeMethodDescriptionAbstractMessageContainer.getMessageParts()
Returns all message parts for this message.BindingMessageInfo.getMessageParts()
MessageInfo.getMessagePartsMap()
MessageInfo.getOrderedParts
(List<String> order) AbstractMessageContainer.getOutOfBandParts()
Methods in org.apache.cxf.service.model with parameters of type MessagePartInfoModifier and TypeMethodDescriptionvoid
AbstractMessageContainer.addMessagePart
(MessagePartInfo part) Adds a message part to this container.int
AbstractMessageContainer.getMessagePartIndex
(MessagePartInfo part) static SchemaInfo
ServiceModelUtil.getSchema
(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo) Method parameters in org.apache.cxf.service.model with type arguments of type MessagePartInfoModifier and TypeMethodDescriptionvoid
BindingMessageInfo.setMessageParts
(List<MessagePartInfo> messageParts)