org.jboss.soa.esb.actions.soap
Class RemoteWsdlLoader

java.lang.Object
  extended by org.jboss.soa.esb.actions.soap.RemoteWsdlLoader

public class RemoteWsdlLoader
extends java.lang.Object

HttpClientFactory based WSLD loader.

We use this in order to support different authentication modes that may be required for WSDL lookup.

Author:
tom.fennelly@jboss.com

Constructor Summary
RemoteWsdlLoader(java.util.Properties httpClientProps)
           
 
Method Summary
 java.io.InputStream load(java.lang.String url)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWsdlLoader

public RemoteWsdlLoader(java.util.Properties httpClientProps)
                 throws ConfigurationException
Throws:
ConfigurationException
Method Detail

load

public java.io.InputStream load(java.lang.String url)
                         throws java.io.IOException
Throws:
java.io.IOException

shutdown

public void shutdown()