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

Part Number E24391-02

weblogic.wsee.tools.anttasks
Class MultipleJwsModule

java.lang.Object
  extended by weblogic.wsee.tools.anttasks.JwsModule
      extended by weblogic.wsee.tools.anttasks.MultipleJwsModule

public class MultipleJwsModule
extends JwsModule

This represents a JWS module that contains multiple JWS files.


Nested Class Summary
 
Nested classes/interfaces inherited from class weblogic.wsee.tools.anttasks.JwsModule
JwsModule.Descriptor
 
Method Summary
 weblogic.wsee.tools.jws.build.Jws createJws()
           
 JwsFileSet createJwsFileSet()
           
 boolean isEjbWsInWar()
           
 void setEjbWsInWar(boolean ejbWsInWar)
           
 
Methods inherited from class weblogic.wsee.tools.anttasks.JwsModule
addFileSet, addZipFileSet, createClientGen, createDescriptor, setContextPath, setExplode, setGenerateDescriptors, setGenerateWsdl, setName, setWsdlOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEjbWsInWar

public boolean isEjbWsInWar()
Specified by:
isEjbWsInWar in class JwsModule

setEjbWsInWar

public void setEjbWsInWar(boolean ejbWsInWar)

createJws

public weblogic.wsee.tools.jws.build.Jws createJws()

createJwsFileSet

public JwsFileSet createJwsFileSet()

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