Apache CXF API

org.apache.cxf.js.rhino
Class JsServiceFactoryBean

java.lang.Object
  extended by org.apache.cxf.js.rhino.JsServiceFactoryBean

public class JsServiceFactoryBean
extends Object


Constructor Summary
JsServiceFactoryBean()
           
 
Method Summary
 void create()
           
 String getAddress()
           
 Bus getBus()
           
 boolean getIsBaseAddr()
           
 String getJs()
           
 void setAddress(String addr)
           
 void setBus(Bus bus)
           
 void setIsBaseAddr(boolean isBase)
           
 void setJs(String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsServiceFactoryBean

public JsServiceFactoryBean()
Method Detail

getBus

public Bus getBus()

setBus

public void setBus(Bus bus)

setAddress

public void setAddress(String addr)

getAddress

public String getAddress()

setIsBaseAddr

public void setIsBaseAddr(boolean isBase)

getIsBaseAddr

public boolean getIsBaseAddr()

setJs

public void setJs(String file)

getJs

public String getJs()

create

public void create()
            throws Exception
Throws:
Exception

Apache CXF API

Apache CXF