| Package | Description |
|---|---|
| com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
| com.sun.xml.ws.model.wsdl |
| Modifier and Type | Method and Description |
|---|---|
WSDLPortImpl |
WSServiceDelegate.getPortModel(WSDLServiceImpl wsdlService,
QName portName)
Obtains a
WSDLPortImpl with error check. |
| Modifier and Type | Method and Description |
|---|---|
WSDLPortImpl |
WSDLServiceImpl.get(QName portName) |
WSDLPortImpl |
WSDLServiceImpl.getMatchingPort(QName portTypeName)
gets the first port in this service which matches the portType
|
WSDLPortImpl |
WSDLModelImpl.getMatchingPort(QName serviceName,
QName portType)
gets the first port in the wsdl which matches the serviceName and portType
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<WSDLPortImpl> |
WSDLServiceImpl.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDLServiceImpl.put(QName portName,
WSDLPortImpl port)
Populates the Map that holds port name as key and
WSDLPort as the value. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.