Uses of Class
org.apache.cxf.service.model.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionprotected void
AbstractOutDatabindingInterceptor.writeParts
(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts) -
Uses of MessagePartInfo in org.apache.cxf.message
Modifier 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
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionAbstractMessageContainer.getMessageParts()
Returns all message parts for this message.BindingMessageInfo.getMessageParts()
MessageInfo.getMessagePartsMap()
MessageInfo.getOrderedParts
(List<String> order) AbstractMessageContainer.getOutOfBandParts()
Modifier 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) Modifier and TypeMethodDescriptionvoid
BindingMessageInfo.setMessageParts
(List<MessagePartInfo> messageParts)