Method Summary |
|
public boolean | equals(Object other) Return true if the 2 objects seems equals. |
public Definition | getDefinition() return WSDL definition, null if it's undefined. |
protected static I18n | getI18n() |
public URL | getLocation(QName portQName) return the given port location, null if the port is undefined.
Parameters: portQName - the port QName identifying the port searched. |
public String | getName() |
public int | getNbServices() return the number of services defined inside the wsdl. |
public QName | getServiceQname() return the QName of the first service, null if no service is defined. |
public boolean | hasPort(QName portQName) return true if the port identified by portQname is defined in WSDL ports.
Parameters: portQName - the port to check. |
public boolean | hasPort(String portName) return true if the port identified by portName is defined in WSDL ports.
Parameters: portName - the port to check. |
public boolean | hasPortsIncludedIn(List portList) return true if all WSDL ports are defined in portList.
Parameters: portList - the ports List to check. |
public boolean | hasSOAPBinding(QName portQName) return true if the port identified by portQname use a SOAP binding.
Parameters: portQName - the port to check. |
public boolean | hasSOAPHeader(QName shQName) return true if shQName is defined in WSDL services.
Parameters: shQName - a soap header Qname that could be defined in the WSDL. |
public boolean | hasService(QName srvQName) return true if the service identified by srvQName is defined in WSDL
services.
Parameters: srvQName - the service to check. |
public void | setLocation(QName portQName, URL loc) set the given port location if it exists. |
public String | toString() |