com.sforce.ws.bind
Interface XmlTypeInfoProvider
- All Superinterfaces:
- XMLizable
public interface XmlTypeInfoProvider
- extends XMLizable
This interface can be used to indicate that it knows what its type Info is, and to use this in preference to asking to the TypeMapper
for the type info. This is primarily used by XmlObject.
If you want to defer to the default type mapping, you can return null from the getTypeInfo call (or just not implement this interface)
- Author:
- sfell
getTypeInfo
TypeInfo getTypeInfo(String elemNamespaceURI,
String elemLocalName,
TypeMapper mapper)
Copyright © 2013. All Rights Reserved.