Package org.apache.juneau.soap
Interface SoapXmlMetaProvider
- All Known Implementing Classes:
SoapXmlSerializer
public interface SoapXmlMetaProvider
Interface for providing access to
SoapXmlClassMeta and SoapXmlBeanPropertyMeta objects.-
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getSoapXmlClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.
-
Method Details
-
getSoapXmlBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-
getSoapXmlClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-