|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides methods used to generate configuration files for a Web services Engine.
Field Summary | |
static java.lang.String |
DEBUG
|
static java.lang.Boolean |
DEBUG_DEFAULT
|
static java.lang.String |
DEFAULT_MAPPING
|
static java.lang.String |
JAVAC_NAME
|
static java.lang.String |
JAVAC_NAME_DEFAULT
|
static java.lang.String |
JAVAC_OPTS
|
static java.lang.String |
KEEP_GEN
|
static java.lang.Boolean |
KEEP_GEN_DEFAULT
|
static java.lang.String |
NO_CONFIG
|
static java.lang.Boolean |
NO_CONFIG_DEFAULT
|
static java.lang.String |
PARSING_VAL
|
static java.lang.String |
SERVLET_CLASS
|
static java.lang.String |
SERVLET_NAME
|
static java.lang.String |
VERBOSE
|
static java.lang.Boolean |
VERBOSE_DEFAULT
|
Method Summary | |
void |
clean()
Remove temp directories. |
void |
genEjbJarClientConfig(EjbJarManager jm,
java.util.Iterator bdIt)
Generate client configuration files for each ServiceRef of bean descs. |
void |
genEjbJarEndpointConfig(WarManager wm,
WSDeploymentDesc dd)
Generate endpoint configuration files for the set of ServiceDesc included in WSDeploymentDesc contained in an EjbJar. |
void |
genWebAppClientConfig(WarManager wm,
ServiceRef[] servRefs)
Generate client configuration files for the list of ServiceRef of a War. |
void |
genWebAppEndpointConfig(WarManager wm,
WSDeploymentDesc dd)
Generate endpoint configuration files for the set of ServiceDesc included in WSDeploymentDesc contained in a WebApp. |
Field Detail |
public static final java.lang.String VERBOSE
public static final java.lang.String DEBUG
public static final java.lang.String NO_CONFIG
public static final java.lang.String KEEP_GEN
public static final java.lang.String PARSING_VAL
public static final java.lang.String JAVAC_NAME
public static final java.lang.String JAVAC_OPTS
public static final java.lang.String SERVLET_CLASS
public static final java.lang.String SERVLET_NAME
public static final java.lang.String DEFAULT_MAPPING
public static final java.lang.Boolean VERBOSE_DEFAULT
public static final java.lang.Boolean DEBUG_DEFAULT
public static final java.lang.Boolean NO_CONFIG_DEFAULT
public static final java.lang.Boolean KEEP_GEN_DEFAULT
public static final java.lang.String JAVAC_NAME_DEFAULT
Method Detail |
public void genWebAppEndpointConfig(WarManager wm, WSDeploymentDesc dd) throws WsGenException
wm
- the managed war file.dd
- The DeploymentDesc to process (image of a webservices.xml)
WsGenException
- if generation failspublic void genWebAppClientConfig(WarManager wm, ServiceRef[] servRefs) throws WsGenException
wm
- the managed war file.servRefs
- The list of ServiceRef to process.
WsGenException
- if generation failspublic void genEjbJarEndpointConfig(WarManager wm, WSDeploymentDesc dd) throws WsGenException
wm
- the war file dispatching request on EJBs endpoint.dd
- The DeploymentDesc to process (image of a webservices.xml)
WsGenException
- if generation failspublic void genEjbJarClientConfig(EjbJarManager jm, java.util.Iterator bdIt) throws WsGenException
jm
- the jar file containing clients.bdIt
- an iterator on a bean desc list
WsGenException
- if generation failspublic void clean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |