|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
WSDLExtensible.getExtension(Class<T> type)
Gets the extension that is assignable to the given type. |
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||