Represents abstraction of SEI.
This interface would be used to access which Java concepts correspond to
which WSDL concepts, such as which wsdl:port corresponds to
a SEI, or which wsdl:operation corresponds to
JavaMethod .
It also retains information about the databinding done for a SEI;
such as
JAXBRIContext and
Bridge .
This model is constructed only when there is a Java SEI. Therefore it's
not available with
Dispatch or
Provider . Technologies that
need to work regardless of such surface API difference shall not be using
this model.
author: Vivek Pandey |