|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.ws.impl.cxf.ExoDeployCXFUtils
public class ExoDeployCXFUtils
Created by The eXo Platform SAS .
| Constructor Summary | |
|---|---|
ExoDeployCXFUtils()
|
|
| Method Summary | |
|---|---|
static void |
checkConnectionAndPrint(String address,
boolean doprintwsdl)
Check connection at the address and print. |
static org.apache.cxf.endpoint.Server |
complexDeployService(String address,
Object object)
Complex deploy service. |
static org.apache.cxf.endpoint.Server |
complexDeployServiceMultiInstance(String address,
Object object,
Integer poolSize)
Complex deploy multi-instance service. |
static javax.xml.ws.Endpoint |
simpleDeployService(String address,
Object object)
Simple deploy service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExoDeployCXFUtils()
| Method Detail |
|---|
public static void checkConnectionAndPrint(String address,
boolean doprintwsdl)
throws ConnectException,
Exception
address and print.
address - url of a servicedoprintwsdl - TODO
ConnectException
Exception
public static org.apache.cxf.endpoint.Server complexDeployService(String address,
Object object)
address - object -
public static org.apache.cxf.endpoint.Server complexDeployServiceMultiInstance(String address,
Object object,
Integer poolSize)
address - object -
public static javax.xml.ws.Endpoint simpleDeployService(String address,
Object object)
address - object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||