|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSDLPortImpl | |
|---|---|
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
| com.sun.xml.ws.model.wsdl | |
| Uses of WSDLPortImpl in com.sun.xml.ws.client |
|---|
| Methods in com.sun.xml.ws.client that return WSDLPortImpl | |
|---|---|
WSDLPortImpl |
WSServiceDelegate.getPortModel(WSDLServiceImpl wsdlService,
QName portName)
Obtains a WSDLPortImpl with error check. |
| Uses of WSDLPortImpl in com.sun.xml.ws.model.wsdl |
|---|
| Methods in com.sun.xml.ws.model.wsdl that return WSDLPortImpl | |
|---|---|
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 |
| Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLPortImpl | |
|---|---|
Iterable<WSDLPortImpl> |
WSDLServiceImpl.getPorts()
|
| Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLPortImpl | |
|---|---|
void |
WSDLServiceImpl.put(QName portName,
WSDLPortImpl port)
Populates the Map that holds port name as key and WSDLPort as the value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||