org.apache.axis2.transport.testkit.axis2.endpoint
Class ContentTypeServiceConfigurator

java.lang.Object
  extended by org.apache.axis2.transport.testkit.axis2.endpoint.ContentTypeServiceConfigurator
All Implemented Interfaces:
AxisServiceConfigurator

public class ContentTypeServiceConfigurator
extends java.lang.Object
implements AxisServiceConfigurator


Constructor Summary
ContentTypeServiceConfigurator(java.lang.String parameterName)
           
 
Method Summary
 void setupService(org.apache.axis2.description.AxisService service, boolean isClientSide)
          Set up the service so that it can receive messages through the transport under test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeServiceConfigurator

public ContentTypeServiceConfigurator(java.lang.String parameterName)
Method Detail

setupService

public void setupService(org.apache.axis2.description.AxisService service,
                         boolean isClientSide)
                  throws java.lang.Exception
Description copied from interface: AxisServiceConfigurator
Set up the service so that it can receive messages through the transport under test. Implementations will typically call AxisDescription.addParameter(Parameter) to setup the service parameters required by the transport. The default implementation does nothing.

Specified by:
setupService in interface AxisServiceConfigurator
isClientSide - TODO
Throws:
java.lang.Exception


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.