Package | Description |
---|---|
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.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) . |
Modifier and Type | Method and Description |
---|---|
void |
WSDLExtensible.addExtension(WSDLExtension extension)
Adds a new
WSDLExtension
to this object. |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractExtensibleImpl.UnknownWSDLExtension |
Modifier and Type | Field and Description |
---|---|
protected Set<WSDLExtension> |
AbstractExtensibleImpl.extensions |
Modifier and Type | Method and Description |
---|---|
<T extends WSDLExtension> |
AbstractExtensibleImpl.getExtension(Class<T> type) |
<T extends WSDLExtension> |
AbstractExtensibleImpl.getExtensions(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
Iterable<WSDLExtension> |
AbstractExtensibleImpl.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExtensibleImpl.addExtension(WSDLExtension ex) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.