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

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

public class CSSSSLTransportConfig
extends Object
implements CSSTransportMechConfig

At the moment, this config class can only handle a single address.

See Also:
Serialized Form

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

Constructor Detail

CSSSSLTransportConfig

public CSSSSLTransportConfig()
Method Detail

getSupports

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

setSupports

public void setSupports(short supports)

getRequires

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

setRequires

public void setRequires(short requires)

canHandle

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

toString

public String toString()
Overrides:
toString in class Object

toString

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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.