org.systinet.wasp.webservice
Interface Processing

All Known Implementing Classes:
ServiceClient, ServiceEndpoint

public interface Processing

Processing is an abstraction of either client or service endpoint chain of processed elements. There are interceptors on the transport level and handlers on the XML protocol (like SOAP) level.

Since:
4.5
Component:
Core

Method Summary
 Handlers getHandlers()
          Retrieves collection of jax-rpc handlers configured for this processing.
 HeaderProcessors getHeaderProcessors()
          Deprecated. use getHandlers() instead
 Interceptors getInterceptors()
          Retrieves collection of interceptors configured for this processing
 

Method Detail

getInterceptors

public Interceptors getInterceptors()
Retrieves collection of interceptors configured for this processing

Returns:
handler to interceptor chain.

getHeaderProcessors

public HeaderProcessors getHeaderProcessors()
Deprecated. use getHandlers() instead

Retrieves collection of header processors configured for this processing.

Returns:
handler to header processor chain.

getHandlers

public Handlers getHandlers()
Retrieves collection of jax-rpc handlers configured for this processing.

Returns:
handler to Handlers configuration