Package | Description |
---|---|
org.apache.cxf.databinding | |
org.apache.cxf.databinding.source | |
org.apache.cxf.databinding.stax | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.message | |
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.model |
Modifier and Type | Method and Description |
---|---|
Object |
DataReader.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.
|
Modifier and Type | Method and Description |
---|---|
Object |
NodeDataReader.read(MessagePartInfo part,
Node input) |
Object |
XMLStreamDataReader.read(MessagePartInfo part,
XMLStreamReader input) |
void |
NodeDataWriter.write(Object obj,
MessagePartInfo part,
Node output) |
void |
XMLStreamDataWriter.write(Object obj,
MessagePartInfo part,
XMLStreamWriter output) |
Modifier and Type | Method and Description |
---|---|
Object |
StaxDataBinding.XMLStreamDataReader.read(MessagePartInfo part,
XMLStreamReader input) |
void |
StaxDataBinding.XMLStreamDataWriter.write(Object obj,
MessagePartInfo part,
XMLStreamWriter output) |
Modifier and Type | Method and Description |
---|---|
protected 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 Type | Method and Description |
---|---|
protected void |
AbstractOutDatabindingInterceptor.writeParts(Message message,
Exchange exchange,
BindingOperationInfo operation,
MessageContentsList objs,
List<MessagePartInfo> parts) |
Modifier and Type | Method and Description |
---|---|
Object |
MessageContentsList.get(MessagePartInfo key) |
boolean |
MessageContentsList.hasValue(MessagePartInfo key) |
Object |
MessageContentsList.put(MessagePartInfo key,
Object value) |
void |
MessageContentsList.remove(MessagePartInfo key) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(MessagePartInfo part) |
void |
ServiceModelSchemaValidator.begin(MessagePartInfo part) |
void |
ServiceModelVisitor.end(MessagePartInfo part) |
Modifier and Type | Method and Description |
---|---|
MessagePartInfo |
AbstractMessageContainer.addMessagePart(QName name)
Adds a message part to this container.
|
MessagePartInfo |
AbstractMessageContainer.addMessagePart(String name) |
MessagePartInfo |
AbstractMessageContainer.addOutOfBandMessagePart(QName name) |
MessagePartInfo |
AbstractMessageContainer.getFirstMessagePart() |
MessagePartInfo |
AbstractMessageContainer.getMessagePart(int n)
Returns the n'th message part.
|
MessagePartInfo |
AbstractMessageContainer.getMessagePart(QName name)
Returns the message part with the given name, if found.
|
MessagePartInfo |
AbstractMessageContainer.getMessagePartByIndex(int i) |
Modifier and Type | Method and Description |
---|---|
List<MessagePartInfo> |
BindingMessageInfo.getMessageParts() |
List<MessagePartInfo> |
AbstractMessageContainer.getMessageParts()
Returns all message parts for this message.
|
Map<QName,MessagePartInfo> |
MessageInfo.getMessagePartsMap() |
List<MessagePartInfo> |
MessageInfo.getOrderedParts(List<String> order) |
List<MessagePartInfo> |
AbstractMessageContainer.getOutOfBandParts() |
Modifier and Type | Method and Description |
---|---|
void |
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 Type | Method and Description |
---|---|
void |
BindingMessageInfo.setMessageParts(List<MessagePartInfo> messageParts) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.