org.apache.geronimo.corba.security.config.css
Class CSSNULLTransportConfig

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.css.CSSNULLTransportConfig
All Implemented Interfaces:
Serializable, CSSTransportMechConfig

public class CSSNULLTransportConfig
extends Object
implements CSSTransportMechConfig

See Also:
Serialized Form

Constructor Summary
CSSNULLTransportConfig()
           
 
Method Summary
 boolean canHandle(TSSTransportMechConfig transMech)
           
 short getRequires()
           
 short getSupports()
           
 void toString(String spaces, StringBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSNULLTransportConfig

public CSSNULLTransportConfig()
Method Detail

getSupports

public short getSupports()
Specified by:
getSupports in interface CSSTransportMechConfig

getRequires

public short getRequires()
Specified by:
getRequires in interface CSSTransportMechConfig

canHandle

public boolean canHandle(TSSTransportMechConfig transMech)
Specified by:
canHandle in interface CSSTransportMechConfig

toString

public void toString(String spaces,
                     StringBuffer buf)
Specified by:
toString in interface CSSTransportMechConfig


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.