Modifier and Type | Method and Description |
---|---|
MessagePartInfo |
AegisDatabinding.getPartFromClass(Class<?> cls) |
Modifier and Type | Method and Description |
---|---|
AegisType |
AegisDatabinding.getType(MessagePartInfo part) |
Object |
ElementDataReader.read(MessagePartInfo part,
Element input)
Read an object from the input, applying additional conventions based on the WSDL message
part.
|
Object |
XMLStreamDataReader.read(MessagePartInfo part,
XMLStreamReader input) |
void |
ElementDataWriter.write(Object obj,
MessagePartInfo part,
Element output) |
void |
XMLStreamDataWriter.write(Object obj,
MessagePartInfo part,
XMLStreamWriter output) |
Modifier and Type | Method and Description |
---|---|
protected MessagePartInfo |
CorbaStreamFaultOutInterceptor.getFaultMessagePartInfo(OperationInfo opInfo,
QName faultName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SoapBindingConfiguration.isHeader(BindingOperationInfo op,
MessagePartInfo part) |
Modifier and Type | Method and Description |
---|---|
MessagePartInfo |
SoapHeaderInfo.getPart() |
Modifier and Type | Method and Description |
---|---|
List<MessagePartInfo> |
SoapBodyInfo.getAttachments() |
List<MessagePartInfo> |
SoapBodyInfo.getParts() |
Modifier and Type | Method and Description |
---|---|
void |
SoapHeaderInfo.setPart(MessagePartInfo part) |
Modifier and Type | Method and Description |
---|---|
void |
SoapBodyInfo.setAttachments(List<MessagePartInfo> attachments) |
void |
SoapBodyInfo.setParts(List<MessagePartInfo> parts) |
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 |
---|---|
void |
TypeClassInitializer.begin(MessagePartInfo part) |
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 |
---|---|
void |
ServiceJavascriptBuilder.end(MessagePartInfo part) |
Modifier and Type | Method and Description |
---|---|
protected Annotation[] |
JAXBDataBase.getJAXBAnnotation(MessagePartInfo mpi) |
protected boolean |
JAXBDataBase.honorJAXBAnnotations(MessagePartInfo part) |
static void |
JAXBEncoderDecoder.marshall(Marshaller marshaller,
Object elValue,
MessagePartInfo part,
Object source) |
static void |
JAXBEncoderDecoder.marshallException(Marshaller marshaller,
Exception elValue,
MessagePartInfo part,
Object source) |
static void |
JAXBEncoderDecoder.marshallNullElement(Marshaller marshaller,
Object source,
MessagePartInfo part) |
static Object |
JAXBEncoderDecoder.unmarshall(Unmarshaller u,
Object source,
MessagePartInfo part,
boolean unwrap) |
static Exception |
JAXBEncoderDecoder.unmarshallException(Unmarshaller u,
Object source,
MessagePartInfo part) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
DataWriterImpl.createMarshaller(Object elValue,
MessagePartInfo part) |
Object |
DataReaderImpl.read(MessagePartInfo part,
T reader) |
void |
DataWriterImpl.write(Object obj,
MessagePartInfo part,
T output) |
Modifier and Type | Method and Description |
---|---|
Long |
JaxWsServiceConfiguration.getWrapperPartMinOccurs(MessagePartInfo mpi) |
protected void |
JaxWsServiceFactoryBean.initializeParameter(MessagePartInfo part,
Class<?> rawClass,
Type type) |
Boolean |
JaxWsServiceConfiguration.isWrapperPartQualified(MessagePartInfo mpi) |
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) |
Modifier and Type | Method and Description |
---|---|
protected JavaParameter |
ParameterProcessor.addParameter(MessagePartInfo mpart,
JavaMethod method,
JavaParameter parameter) |
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,
QName subElement) |
static QName |
ProcessorUtil.getElementName(MessagePartInfo part) |
static String |
ProcessorUtil.getFullClzName(MessagePartInfo part,
ToolContext context,
boolean primitiveType) |
static QName |
ProcessorUtil.getMappedElementName(MessagePartInfo part,
ToolContext env) |
static String |
ProcessorUtil.getPartType(MessagePartInfo part) |
static String |
ProcessorUtil.getType(MessagePartInfo part,
ToolContext context,
boolean fullname) |
static String |
ProcessorUtil.resolvePartName(MessagePartInfo part) |
static String |
ProcessorUtil.resolvePartNamespace(MessagePartInfo part) |
static String |
ProcessorUtil.resolvePartType(MessagePartInfo part) |
static String |
ProcessorUtil.resolvePartType(MessagePartInfo part,
ToolContext env) |
static String |
ProcessorUtil.resolvePartType(MessagePartInfo part,
ToolContext context,
boolean fullName) |
Modifier and Type | Method and Description |
---|---|
static JavaParameter |
ParameterMapper.map(JavaMethod jm,
MessagePartInfo part,
JavaType.Style style,
ToolContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReflectionServiceFactoryBean.checkForElement(ServiceInfo serviceInfo,
MessagePartInfo mpi) |
Long |
AbstractServiceConfiguration.getWrapperPartMaxOccurs(MessagePartInfo mpi) |
Long |
DefaultServiceConfiguration.getWrapperPartMaxOccurs(MessagePartInfo mpi) |
long |
ReflectionServiceFactoryBean.getWrapperPartMaxOccurs(MessagePartInfo mpi) |
Long |
AbstractServiceConfiguration.getWrapperPartMinOccurs(MessagePartInfo mpi) |
Long |
DefaultServiceConfiguration.getWrapperPartMinOccurs(MessagePartInfo mpi) |
long |
ReflectionServiceFactoryBean.getWrapperPartMinOccurs(MessagePartInfo mpi) |
protected void |
ReflectionServiceFactoryBean.initializeParameter(MessagePartInfo part,
Class<?> rawClass,
Type type) |
Boolean |
AbstractServiceConfiguration.isWrapperPartNillable(MessagePartInfo mpi) |
Boolean |
DefaultServiceConfiguration.isWrapperPartNillable(MessagePartInfo mpi) |
boolean |
ReflectionServiceFactoryBean.isWrapperPartNillable(MessagePartInfo mpi) |
Boolean |
AbstractServiceConfiguration.isWrapperPartQualified(MessagePartInfo mpi) |
Boolean |
ReflectionServiceFactoryBean.isWrapperPartQualified(MessagePartInfo mpi) |
Apache CXF