Package | Description |
---|---|
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.model.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
WSEndpointReference
Internal representation of the EPR.
|
Modifier and Type | Method and Description |
---|---|
<T extends WSDLExtension> |
WSDLExtensible.getExtension(Class<T> type)
Gets the extension that is assignable to the given type.
|
<T extends WSDLExtension> |
WSDLExtensible.getExtensions(Class<T> type)
Gets all the extensions that is assignable to the given type.
|
Modifier and Type | Method and Description |
---|---|
Iterable<WSDLExtension> |
WSDLExtensible.getExtensions()
Gets all the
WSDLExtension s
added through WSDLExtensible.addExtension(WSDLExtension) . |
List<? extends WSDLExtension> |
WSDLExtensible.getNotUnderstoodExtensions()
Lists extensions marked as not understood
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLExtensible.addExtension(WSDLExtension extension)
Adds a new
WSDLExtension
to this object. |
Copyright © 2015 Oracle Corporation. All rights reserved.