org.idoox.wasp.server.config
Interface ServiceEndpointConfiguration

All Superinterfaces:
ProcessingConfiguration

Deprecated. See new Runtime Publishing API (ServiceEndpoint).

public interface ServiceEndpointConfiguration
extends ProcessingConfiguration

This interface contains methods used for configuring a service endpoint on the server side.

Since:
4.0
Component:
Core

Nested Class Summary
 
Nested classes inherited from class org.idoox.wasp.config.ProcessingConfiguration
ProcessingConfiguration.Header, ProcessingConfiguration.HeaderProcessorEntry, ProcessingConfiguration.InterceptorEntry, ProcessingConfiguration.Schema
 
Method Summary
 void addMediator(org.idoox.wasp.server.ServiceMediator mediator)
          Deprecated. Adds ServiceMediator at the end of mediator chain.
 org.idoox.wasp.server.ServiceMediator[] getMediators()
          Deprecated. Returns associated ServiceMediator instances for this context or null if none are configured.
 void removeMediator(org.idoox.wasp.server.ServiceMediator mediator)
          Deprecated. Removes the ServiceMediator.
 
Methods inherited from interface org.idoox.wasp.config.ProcessingConfiguration
addDeserializer, addDeserializer, addFaultDeserializer, addFaultDeserializer, addFaultSerializer, addFaultSerializer, addInFaultHeaderProcessor, addInFaultHeaderProcessor, addInHeaderProcessor, addInHeaderProcessor, addInHeaderProcessor, addInHeaderProcessor, addInterceptor, addInterceptor, addOutFaultHeaderProcessor, addOutFaultHeaderProcessor, addOutHeaderProcessor, addOutHeaderProcessor, addOutHeaderProcessor, addOutHeaderProcessor, addSerializer, addSerializer, getDefaultProtocol, getDeserializers, getFaultDeserializers, getFaultSerializers, getInFaultHeaderProcessors, getInHeaderProcessors, getInterceptors, getOutFaultHeaderProcessors, getOutHeaderProcessors, getSerializers, isInstanceIDEnabled, isMultirefsEnabled, isPolymorphismEnabled, isPortTypeMappingPassingEnabled, removeDeserializer, removeFaultDeserializer, removeFaultSerializer, removeInFaultHeaderProcessor, removeInHeaderProcessor, removeInterceptor, removeOutFaultHeaderProcessor, removeOutHeaderProcessor, removeSerializer, setDefaultProtocol, setInstanceIDEnabled, setMultirefsEnabled, setPolymorphismEnabled, setPortTypeMappingPassingEnabled, setSchemaLocation, setTypeMapping
 

Method Detail

getMediators

public org.idoox.wasp.server.ServiceMediator[] getMediators()
Deprecated. 
Returns associated ServiceMediator instances for this context or null if none are configured.

Returns:
instances of the ServiceMediator interface configured for this context.

addMediator

public void addMediator(org.idoox.wasp.server.ServiceMediator mediator)
Deprecated. 
Adds ServiceMediator at the end of mediator chain.

Parameters:
mediator - mediator to add

removeMediator

public void removeMediator(org.idoox.wasp.server.ServiceMediator mediator)
Deprecated. 
Removes the ServiceMediator.