Static Public Member Functions | |
| VelocityContext | getContext (ServiceDesc sd) |
| VelocityContext | getContext (ServiceRefDesc sr) |
Static Public Attributes | |
| final String | PROVIDER = "provider" |
| final String | EJB_PROVIDER = "JOnASEJB" |
| final String | RPC_PROVIDER = "RPC" |
| final String | MAPPINGS = "mappings" |
| final String | PORT_COMPONENTS = "portComponents" |
Definition at line 56 of file VContextFactory.java.
|
|
Creates the Velocity Context used to build the generated files with the Velocity templates.
Definition at line 161 of file VContextFactory.java. References org.objectweb.jonas_ws.deployment.api.MappingFile.getClassname(), org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.getHandlerRefs(), org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.getMappingFile(), org.objectweb.jonas_lib.deployment.api.HandlerDesc.getPortNames(), org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.getServiceQName(), org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.getWSDLFile(), and org.objectweb.jonas_ws.deployment.api.MappingFile.getXmlTypeMappings(). |
Here is the call graph for this function:

|
|
Creates the Velocity Context used to build the generated files with the Velocity templates.
Definition at line 107 of file VContextFactory.java. References org.objectweb.jonas_ws.deployment.api.MappingFile.getClassname(), org.objectweb.jonas_ws.deployment.api.ServiceDesc.getMapping(), org.objectweb.jonas_ws.deployment.api.ServiceDesc.getName(), org.objectweb.jonas_ws.deployment.api.ServiceDesc.getPortComponents(), org.objectweb.jonas_ws.deployment.api.ServiceDesc.getWSDL(), and org.objectweb.jonas_ws.deployment.api.MappingFile.getXmlTypeMappings(). |
Here is the call graph for this function:

|
|
JOnAS EJB Provider name Definition at line 66 of file VContextFactory.java. |
|
|
Mapping property name Definition at line 76 of file VContextFactory.java. |
|
|
Port Components list property name Definition at line 81 of file VContextFactory.java. |
|
|
Provider property name Definition at line 61 of file VContextFactory.java. |
|
|
Default RPC Provider name Definition at line 71 of file VContextFactory.java. |
1.3.9.1