Apache CXF API

org.apache.cxf.maven_plugin
Class BindingFileHelper

java.lang.Object
  extended by org.apache.cxf.maven_plugin.BindingFileHelper

public final class BindingFileHelper
extends java.lang.Object


Method Summary
static boolean setWsdlLocationAndWrite(java.io.InputStream bindingFileStream, java.net.URI wsdlLocation, java.io.File outBindingFile)
          Reads bindingFile from given stream, sets the attribute wsdlLocation on the top element bindings to the given wsdlLocation and writes the resulting binding file to outBindingFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setWsdlLocationAndWrite

public static boolean setWsdlLocationAndWrite(java.io.InputStream bindingFileStream,
                                              java.net.URI wsdlLocation,
                                              java.io.File outBindingFile)
                                       throws java.lang.Exception
Reads bindingFile from given stream, sets the attribute wsdlLocation on the top element bindings to the given wsdlLocation and writes the resulting binding file to outBindingFile

Parameters:
bindingFileStream -
wsdlLocation -
outBindingFile -
Throws:
java.lang.Exception

Apache CXF API

Apache CXF