Package org.apache.juneau.soap
Class SoapXmlBeanPropertyMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanPropertyMeta
org.apache.juneau.soap.SoapXmlBeanPropertyMeta
Metadata on bean properties specific to the SOAP/XML serializers and parsers pulled from the
@SoapXml
annotation on the bean property.
See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class org.apache.juneau.ExtendedBeanPropertyMeta
getBeanPropertyMeta
-
Field Details
-
DEFAULT
Default instance.
-
-
Constructor Details
-
SoapXmlBeanPropertyMeta
Constructor.- Parameters:
bpm
- The metadata of the bean property of this additional metadata.mp
- SOAP/XML metadata provider (for finding information about other artifacts).
-