org.qi4j.library.cxf
Class JaxWsServerFactoryInfo

java.lang.Object
  extended by org.qi4j.library.cxf.JaxWsServerFactoryInfo

public final class JaxWsServerFactoryInfo
extends Object

The JaxWsServerFactoryInfo is a metaInfo type to set to services that wants to be exposed as WebServices. Additionally, the service must have a Visibility set to application otherwise the Apache CXF extension will not be able to detect the presence of the service.


Constructor Summary
JaxWsServerFactoryInfo(JaxWsCreator initializer, String address)
           
 
Method Summary
 String address()
           
 JaxWsCreator initializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxWsServerFactoryInfo

public JaxWsServerFactoryInfo(JaxWsCreator initializer,
                              String address)
Method Detail

address

public String address()

initializer

public JaxWsCreator initializer()