|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.soap.SoapServiceStarter
public class SoapServiceStarter
Utility class allowing to start JORAM SOAP service and the embedded server.
Constructor Summary | |
---|---|
SoapServiceStarter()
|
Method Summary | |
---|---|
private static org.apache.soap.server.DeploymentDescriptor |
getDeploymentDescriptor()
Builds and returns the DeploymentDescriptor of
JORAM SOAP service. |
private static org.apache.soap.server.TypeMapping[] |
getTypeMappings()
Builds and return the type mappings for JORAM SOAP service. |
static void |
main(java.lang.String[] args)
Deploys and starts JORAM SOAP service and the embedded JORAM server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoapServiceStarter()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Name of host hosting Tomcat, tomcat's HTTP port (generally
8080), identifier of the embedded server, name of the embedded
server.
exception
- If the deployment fails because Tomcat is not
started.
java.lang.Exception
private static org.apache.soap.server.DeploymentDescriptor getDeploymentDescriptor()
DeploymentDescriptor
of
JORAM SOAP service.
private static org.apache.soap.server.TypeMapping[] getTypeMappings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |