Package com.sun.xml.ws.api.model.wsdl
Interface WSDLService
- All Superinterfaces:
WSDLExtensible,WSDLObject
- All Known Subinterfaces:
EditableWSDLService
- All Known Implementing Classes:
WSDLServiceImpl
Abstracts wsdl:service.
- Author:
- Vivek Pandey
-
Method Summary
Modifier and TypeMethodDescriptionGets theWSDLPortfor a given port nameGets the firstWSDLPortif any, or otherwise null.getMatchingPort(QName portTypeName) Gets the first port in this service which matches the portTypegetName()Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.Gets theWSDLModelthat owns this service.getPorts()Gives all theWSDLPortin a wsdl:serviceWSDLServiceMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Method Details
-
getParent
Gets theWSDLModelthat owns this service. -
getName
Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri. -
get
Gets theWSDLPortfor a given port name- Parameters:
portName- non-null operationName- Returns:
- null if a
WSDLPortis not found
-
getFirstPort
WSDLPort getFirstPort()Gets the firstWSDLPortif any, or otherwise null. -
getMatchingPort
Gets the first port in this service which matches the portType -
getPorts
Gives all theWSDLPortin a wsdl:serviceWSDLService
-