com.infoengine.soap
Interface Introspectable

All Superinterfaces:
SOAPElementHandler
All Known Implementing Classes:
GenericBusinessObject

public interface Introspectable
extends SOAPElementHandler

This is a tag interface that can be implemented by an instance of SOAPElementHandler when it promises to return instances of itself as the result of objectToElement calls.

This has the advantage of allowing WSDL generation to generate strongly typed information for the implementor instead of saying anyType.

If a SOAPElementHandler is introspectable it cannot ignore the elementName parameter on calls to objectToElement.


Methods inherited from interface com.infoengine.soap.SOAPElementHandler
elementToObject, objectToElement