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

Constructor Summary
SOAPProxyWsdlLoader()
           
 
Method Summary
 void cleanup()
           
 java.io.File createTempFile()
           
abstract  java.net.URL getURL()
           
static org.jboss.ws.metadata.wsdl.WSDLDefinitions loadDefinitions(ConfigTree config)
           
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

public SOAPProxyWsdlLoader()
Method Detail

createTempFile

public java.io.File createTempFile()
                            throws java.io.IOException
Throws:
java.io.IOException

getURL

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

cleanup

public void cleanup()

loadDefinitions

public static org.jboss.ws.metadata.wsdl.WSDLDefinitions loadDefinitions(ConfigTree config)
                                                                  throws java.io.IOException
Throws:
java.io.IOException

newLoader

public static SOAPProxyWsdlLoader newLoader(ConfigTree config)
                                     throws java.io.IOException
Throws:
java.io.IOException