org.exolab.jms.config
Class Server

java.lang.Object
  |
  +--org.exolab.jms.config.Server
All Implemented Interfaces:
java.io.Serializable

public synchronized class Server
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Server()
           
 
Method Summary
 java.lang.String getImplementationClass()
           
 java.lang.String getProxyClass()
           
 org.exolab.jms.config.types.SchemeType getScheme()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setImplementationClass(java.lang.String)
           
 void setProxyClass(java.lang.String)
           
 void setScheme(org.exolab.jms.config.types.SchemeType)
           
static Server unmarshal(java.io.Reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

getImplementationClass

public java.lang.String getImplementationClass()

getProxyClass

public java.lang.String getProxyClass()

getScheme

public org.exolab.jms.config.types.SchemeType getScheme()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

setImplementationClass

public void setImplementationClass(java.lang.String)

setProxyClass

public void setProxyClass(java.lang.String)

setScheme

public void setScheme(org.exolab.jms.config.types.SchemeType)

unmarshal

public static Server unmarshal(java.io.Reader)
                        throws org.exolab.castor.xml.MarshalException,
                               org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.