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 {@link JavaMethod}.
It also retains information about the databinding done for a SEI; such as {@link JAXBRIContext} and {@link Bridge}.
This model is constructed only when there is a Java SEI. Therefore it's not available with {@link Dispatch} or {@link Provider}. Technologies that need to work regardless of such surface API difference shall not be using this model. @author Vivek Pandey
|
|
|
|