Java Doc for WSDLModel.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » api » model » wsdl » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Gets
WSDLBoundPortType that models wsdl:binding Parameters: name - non-null quaified name of wsdl:binding, where the localName is the value of wsdl:binding@name andthe namespaceURI is the value of wsdl:definitions@targetNamespace A WSDLBoundPortType or null if no wsdl:binding found
Give a
WSDLBoundPortType for the given wsdl:service and wsdl:port names.
Parameters: serviceName - service QName Parameters: portName - port QName A WSDLBoundPortType. null if the Binding for the given wsd:service and wsdl:port name are notfound.
Gets
WSDLPortType that models wsdl:portType Parameters: name - non-null quaified name of wsdl:message, where the localName is the value of wsdl:portType@name andthe namespaceURI is the value of wsdl:definitions@targetNamespace A com.sun.xml.ws.api.model.wsdl.WSDLPortType or null if no wsdl:portType found.
Gets
WSDLService that models wsdl:service Parameters: name - non-null quaified name of wsdl:service, where the localName is the value of wsdl:service@name andthe namespaceURI is the value of wsdl:definitions@targetNamespace A WSDLService or null if no wsdl:service found