public class XmlBasedOperations extends Object
| Constructor and Description |
|---|
XmlBasedOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAsActingForTagContentValue(InputStream xmlBody) |
void |
tagContentAsActingForAttributeValue(InputStream xmlBody) |
void |
textAsActingForAttributeValue(InputStream xmlBody) |
public void textAsActingForAttributeValue(@FieldValues(value=WithRequiredParameterSdkValueProvider.class,targetSelectors="nested.tag.@customAttribute",bindings=) @Content @TypeResolver(value=XmlTypeResolver.class) InputStream xmlBody)
public void attributeAsActingForTagContentValue(@FieldValues(value=WithRequiredParameterSdkValueProvider.class,targetSelectors="nested.tag",bindings=) @Content @TypeResolver(value=XmlTypeResolver.class) InputStream xmlBody)
public void tagContentAsActingForAttributeValue(@FieldValues(value=WithRequiredParameterSdkValueProvider.class,targetSelectors="nested.tag.@customAttribute",bindings=) @Content @TypeResolver(value=XmlTypeResolver.class) InputStream xmlBody)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.