Uses of Class
org.apache.cxf.service.model.MessagePartInfo
-
-
Uses of MessagePartInfo in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding that return MessagePartInfo Modifier and Type Method Description MessagePartInfoAegisDatabinding. getPartFromClass(Class<?> cls)Methods in org.apache.cxf.aegis.databinding with parameters of type MessagePartInfo Modifier and Type Method Description AegisTypeAegisDatabinding. getType(MessagePartInfo part)ObjectElementDataReader. read(MessagePartInfo part, Element input)Read an object from the input, applying additional conventions based on the WSDL message part.ObjectXMLStreamDataReader. read(MessagePartInfo part, XMLStreamReader input)voidElementDataWriter. write(Object obj, MessagePartInfo part, Element output)voidXMLStreamDataWriter. write(Object obj, MessagePartInfo part, XMLStreamWriter output) -
Uses of MessagePartInfo in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors that return MessagePartInfo Modifier and Type Method Description protected MessagePartInfoCorbaStreamFaultOutInterceptor. getFaultMessagePartInfo(OperationInfo opInfo, QName faultName) -
Uses of MessagePartInfo in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap with parameters of type MessagePartInfo Modifier and Type Method Description protected booleanSoapBindingConfiguration. 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 Modifier and Type Method Description MessagePartInfoSoapHeaderInfo. getPart()Methods in org.apache.cxf.binding.soap.model that return types with arguments of type MessagePartInfo Modifier and Type Method Description List<MessagePartInfo>SoapBodyInfo. getAttachments()List<MessagePartInfo>SoapBodyInfo. getParts()Methods in org.apache.cxf.binding.soap.model with parameters of type MessagePartInfo Modifier and Type Method Description voidSoapHeaderInfo. setPart(MessagePartInfo part)Method parameters in org.apache.cxf.binding.soap.model with type arguments of type MessagePartInfo Modifier and Type Method Description voidSoapBodyInfo. setAttachments(List<MessagePartInfo> attachments)voidSoapBodyInfo. setParts(List<MessagePartInfo> parts) -
Uses of MessagePartInfo in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding with parameters of type MessagePartInfo Modifier and Type Method Description ObjectDataReader. read(MessagePartInfo part, T input)Read an object from the input, applying additional conventions based on the WSDL message part.voidDataWriter. 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 MessagePartInfo Modifier and Type Method Description ObjectNodeDataReader. read(MessagePartInfo part, Node input)ObjectXMLStreamDataReader. read(MessagePartInfo part, XMLStreamReader input)voidNodeDataWriter. write(Object obj, MessagePartInfo part, Node output)voidXMLStreamDataWriter. 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 MessagePartInfo Modifier and Type Method Description ObjectStaxDataBinding.XMLStreamDataReader. read(MessagePartInfo part, XMLStreamReader input)voidStaxDataBinding.XMLStreamDataWriter. write(Object obj, MessagePartInfo part, XMLStreamWriter output) -
Uses of MessagePartInfo in org.apache.cxf.endpoint.dynamic
Methods in org.apache.cxf.endpoint.dynamic with parameters of type MessagePartInfo Modifier and Type Method Description voidTypeClassInitializer. begin(MessagePartInfo part) -
Uses of MessagePartInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return MessagePartInfo Modifier and Type Method Description protected MessagePartInfoAbstractInDatabindingInterceptor. 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 MessagePartInfo Modifier and Type Method Description protected voidAbstractOutDatabindingInterceptor. writeParts(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts) -
Uses of MessagePartInfo in org.apache.cxf.javascript.service
Methods in org.apache.cxf.javascript.service with parameters of type MessagePartInfo Modifier and Type Method Description voidServiceJavascriptBuilder. end(MessagePartInfo part) -
Uses of MessagePartInfo in org.apache.cxf.jaxb
Methods in org.apache.cxf.jaxb with parameters of type MessagePartInfo Modifier and Type Method Description protected Annotation[]JAXBDataBase. getJAXBAnnotation(MessagePartInfo mpi)protected booleanJAXBDataBase. honorJAXBAnnotations(MessagePartInfo part)static voidJAXBEncoderDecoder. marshall(javax.xml.bind.Marshaller marshaller, Object elValue, MessagePartInfo part, Object source)static voidJAXBEncoderDecoder. marshallException(javax.xml.bind.Marshaller marshaller, Exception elValue, MessagePartInfo part, Object source)static voidJAXBEncoderDecoder. marshallNullElement(javax.xml.bind.Marshaller marshaller, Object source, MessagePartInfo part)static ObjectJAXBEncoderDecoder. unmarshall(javax.xml.bind.Unmarshaller u, Object source, MessagePartInfo part, boolean unwrap)static ExceptionJAXBEncoderDecoder. unmarshallException(javax.xml.bind.Unmarshaller u, 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 Modifier and Type Method Description javax.xml.bind.MarshallerDataWriterImpl. createMarshaller(Object elValue, MessagePartInfo part)ObjectDataReaderImpl. read(MessagePartInfo part, T reader)voidDataWriterImpl. write(Object obj, MessagePartInfo part, T output) -
Uses of MessagePartInfo in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support with parameters of type MessagePartInfo Modifier and Type Method Description LongJaxWsServiceConfiguration. getWrapperPartMinOccurs(MessagePartInfo mpi)protected voidJaxWsServiceFactoryBean. initializeParameter(MessagePartInfo part, Class<?> rawClass, Type type)BooleanJaxWsServiceConfiguration. isWrapperPartQualified(MessagePartInfo mpi) -
Uses of MessagePartInfo in org.apache.cxf.message
Methods in org.apache.cxf.message with parameters of type MessagePartInfo Modifier and Type Method Description ObjectMessageContentsList. get(MessagePartInfo key)booleanMessageContentsList. hasValue(MessagePartInfo key)ObjectMessageContentsList. put(MessagePartInfo key, Object value)voidMessageContentsList. 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 MessagePartInfo Modifier and Type Method Description voidServiceModelSchemaValidator. begin(MessagePartInfo part)voidServiceModelVisitor. begin(MessagePartInfo part)voidServiceModelVisitor. end(MessagePartInfo part) -
Uses of MessagePartInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return MessagePartInfo Modifier and Type Method Description MessagePartInfoAbstractMessageContainer. addMessagePart(String name)MessagePartInfoAbstractMessageContainer. addMessagePart(QName name)Adds a message part to this container.MessagePartInfoAbstractMessageContainer. addOutOfBandMessagePart(QName name)MessagePartInfoAbstractMessageContainer. getFirstMessagePart()MessagePartInfoAbstractMessageContainer. getMessagePart(int n)Returns the n'th message part.MessagePartInfoAbstractMessageContainer. getMessagePart(QName name)Returns the message part with the given name, if found.MessagePartInfoAbstractMessageContainer. getMessagePartByIndex(int i)Methods in org.apache.cxf.service.model that return types with arguments of type MessagePartInfo Modifier and Type Method Description List<MessagePartInfo>AbstractMessageContainer. getMessageParts()Returns all message parts for this message.List<MessagePartInfo>BindingMessageInfo. getMessageParts()Map<QName,MessagePartInfo>MessageInfo. getMessagePartsMap()List<MessagePartInfo>MessageInfo. getOrderedParts(List<String> order)List<MessagePartInfo>AbstractMessageContainer. getOutOfBandParts()Methods in org.apache.cxf.service.model with parameters of type MessagePartInfo Modifier and Type Method Description voidAbstractMessageContainer. addMessagePart(MessagePartInfo part)Adds a message part to this container.intAbstractMessageContainer. getMessagePartIndex(MessagePartInfo part)static SchemaInfoServiceModelUtil. getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo)Method parameters in org.apache.cxf.service.model with type arguments of type MessagePartInfo Modifier and Type Method Description voidBindingMessageInfo. setMessageParts(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 Modifier and Type Method Description protected JavaParameterParameterProcessor. addParameter(MessagePartInfo mpart, JavaMethod method, JavaParameter parameter)JavaParameterParameterProcessor. addParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style)This method will be used by binding processor to change existing generated java method of porttypestatic DefaultValueWriterProcessorUtil. getDefaultValueWriter(MessagePartInfo part, ToolContext context)static DefaultValueWriterProcessorUtil. getDefaultValueWriterForWrappedElement(MessagePartInfo part, ToolContext context, QName subElement)static QNameProcessorUtil. getElementName(MessagePartInfo part)static StringProcessorUtil. getFullClzName(MessagePartInfo part, ToolContext context, boolean primitiveType)static QNameProcessorUtil. getMappedElementName(MessagePartInfo part, ToolContext env)static StringProcessorUtil. getPartType(MessagePartInfo part)static StringProcessorUtil. getType(MessagePartInfo part, ToolContext context, boolean fullname)static StringProcessorUtil. resolvePartName(MessagePartInfo part)static StringProcessorUtil. resolvePartNamespace(MessagePartInfo part)static StringProcessorUtil. resolvePartType(MessagePartInfo part)static StringProcessorUtil. resolvePartType(MessagePartInfo part, ToolContext env)static StringProcessorUtil. 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 Modifier and Type Method Description static JavaParameterParameterMapper. map(JavaMethod jm, MessagePartInfo part, JavaType.Style style, ToolContext context) -
Uses of MessagePartInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory with parameters of type MessagePartInfo Modifier and Type Method Description protected voidReflectionServiceFactoryBean. checkForElement(ServiceInfo serviceInfo, MessagePartInfo mpi)LongAbstractServiceConfiguration. getWrapperPartMaxOccurs(MessagePartInfo mpi)LongDefaultServiceConfiguration. getWrapperPartMaxOccurs(MessagePartInfo mpi)longReflectionServiceFactoryBean. getWrapperPartMaxOccurs(MessagePartInfo mpi)LongAbstractServiceConfiguration. getWrapperPartMinOccurs(MessagePartInfo mpi)LongDefaultServiceConfiguration. getWrapperPartMinOccurs(MessagePartInfo mpi)longReflectionServiceFactoryBean. getWrapperPartMinOccurs(MessagePartInfo mpi)protected voidReflectionServiceFactoryBean. initializeParameter(MessagePartInfo part, Class<?> rawClass, Type type)BooleanAbstractServiceConfiguration. isWrapperPartNillable(MessagePartInfo mpi)BooleanDefaultServiceConfiguration. isWrapperPartNillable(MessagePartInfo mpi)booleanReflectionServiceFactoryBean. isWrapperPartNillable(MessagePartInfo mpi)BooleanAbstractServiceConfiguration. isWrapperPartQualified(MessagePartInfo mpi)BooleanReflectionServiceFactoryBean. isWrapperPartQualified(MessagePartInfo mpi)
-