|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.configuration.FrameworkProperties
public class FrameworkProperties
Class of framework properties.
Field Summary | |
---|---|
static java.lang.String |
PROP_BYPASS_WSDL_REPOSITORY
|
static java.lang.String |
PROP_KILL_ON_SHUTDOWN_HOOK
Property id to specify the size of the ThreadPool. |
static java.lang.String |
PROP_MAX_DGRAM_SIZE
Property id to specify the size of the ThreadPool. |
static java.lang.String |
PROP_PROXY_SERVICE_FACTORY_CLASS
|
static java.lang.String |
PROP_SERVREF_FACTRORY_CLASS
Property id to specify the service reference factory class name. |
static java.lang.String |
PROP_THREADPOOL_SIZE
Property id to specify the size of the ThreadPool. |
static java.lang.String |
PROP_WSDL_SUPPORT_FACTORY_CLASS
Qualified name of the WSDL support factory class to use when creating WSDL parsers and serializers. |
static boolean |
REFERENCE_PARAM_MODE
|
Fields inherited from interface org.ws4d.java.configuration.PropertiesHandler |
---|
FALSE, TRUE |
Method Summary | |
---|---|
void |
finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has been read completely. |
static FrameworkProperties |
getInstance()
Return instance of device properties. |
boolean |
getKillOnShutdownHook()
|
int |
getMaxDatagramSize()
get the maximum UDP datagram size. |
java.lang.String |
getProxyServiceFactroryClass()
|
java.lang.String |
getServiceReferenceFactoryClass()
Get the class name of the service reference factory class. |
int |
getThreadPoolSize()
Get the size of the common thread pool. |
java.lang.String |
getWsdlSupportFactoryClass()
|
boolean |
isBypassWsdlRepository()
|
void |
setBypassWsdlRepository(boolean bypassWsdlRepository)
|
void |
setKillOnShutdownHook(boolean b)
|
void |
setMaxDatagramSize(int maxDatagramSize)
|
void |
setProperties(PropertyHeader header,
Property property)
|
void |
setProxyServiceFactoryClass(java.lang.String className)
|
void |
setServiceReferenceFactoryClass(java.lang.String className)
|
void |
setThreadPoolSize(int size)
|
void |
setWsdlSupportFactoryClass(java.lang.String wsdlSupportFactoryClass)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROP_WSDL_SUPPORT_FACTORY_CLASS
public static final java.lang.String PROP_PROXY_SERVICE_FACTORY_CLASS
public static final java.lang.String PROP_SERVREF_FACTRORY_CLASS
public static final java.lang.String PROP_KILL_ON_SHUTDOWN_HOOK
public static final java.lang.String PROP_THREADPOOL_SIZE
public static final java.lang.String PROP_MAX_DGRAM_SIZE
public static final java.lang.String PROP_BYPASS_WSDL_REPOSITORY
public static boolean REFERENCE_PARAM_MODE
Method Detail |
---|
public static FrameworkProperties getInstance()
public void setProperties(PropertyHeader header, Property property)
setProperties
in interface PropertiesHandler
header
- header of sectionproperty
- property within sectionpublic void finishedSection(int depth)
PropertiesHandler
finishedSection
in interface PropertiesHandler
depth
- depth of section.public java.lang.String getWsdlSupportFactoryClass()
public java.lang.String getProxyServiceFactroryClass()
public java.lang.String getServiceReferenceFactoryClass()
public boolean getKillOnShutdownHook()
public int getThreadPoolSize()
public int getMaxDatagramSize()
public boolean isBypassWsdlRepository()
public void setBypassWsdlRepository(boolean bypassWsdlRepository)
bypassWsdlRepository
- whether to bypass the WSDL repository during
proxy service creation or notpublic void setProxyServiceFactoryClass(java.lang.String className)
public void setServiceReferenceFactoryClass(java.lang.String className)
public void setKillOnShutdownHook(boolean b)
public void setThreadPoolSize(int size)
public void setMaxDatagramSize(int maxDatagramSize)
public void setWsdlSupportFactoryClass(java.lang.String wsdlSupportFactoryClass)
wsdlSupportFactoryClass
- the wsdlSupportFactoryClass to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |