|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessagePartInfo | |
|---|---|
| org.apache.cxf.aegis.databinding | |
| org.apache.cxf.binding.soap | |
| org.apache.cxf.binding.soap.model | |
| org.apache.cxf.databinding | |
| org.apache.cxf.databinding.source | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.endpoint.dynamic | |
| org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
| org.apache.cxf.jaxb | |
| org.apache.cxf.jaxb.io | |
| 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.factory | |
| org.apache.cxf.service.model | |
| Uses of MessagePartInfo in org.apache.cxf.aegis.databinding |
|---|
| Methods in org.apache.cxf.aegis.databinding with parameters of type MessagePartInfo | |
|---|---|
Type |
AegisDatabinding.getType(MessagePartInfo part)
|
java.lang.Object |
ElementDataReader.read(MessagePartInfo part,
org.w3c.dom.Element input)
Read an object from the input, applying additional conventions based on the WSDL message part. |
java.lang.Object |
XMLStreamDataReader.read(MessagePartInfo part,
javax.xml.stream.XMLStreamReader input)
|
void |
ElementDataWriter.write(java.lang.Object obj,
MessagePartInfo part,
org.w3c.dom.Element output)
|
void |
XMLStreamDataWriter.write(java.lang.Object obj,
MessagePartInfo part,
javax.xml.stream.XMLStreamWriter output)
|
| Uses of MessagePartInfo in org.apache.cxf.binding.soap |
|---|
| Methods in org.apache.cxf.binding.soap with parameters of type MessagePartInfo | |
|---|---|
protected boolean |
SoapBindingConfiguration.isHeader(BindingOperationInfo op,
MessagePartInfo part)
|
| Uses of MessagePartInfo in org.apache.cxf.binding.soap.model |
|---|
| Methods in org.apache.cxf.binding.soap.model that return MessagePartInfo | |
|---|---|
MessagePartInfo |
SoapHeaderInfo.getPart()
|
| Methods in org.apache.cxf.binding.soap.model that return types with arguments of type MessagePartInfo | |
|---|---|
java.util.List<MessagePartInfo> |
SoapBodyInfo.getAttachments()
|
java.util.List<MessagePartInfo> |
SoapBodyInfo.getParts()
|
| Methods in org.apache.cxf.binding.soap.model with parameters of type MessagePartInfo | |
|---|---|
void |
SoapHeaderInfo.setPart(MessagePartInfo part)
|
| Method parameters in org.apache.cxf.binding.soap.model with type arguments of type MessagePartInfo | |
|---|---|
void |
SoapBodyInfo.setAttachments(java.util.List<MessagePartInfo> attachments)
|
void |
SoapBodyInfo.setParts(java.util.List<MessagePartInfo> parts)
|
| Uses of MessagePartInfo in org.apache.cxf.databinding |
|---|
| Methods in org.apache.cxf.databinding with parameters of type MessagePartInfo | |
|---|---|
java.lang.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(java.lang.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 MessagePartInfo | |
|---|---|
java.lang.Object |
NodeDataReader.read(MessagePartInfo part,
org.w3c.dom.Node input)
|
java.lang.Object |
XMLStreamDataReader.read(MessagePartInfo part,
javax.xml.stream.XMLStreamReader input)
|
void |
NodeDataWriter.write(java.lang.Object obj,
MessagePartInfo part,
org.w3c.dom.Node output)
|
void |
XMLStreamDataWriter.write(java.lang.Object obj,
MessagePartInfo part,
javax.xml.stream.XMLStreamWriter output)
|
| Uses of MessagePartInfo in org.apache.cxf.databinding.stax |
|---|
| Methods in org.apache.cxf.databinding.stax with parameters of type MessagePartInfo | |
|---|---|
java.lang.Object |
StaxDataBinding.XMLStreamDataReader.read(MessagePartInfo part,
javax.xml.stream.XMLStreamReader input)
|
void |
StaxDataBinding.XMLStreamDataWriter.write(java.lang.Object obj,
MessagePartInfo part,
javax.xml.stream.XMLStreamWriter output)
|
| Uses of MessagePartInfo in org.apache.cxf.endpoint.dynamic |
|---|
| Methods in org.apache.cxf.endpoint.dynamic with parameters of type MessagePartInfo | |
|---|---|
void |
TypeClassInitializer.begin(MessagePartInfo part)
|
| Uses of MessagePartInfo in org.apache.cxf.interceptor |
|---|
| Methods in org.apache.cxf.interceptor that return MessagePartInfo | |
|---|---|
protected MessagePartInfo |
AbstractInDatabindingInterceptor.findMessagePart(Exchange exchange,
java.util.Collection<OperationInfo> operations,
javax.xml.namespace.QName name,
boolean client,
int index)
Find the next possible message part in the message. |
| Method parameters in org.apache.cxf.interceptor with type arguments of type MessagePartInfo | |
|---|---|
protected void |
AbstractOutDatabindingInterceptor.writeParts(Message message,
Exchange exchange,
BindingOperationInfo operation,
MessageContentsList objs,
java.util.List<MessagePartInfo> parts)
|
| Uses of MessagePartInfo in org.apache.cxf.jaxb |
|---|
| Methods in org.apache.cxf.jaxb with parameters of type MessagePartInfo | |
|---|---|
protected java.lang.annotation.Annotation[] |
JAXBDataBase.getJAXBAnnotation(MessagePartInfo mpi)
|
static void |
JAXBEncoderDecoder.marshall(javax.xml.bind.Marshaller marshaller,
java.lang.Object elValue,
MessagePartInfo part,
java.lang.Object source)
|
static void |
JAXBEncoderDecoder.marshallException(javax.xml.bind.Marshaller marshaller,
java.lang.Exception elValue,
MessagePartInfo part,
java.lang.Object source)
|
static void |
JAXBEncoderDecoder.marshallNullElement(javax.xml.bind.Marshaller marshaller,
java.lang.Object source,
MessagePartInfo part)
|
static java.lang.Object |
JAXBEncoderDecoder.unmarshall(javax.xml.bind.Unmarshaller u,
java.lang.Object source,
MessagePartInfo part,
boolean unwrap)
|
static java.lang.Exception |
JAXBEncoderDecoder.unmarshallException(javax.xml.bind.Unmarshaller u,
java.lang.Object source,
MessagePartInfo part)
|
| Uses of MessagePartInfo in org.apache.cxf.jaxb.io |
|---|
| Methods in org.apache.cxf.jaxb.io with parameters of type MessagePartInfo | |
|---|---|
javax.xml.bind.Marshaller |
DataWriterImpl.createMarshaller(java.lang.Object elValue,
MessagePartInfo part)
|
java.lang.Object |
DataReaderImpl.read(MessagePartInfo part,
T reader)
|
void |
DataWriterImpl.write(java.lang.Object obj,
MessagePartInfo part,
T output)
|
| Uses of MessagePartInfo in org.apache.cxf.message |
|---|
| Methods in org.apache.cxf.message with parameters of type MessagePartInfo | |
|---|---|
java.lang.Object |
MessageContentsList.get(MessagePartInfo key)
|
boolean |
MessageContentsList.hasValue(MessagePartInfo key)
|
java.lang.Object |
MessageContentsList.put(MessagePartInfo key,
java.lang.Object value)
|
void |
MessageContentsList.remove(MessagePartInfo key)
|
| Uses of MessagePartInfo in org.apache.cxf.service |
|---|
| Methods in org.apache.cxf.service with parameters of type MessagePartInfo | |
|---|---|
void |
ServiceModelVisitor.begin(MessagePartInfo part)
|
void |
ServiceModelSchemaValidator.begin(MessagePartInfo part)
|
void |
ServiceModelVisitor.end(MessagePartInfo part)
|
| Uses of MessagePartInfo in org.apache.cxf.service.factory |
|---|
| Methods in org.apache.cxf.service.factory with parameters of type MessagePartInfo | |
|---|---|
protected void |
ReflectionServiceFactoryBean.checkForElement(ServiceInfo serviceInfo,
MessagePartInfo mpi)
|
long |
ReflectionServiceFactoryBean.getWrapperPartMaxOccurs(MessagePartInfo mpi)
|
java.lang.Long |
AbstractServiceConfiguration.getWrapperPartMaxOccurs(MessagePartInfo mpi)
|
java.lang.Long |
DefaultServiceConfiguration.getWrapperPartMaxOccurs(MessagePartInfo mpi)
|
long |
ReflectionServiceFactoryBean.getWrapperPartMinOccurs(MessagePartInfo mpi)
|
java.lang.Long |
AbstractServiceConfiguration.getWrapperPartMinOccurs(MessagePartInfo mpi)
|
java.lang.Long |
DefaultServiceConfiguration.getWrapperPartMinOccurs(MessagePartInfo mpi)
|
protected void |
ReflectionServiceFactoryBean.initializeParameter(MessagePartInfo part,
java.lang.Class rawClass,
java.lang.reflect.Type type)
|
boolean |
ReflectionServiceFactoryBean.isWrapperPartNillable(MessagePartInfo mpi)
|
java.lang.Boolean |
AbstractServiceConfiguration.isWrapperPartNillable(MessagePartInfo mpi)
|
java.lang.Boolean |
DefaultServiceConfiguration.isWrapperPartNillable(MessagePartInfo mpi)
|
boolean |
ReflectionServiceFactoryBean.isWrapperPartQualified(MessagePartInfo mpi)
|
java.lang.Boolean |
AbstractServiceConfiguration.isWrapperPartQualified(MessagePartInfo mpi)
|
| Uses of MessagePartInfo in org.apache.cxf.service.model |
|---|
| Methods in org.apache.cxf.service.model that return MessagePartInfo | |
|---|---|
MessagePartInfo |
AbstractMessageContainer.addMessagePart(javax.xml.namespace.QName name)
Adds a message part to this container. |
MessagePartInfo |
AbstractMessageContainer.addMessagePart(java.lang.String name)
|
MessagePartInfo |
AbstractMessageContainer.addOutOfBandMessagePart(javax.xml.namespace.QName name)
|
MessagePartInfo |
AbstractMessageContainer.getMessagePart(int n)
Returns the n'th message part. |
MessagePartInfo |
AbstractMessageContainer.getMessagePart(javax.xml.namespace.QName name)
Returns the message part with the given name, if found. |
MessagePartInfo |
AbstractMessageContainer.getMessagePartByIndex(int i)
|
| Methods in org.apache.cxf.service.model that return types with arguments of type MessagePartInfo | |
|---|---|
java.util.List<MessagePartInfo> |
AbstractMessageContainer.getMessageParts()
Returns all message parts for this message. |
java.util.List<MessagePartInfo> |
BindingMessageInfo.getMessageParts()
|
java.util.Map<javax.xml.namespace.QName,MessagePartInfo> |
MessageInfo.getMessagePartsMap()
|
java.util.List<MessagePartInfo> |
MessageInfo.getOrderedParts(java.util.List<java.lang.String> order)
|
java.util.List<MessagePartInfo> |
AbstractMessageContainer.getOutOfBandParts()
|
| Methods in org.apache.cxf.service.model with parameters of type MessagePartInfo | |
|---|---|
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)
|
| Method parameters in org.apache.cxf.service.model with type arguments of type MessagePartInfo | |
|---|---|
void |
BindingMessageInfo.setMessageParts(java.util.List<MessagePartInfo> messageParts)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||