de.fzj.unicore.wsrflite.xfire
Class CachingWSDLWriter

java.lang.Object
  extended by de.fzj.unicore.wsrflite.xfire.CachingWSDLWriter
All Implemented Interfaces:
org.codehaus.xfire.wsdl.WSDLWriter

public class CachingWSDLWriter
extends Object
implements org.codehaus.xfire.wsdl.WSDLWriter

caches the WSDL, and repairs the service URL that is published

Author:
schuller, Andre Hoeing

Field Summary
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDLWriter
WSDL11_NS, WSDL11_SOAP_NS
 
Constructor Summary
CachingWSDLWriter(org.codehaus.xfire.wsdl.WSDLWriter source)
           
 
Method Summary
 void write(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingWSDLWriter

public CachingWSDLWriter(org.codehaus.xfire.wsdl.WSDLWriter source)
Method Detail

write

public void write(OutputStream out)
           throws IOException
Specified by:
write in interface org.codehaus.xfire.wsdl.WSDLWriter
Throws:
IOException


Copyright © 2010. All Rights Reserved.