public class SingleJwsModule extends JwsModule
JwsModule.Descriptor
Modifier and Type | Field and Description |
---|---|
private static boolean |
FLATTEN_DEFAULT_FILENAME |
private weblogic.wsee.tools.jws.build.Jws |
jws |
callbackJwsFiles
Constructor and Description |
---|
SingleJwsModule(JwscTask owningTask,
weblogic.wsee.tools.jws.context.JwsBuildContext ctx) |
Modifier and Type | Method and Description |
---|---|
weblogic.wsee.tools.jws.decl.port.SoapJmsPort |
createJmstransportservice() |
weblogic.wsee.tools.jws.decl.port.HttpsPort |
createWLHttpsTransport() |
weblogic.wsee.tools.jws.decl.port.HttpPort |
createWLHttpTransport() |
weblogic.wsee.tools.jws.decl.port.JmsPort |
createWLJmsTransport() |
(package private) java.util.Collection<weblogic.wsee.tools.jws.build.Jws> |
getJwsFiles() |
private void |
initializeName() |
boolean |
isEjbWsInWar() |
(package private) void |
reset()
Reset the module after execution.
|
void |
setCompiledWsdl(java.io.File compiledWsdl) |
void |
setEjbWsInWar(boolean ejbWsInWar) |
void |
setFile(java.lang.String file) |
void |
setIncludeSchemas(org.apache.tools.ant.types.Path includeSchemasPath)
Deprecated.
This is no longer required because schemas are retrieved directly from the XmlBeans.
|
void |
setType(java.lang.String webServiceType) |
(package private) void |
validateImpl() |
(package private) void |
validateModuleType() |
addFileSet, addZipFileSet, build, createClientGen, createDescriptor, getBuildContext, getFileName, getFileSets, getName, getOutputDir, getSourcepath, getTask, getWebServices, isEjb, isExplode, isGenerateDescriptors, isGenerateWsdl, isWsdlOnly, resetContextwithNewClasspath, setContextPath, setExplode, setGenerateDescriptors, setGenerateWsdl, setName, setTypeSystemName, setWsdlOnly
private static final boolean FLATTEN_DEFAULT_FILENAME
private weblogic.wsee.tools.jws.build.Jws jws
SingleJwsModule(JwscTask owningTask, weblogic.wsee.tools.jws.context.JwsBuildContext ctx)
public weblogic.wsee.tools.jws.decl.port.HttpsPort createWLHttpsTransport()
public weblogic.wsee.tools.jws.decl.port.HttpPort createWLHttpTransport()
public weblogic.wsee.tools.jws.decl.port.JmsPort createWLJmsTransport()
public weblogic.wsee.tools.jws.decl.port.SoapJmsPort createJmstransportservice()
public void setCompiledWsdl(java.io.File compiledWsdl)
public void setFile(java.lang.String file)
public void setType(java.lang.String webServiceType)
private void initializeName()
@Deprecated public void setIncludeSchemas(org.apache.tools.ant.types.Path includeSchemasPath)
java.util.Collection<weblogic.wsee.tools.jws.build.Jws> getJwsFiles()
getJwsFiles
in class JwsModule
void reset()
JwsModule
void validateImpl()
validateImpl
in class JwsModule
public boolean isEjbWsInWar()
isEjbWsInWar
in class JwsModule
public void setEjbWsInWar(boolean ejbWsInWar)
void validateModuleType()
validateModuleType
in class JwsModule