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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.ExtendedBeanPropertyMetagetBeanPropertyMeta
- 
Field Details- 
DEFAULTDefault instance.
 
- 
- 
Constructor Details- 
SoapXmlBeanPropertyMetaConstructor.- Parameters:
- bpm- The metadata of the bean property of this additional metadata.
- mp- SOAP/XML metadata provider (for finding information about other artifacts).
 
 
-