org.jboss.soa.esb.actions.soap.proxy
Class SOAPProxyWsdlLoader

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

public abstract class SOAPProxyWsdlLoader
extends java.lang.Object

SOAPProxy WSDL loader.

Author:
dward at jboss.org, Magesh Kumar B

Constructor Summary
protected SOAPProxyWsdlLoader(ConfigTree config, java.lang.String address, boolean rewriteHost)
           
 
Method Summary
 void cleanup()
           
 java.io.File createTempFile(java.lang.String prefix, java.lang.String suffix)
           
 java.lang.String getAddress()
           
 org.jboss.soa.esb.actions.soap.proxy.SOAPProxyWsdlLoader.Puller getPuller()
           
 java.net.URL getURL()
           
 org.jboss.internal.soa.esb.publish.ContractInfo load(boolean rewriteLocation)
           
static SOAPProxyWsdlLoader newLoader(ConfigTree config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPProxyWsdlLoader

protected SOAPProxyWsdlLoader(ConfigTree config,
                              java.lang.String address,
                              boolean rewriteHost)
Method Detail

getAddress

public java.lang.String getAddress()

getPuller

public org.jboss.soa.esb.actions.soap.proxy.SOAPProxyWsdlLoader.Puller getPuller()

createTempFile

public java.io.File createTempFile(java.lang.String prefix,
                                   java.lang.String suffix)
                            throws java.io.IOException
Throws:
java.io.IOException

load

public org.jboss.internal.soa.esb.publish.ContractInfo load(boolean rewriteLocation)
                                                     throws java.io.IOException
Throws:
java.io.IOException

getURL

public java.net.URL getURL()
                    throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

cleanup

public void cleanup()

newLoader

public static SOAPProxyWsdlLoader newLoader(ConfigTree config)
                                     throws ConfigurationException
Throws:
ConfigurationException