Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Map<QName,? extends WSDLBoundPortType> |
WSDLModel.getBindings()
|
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLBoundPortType |
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundPortTypeImpl
Implementation of
WSDLBoundPortType |
Copyright © 2015 Oracle Corporation. All rights reserved.