Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.tools.anttasks
Class WsdlGetTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by weblogic.wsee.tools.anttasks.WsdlGetTask
All Implemented Interfaces:
Cloneable

public class WsdlGetTask
extends org.apache.tools.ant.Task

Download all WSDLs and related XSDs to local box, whenever they are defined in XML catalogs or injected in files. The task supports XML Catalogs options.


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
WsdlGetTask()
           
 
Method Summary
 void addConfiguredXmlCatalog(org.apache.tools.ant.types.XMLCatalog entityResolver)
           
 void execute()
           
 void setCatalog(File catalog)
           
 void setDestDir(File destDir)
           
 void setWsdl(String xmlfile)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlGetTask

public WsdlGetTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

setDestDir

public void setDestDir(File destDir)

setWsdl

public void setWsdl(String xmlfile)

setCatalog

public void setCatalog(File catalog)

addConfiguredXmlCatalog

public void addConfiguredXmlCatalog(org.apache.tools.ant.types.XMLCatalog entityResolver)

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01