org.rhq.enterprise.client.utility
Class Utility
java.lang.Object
org.rhq.enterprise.client.utility.Utility
public class Utility
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utility
public Utility()
generateRhqRemoteWebserviceURL
public static URL generateRhqRemoteWebserviceURL(Class remote,
String host,
int port,
boolean useHttps)
throws MalformedURLException
- Dynamically builds the WSDL URL to connect to a remote server.
- Parameters:
remote - class correctly annotated with Webservice reference.
- Returns:
- valid URL
- Throws:
MalformedURLException
generateRhqRemoteWebserviceQName
public static QName generateRhqRemoteWebserviceQName(Class remote)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.