org.jibx.ws.server
Interface TransportOptionsDefinition


public interface TransportOptionsDefinition

Definition of options that are specific to a particular transport.


Method Summary
 org.jibx.ws.server.TransportOptions createTransportOptions()
          Creates a new TransportOptions instance based on this definition.
 void init()
          Initialize the definition, and perform configuration checks.
 

Method Detail

init

void init()
          throws WsConfigurationException
Initialize the definition, and perform configuration checks. This must be called after the properties have been set on this class.

Throws:
WsConfigurationException - on any configuration error

createTransportOptions

org.jibx.ws.server.TransportOptions createTransportOptions()
                                                           throws WsConfigurationException
Creates a new TransportOptions instance based on this definition.

Returns:
new TransportOptions instance
Throws:
WsConfigurationException - on any configuration error


Project Web Site