Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.wsee.tools.anttasks
Class JwsModule

java.lang.Object
  extended by weblogic.wsee.tools.anttasks.JwsModule
Direct Known Subclasses:
MultipleJwsModule, SingleJwsModule

public abstract class JwsModule
extends Object

This class represents a JwsModule that can be built. NOTE: this class is only public to allow Ant to introspect it.


Nested Class Summary
static class JwsModule.Descriptor
           
 
Method Summary
 void addFileSet(FileSet fileSet)
           
 void addZipFileSet(ZipFileSet fileSet)
           
 ClientGenFacadeTask createClientGen()
           
 JwsModule.Descriptor createDescriptor()
           
abstract  boolean isEjbWsInWar()
           
 void setContextPath(String contextPath)
           
 void setExplode(boolean explode)
           
 void setGenerateDescriptors(boolean generateDescriptors)
           
 void setGenerateWsdl(boolean generateWsdl)
           
 void setName(String name)
           
 void setWsdlOnly(boolean wsdlOnly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEjbWsInWar

public abstract boolean isEjbWsInWar()

addFileSet

public void addFileSet(FileSet fileSet)

addZipFileSet

public void addZipFileSet(ZipFileSet fileSet)

setName

public void setName(String name)

setContextPath

public void setContextPath(String contextPath)

setExplode

public void setExplode(boolean explode)

setWsdlOnly

public void setWsdlOnly(boolean wsdlOnly)

setGenerateWsdl

public void setGenerateWsdl(boolean generateWsdl)

setGenerateDescriptors

public void setGenerateDescriptors(boolean generateDescriptors)

createClientGen

public ClientGenFacadeTask createClientGen()

createDescriptor

public JwsModule.Descriptor createDescriptor()

Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02