Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLExtension

Packages that use WSDLExtension
com.sun.xml.ws.api.addressing   
com.sun.xml.ws.api.model.wsdl   
 

Uses of WSDLExtension in com.sun.xml.ws.api.addressing
 

Classes in com.sun.xml.ws.api.addressing that implement WSDLExtension
 class WSEndpointReference
          Internal representation of the EPR.
 

Uses of WSDLExtension in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl with type parameters of type WSDLExtension
<T extends WSDLExtension>
T
WSDLExtensible.getExtension(Class<T> type)
          Gets the extension that is assignable to the given type.
<T extends WSDLExtension>
Iterable<T>
WSDLExtensible.getExtensions(Class<T> type)
          Gets all the extensions that is assignable to the given type.
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLExtension
 Iterable<WSDLExtension> WSDLExtensible.getExtensions()
          Gets all the WSDLExtensions added through WSDLExtensible.addExtension(WSDLExtension).
 List<? extends WSDLExtension> WSDLExtensible.getNotUnderstoodExtensions()
          Lists extensions marked as not understood
 

Methods in com.sun.xml.ws.api.model.wsdl with parameters of type WSDLExtension
 void WSDLExtensible.addExtension(WSDLExtension extension)
          Adds a new WSDLExtension to this object.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.