org.apache.ws.commons.tcpmon.core.ui
Class Configuration

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.ui.Configuration

public class Configuration
extends Object


Constructor Summary
Configuration()
           
 
Method Summary
 InterceptorConfiguration getInterceptorConfiguration()
           
 boolean isXmlFormat()
           
 void setInterceptorConfiguration(InterceptorConfiguration interceptorConfiguration)
           
 void setXmlFormat(boolean xmlFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getInterceptorConfiguration

public InterceptorConfiguration getInterceptorConfiguration()

setInterceptorConfiguration

public void setInterceptorConfiguration(InterceptorConfiguration interceptorConfiguration)

isXmlFormat

public boolean isXmlFormat()

setXmlFormat

public void setXmlFormat(boolean xmlFormat)


Copyright © The Apache Software Foundation. All Rights Reserved.