org.apache.geronimo.corba.security.config.css
Interface CSSTransportMechConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
CSSNULLTransportConfig, CSSSSLTransportConfig

public interface CSSTransportMechConfig
extends Serializable


Method Summary
 boolean canHandle(TSSTransportMechConfig transMech)
           
 short getRequires()
           
 short getSupports()
           
 void toString(String spaces, StringBuffer buf)
           
 

Method Detail

getSupports

short getSupports()

getRequires

short getRequires()

canHandle

boolean canHandle(TSSTransportMechConfig transMech)

toString

void toString(String spaces,
              StringBuffer buf)


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