org.ow2.jonas.ws.cxf
Class BusCreator

java.lang.Object
  extended by org.ow2.jonas.ws.cxf.BusCreator

public class BusCreator
extends Object

Manage all the code required to start a new CXF Bus.

Author:
Guillaume Sauthier

Constructor Summary
BusCreator()
           
 
Method Summary
 org.apache.cxf.Bus initBus()
          Initialize Internal CXF Bus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusCreator

public BusCreator()
Method Detail

initBus

public org.apache.cxf.Bus initBus()
Initialize Internal CXF Bus.

Returns:
a new fully initialized CXF Bus


Copyright © 2010 OW2 Consortium. All Rights Reserved.