Apache CXF API

org.apache.cxf.maven_plugin
Interface GenericWsdlOption

All Known Implementing Classes:
WsdlOption, WsdlOption

public interface GenericWsdlOption

The abstract mojo processes in terms of a list of these items.


Method Summary
 List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug)
           
 WsdlArtifact getArtifact()
           
 File[] getDeleteDirs()
           
 File getOutputDir()
           
 String getUri()
          Return a string pointing to the WSDL.
 void setArtifact(WsdlArtifact artifact)
           
 void setOutputDir(File outputDir)
           
 void setUri(String uri)
           
 

Method Detail

getArtifact

WsdlArtifact getArtifact()

setArtifact

void setArtifact(WsdlArtifact artifact)

getUri

String getUri()
Return a string pointing to the WSDL. Might be a plain path, might be a full URI.

Returns:

setUri

void setUri(String uri)

getOutputDir

File getOutputDir()

setOutputDir

void setOutputDir(File outputDir)

getDeleteDirs

File[] getDeleteDirs()

generateCommandLine

List<String> generateCommandLine(File outputDirFile,
                                 URI basedir,
                                 URI wsdlURI,
                                 boolean debug)

Apache CXF API

Apache CXF