Package 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeInfogetTypeInfo(String elemNamespaceURI, String elemLocalName, TypeMapper mapper)
-
-
-
Method Detail
-
getTypeInfo
TypeInfo getTypeInfo(String elemNamespaceURI, String elemLocalName, TypeMapper mapper)
-
-