Uses of Class
org.apache.cxf.service.model.MessagePartInfo

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   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper   
 

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)
           
 

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
static void JAXBEncoderDecoder.marshall(javax.xml.bind.JAXBContext context, javax.xml.validation.Schema schema, java.lang.Object elValue, MessagePartInfo part, java.lang.Object source, javax.xml.bind.attachment.AttachmentMarshaller am, java.util.Map<java.lang.String,java.lang.Object> marshallerProperties)
           
static void JAXBEncoderDecoder.marshall(javax.xml.bind.JAXBContext context, javax.xml.validation.Schema schema, java.lang.Object elValue, MessagePartInfo part, java.lang.Object source, java.util.Map<java.lang.String,java.lang.Object> marshallerProperties)
           
static void JAXBEncoderDecoder.marshallException(javax.xml.bind.JAXBContext context, javax.xml.validation.Schema schema, java.lang.Exception elValue, MessagePartInfo part, java.lang.Object source, javax.xml.bind.attachment.AttachmentMarshaller am, java.util.Map<java.lang.String,java.lang.Object> marshallerProperties)
           
static void JAXBEncoderDecoder.marshallNullElement(javax.xml.bind.JAXBContext context, javax.xml.validation.Schema schema, java.lang.Object source, MessagePartInfo part, java.util.Map<java.lang.String,java.lang.Object> marshallerProperties)
           
static java.lang.Object JAXBEncoderDecoder.unmarshall(javax.xml.bind.JAXBContext context, javax.xml.validation.Schema schema, java.lang.Object source, MessagePartInfo part, javax.xml.bind.attachment.AttachmentUnmarshaller au, boolean unwrap)
           
static java.lang.Exception JAXBEncoderDecoder.unmarshallException(javax.xml.bind.JAXBContext context, javax.xml.validation.Schema schema, java.lang.Object source, MessagePartInfo part, javax.xml.bind.attachment.AttachmentUnmarshaller au)
           
 

Uses of MessagePartInfo in org.apache.cxf.jaxb.io
 

Methods in org.apache.cxf.jaxb.io with parameters of type MessagePartInfo
 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)
           
 java.lang.Long AbstractServiceConfiguration.getWrapperPartMaxOccurs(MessagePartInfo mpi)
           
 long ReflectionServiceFactoryBean.getWrapperPartMaxOccurs(MessagePartInfo mpi)
           
 java.lang.Long DefaultServiceConfiguration.getWrapperPartMaxOccurs(MessagePartInfo mpi)
           
 java.lang.Long AbstractServiceConfiguration.getWrapperPartMinOccurs(MessagePartInfo mpi)
           
 long ReflectionServiceFactoryBean.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)
           
 java.lang.Boolean AbstractServiceConfiguration.isWrapperPartNillable(MessagePartInfo mpi)
           
 boolean ReflectionServiceFactoryBean.isWrapperPartNillable(MessagePartInfo mpi)
           
 java.lang.Boolean DefaultServiceConfiguration.isWrapperPartNillable(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)
           
 

Uses of MessagePartInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type MessagePartInfo
 JavaParameter ParameterProcessor.addParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style)
          This method will be used by binding processor to change existing generated java method of porttype
static DefaultValueWriter ProcessorUtil.getDefaultValueWriter(MessagePartInfo part, ToolContext context)
           
static DefaultValueWriter ProcessorUtil.getDefaultValueWriterForWrappedElement(MessagePartInfo part, ToolContext context, javax.xml.namespace.QName subElement)
           
static javax.xml.namespace.QName ProcessorUtil.getElementName(MessagePartInfo part)
           
static java.lang.String ProcessorUtil.getFullClzName(MessagePartInfo part, ToolContext context, boolean primitiveType)
           
static javax.xml.namespace.QName ProcessorUtil.getMappedElementName(MessagePartInfo part, ToolContext env)
           
static java.lang.String ProcessorUtil.getPartType(MessagePartInfo part)
           
static java.lang.String ProcessorUtil.getType(MessagePartInfo part, ToolContext context, boolean fullname)
           
static java.lang.String ProcessorUtil.resolvePartName(MessagePartInfo part)
           
static java.lang.String ProcessorUtil.resolvePartNamespace(MessagePartInfo part)
           
static java.lang.String ProcessorUtil.resolvePartType(MessagePartInfo part)
           
static java.lang.String ProcessorUtil.resolvePartType(MessagePartInfo part, ToolContext env)
           
static java.lang.String ProcessorUtil.resolvePartType(MessagePartInfo part, ToolContext context, boolean fullName)
           
 

Uses of MessagePartInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper with parameters of type MessagePartInfo
static JavaParameter ParameterMapper.map(MessagePartInfo part, JavaType.Style style, ToolContext context)
           
 



Apache CXF