org.apache.axis2.jaxws.feature
Interface ServerConfigurator

All Known Implementing Classes:
AddressingConfigurator, MTOMConfigurator, RespectBindingConfigurator

public interface ServerConfigurator


Method Summary
 void configure(EndpointDescription endpointDescription)
          Perform server-side configuration for a WebServiceFeature.
 boolean supports(java.lang.String bindingId)
          Indicates whether the configurator supports the specified binding.
 

Method Detail

configure

void configure(EndpointDescription endpointDescription)
Perform server-side configuration for a WebServiceFeature.

Parameters:
endpointDescription -

supports

boolean supports(java.lang.String bindingId)
Indicates whether the configurator supports the specified binding.

Parameters:
bindingId - the binding id to test
Returns:
true if the configurator supports the binding id, false otherwise.


Copyright © 2007 Apache Web Services Project. All Rights Reserved.