org.jboss.soa.esb.actions.soap.proxy
Class SOAPProxyWsdlLoader
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPProxyWsdlLoader
protected SOAPProxyWsdlLoader(ConfigTree config,
java.lang.String address,
boolean rewriteHost)
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