org.exoplatform.services.ws.impl.cxf
Class ExoDeployCXFUtils

java.lang.Object
  extended by org.exoplatform.services.ws.impl.cxf.ExoDeployCXFUtils

public class ExoDeployCXFUtils
extends Object

Created by The eXo Platform SAS .

Version:
$Id: $ Sep 29, 2008
Author:
Alexey Zavizionov

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

ExoDeployCXFUtils

public ExoDeployCXFUtils()
Method Detail

checkConnectionAndPrint

public static void checkConnectionAndPrint(String address,
                                           boolean doprintwsdl)
                                    throws ConnectException,
                                           Exception
Check connection at the address and print.

Parameters:
address - url of a service
doprintwsdl - TODO
Throws:
ConnectException
Exception

complexDeployService

public static org.apache.cxf.endpoint.Server complexDeployService(String address,
                                                                  Object object)
Complex deploy service.

Parameters:
address -
object -

complexDeployServiceMultiInstance

public static org.apache.cxf.endpoint.Server complexDeployServiceMultiInstance(String address,
                                                                               Object object,
                                                                               Integer poolSize)
Complex deploy multi-instance service.

Parameters:
address -
object -

simpleDeployService

public static javax.xml.ws.Endpoint simpleDeployService(String address,
                                                        Object object)
Simple deploy service.

Parameters:
address -
object -


Copyright © 2009 eXo Platform SAS. All Rights Reserved.