| Package | Description |
|---|---|
| com.sun.xml.ws.api.model.wsdl | |
| com.sun.xml.ws.api.model.wsdl.editable | |
| com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
| com.sun.xml.ws.model.wsdl |
| Modifier and Type | Method and Description |
|---|---|
WSDLService |
WSDLPort.getOwner()
Gets the
WSDLService that owns this port. |
WSDLService |
WSDLModel.getService(QName name)
Gets
WSDLService that models wsdl:service |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,? extends WSDLService> |
WSDLModel.getServices()
Gives a
Map of wsdl:service qualified name and WSDLService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EditableWSDLService |
| Modifier and Type | Method and Description |
|---|---|
WSDLService |
WSServiceDelegate.getWsdlService() |
| Modifier and Type | Method and Description |
|---|---|
WSDLPort |
WSServiceDelegate.getPortModel(WSDLService wsdlService,
QName portName)
Obtains a
WSDLPortImpl with error check. |
| Constructor and Description |
|---|
WSServiceDelegate(Source wsdl,
WSDLService service,
QName serviceName,
Class<? extends Service> serviceClass,
WebServiceFeature... features) |
WSServiceDelegate(Source wsdl,
WSDLService service,
QName serviceName,
Class<? extends Service> serviceClass,
WebServiceFeatureList features) |
| Modifier and Type | Class and Description |
|---|---|
class |
WSDLServiceImpl
Implementation of
WSDLService |
Copyright © 2015 Oracle Corporation. All rights reserved.