|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.axis.VContextFactory
This class allows to create the Velocity Context used to build the generated sources with the Velocity templates.
Constructor Summary | |
VContextFactory()
|
Method Summary | |
static org.apache.velocity.VelocityContext |
createEndpointCtx(PortComponentDesc pcd)
Creates the Velocity Context used to build the generated files with the Velocity templates (used for WebApp). |
static org.apache.velocity.VelocityContext |
createEndpointCtx(WSDeploymentDesc dd)
Creates the Velocity Context used to build the generated files with the Velocity templates (used for EjbJar). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VContextFactory()
Method Detail |
public static org.apache.velocity.VelocityContext createEndpointCtx(WSDeploymentDesc dd)
dd
- The bean Deployment Descriptor
public static org.apache.velocity.VelocityContext createEndpointCtx(PortComponentDesc pcd)
pcd
- The Port Component describing endpoint to expose.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |