|
||||||||||
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 | |
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(QName portName)
Obtains a WSDLPortImpl with error check. |
Uses of WSDLPortImpl in com.sun.xml.ws.model |
---|
Methods in com.sun.xml.ws.model with parameters of type WSDLPortImpl | |
---|---|
(package private) void |
JavaMethodImpl.freeze(WSDLPortImpl portType)
|
void |
AbstractSEIModelImpl.freeze(WSDLPortImpl port)
Link SEIModel to WSDLModel . |
Constructors in com.sun.xml.ws.model with parameters of type WSDLPortImpl | |
---|---|
RuntimeModeler(Class sei,
QName serviceName,
WSDLPortImpl wsdlPort)
creates an instance of RunTimeModeler given a sei and binding |
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 |