Java Doc for WSDLExtensible.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » api » model » wsdl » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Gets all the extensions that is assignable to the given type.
This allows clients to find specific extensions in a type-safe
and convenient way.
Parameters: type - The type of the extension to obtain. Must not be null.Can be an empty collection but never null.