org.ws4d.java.configuration
Class BindingProperties

java.lang.Object
  extended by org.ws4d.java.configuration.BindingProperties
All Implemented Interfaces:
PropertiesHandler

public class BindingProperties
extends java.lang.Object
implements PropertiesHandler


Field Summary
static java.lang.Integer DEFAULT_BINDING_ID
           
static java.lang.String PROP_BINDING_ID
           
 
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 java.lang.String getClassName()
          Returns class name, if object of this class was already created, else null.
 List getCommunicationBinding(java.lang.Integer bindingId)
          Returns a List with bindings.
 CommunicationBinding getDiscoveryBinding(java.lang.Integer bindingId)
           
static BindingProperties getInstance()
           
 void setProperties(PropertyHeader header, Property property)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_BINDING_ID

public static final java.lang.String PROP_BINDING_ID
See Also:
Constant Field Values

DEFAULT_BINDING_ID

public static final java.lang.Integer DEFAULT_BINDING_ID
Method Detail

getInstance

public static BindingProperties getInstance()

getClassName

public static java.lang.String getClassName()
Returns class name, if object of this class was already created, else null.

Returns:
Class name, if object of this class was already created, else null.

setProperties

public void setProperties(PropertyHeader header,
                          Property property)
Specified by:
setProperties in interface PropertiesHandler
Parameters:
header - header of section
property - property within section

finishedSection

public void finishedSection(int depth)
Description copied from interface: PropertiesHandler
This method indicates the PropertiesHandler, that the last section with the given depth has been read completely.

Specified by:
finishedSection in interface PropertiesHandler
Parameters:
depth - depth of section.

getCommunicationBinding

public List getCommunicationBinding(java.lang.Integer bindingId)
Returns a List with bindings.

Parameters:
bindingId - List with Bindings
Returns:

getDiscoveryBinding

public CommunicationBinding getDiscoveryBinding(java.lang.Integer bindingId)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object