|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSDLBoundPortType | |
---|---|
com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.wsdl.parser | Extension point for WSDL parsing. |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.wsdl.parser |
Uses of WSDLBoundPortType in com.sun.xml.ws.api.message |
---|
Methods in com.sun.xml.ws.api.message with parameters of type WSDLBoundPortType | |
---|---|
WSDLBoundOperation |
Message.getOperation(WSDLBoundPortType boundPortType)
Returns the operation of which this message is an instance of. |
Uses of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl |
---|
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundPortType | |
---|---|
WSDLBoundPortType |
WSDLPort.getBinding()
Gets WSDLBoundPortType associated with the WSDLPort . |
WSDLBoundPortType |
WSDLModel.getBinding(QName name)
Gets WSDLBoundPortType that models wsdl:binding |
WSDLBoundPortType |
WSDLModel.getBinding(QName serviceName,
QName portName)
Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names. |
WSDLBoundPortType |
WSDLBoundOperation.getBoundPortType()
Gives the owner WSDLBoundPortType |
Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundPortType | |
---|---|
Map<QName,WSDLBoundPortType> |
WSDLModel.getBindings()
Gives a Map of wsdl:binding QName and WSDLBoundPortType |
Uses of WSDLBoundPortType in com.sun.xml.ws.api.wsdl.parser |
---|
Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLBoundPortType | |
---|---|
void |
WSDLParserExtension.bindingAttributes(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
Uses of WSDLBoundPortType in com.sun.xml.ws.model.wsdl |
---|
Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundPortType | |
---|---|
class |
WSDLBoundPortTypeImpl
Implementation of WSDLBoundPortType |
Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundPortType | |
---|---|
WSDLBoundPortType |
WSDLBoundOperationImpl.getBoundPortType()
|
Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLBoundPortType | |
---|---|
Map<QName,WSDLBoundPortType> |
WSDLModelImpl.getBindings()
|
Uses of WSDLBoundPortType in com.sun.xml.ws.wsdl.parser |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |