Example usage for com.liferay.portal.kernel.xml Element getNamespaceForURI

List of usage examples for com.liferay.portal.kernel.xml Element getNamespaceForURI

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.xml Element getNamespaceForURI.

Prototype

public Namespace getNamespaceForURI(String uri);

Source Link

Usage

From source file:com.liferay.wsrp.util.WSRPConsumerManager.java

License:Open Source License

private Namespace _getWsdlNamespace(Element element) {
    return element.getNamespaceForURI(_WSDL_URI);
}