Package org.systinet.wasp.webservice

Provides classes for runtime publishing API.

See:
          Description

Interface Summary
Attributes Attributes interface represents a store of attributes.
CallContext CallContext represents context valid through one call.
Handlers *
HeaderProcessors Deprecated. use Handlers
Initializable Webservice implements this interface if it needs to be initialized and destroyed by the container.
Interceptors This interface represents the chain of the transport interceptors either for the service endpoint or for the client.
Processing Processing is an abstraction of either client or service endpoint chain of processed elements.
RawService This interface is used by service implementation which services clients on the transport level in a manner similar to using Servlets.
ServiceClientContext ServiceClientContext represents unique context for a service client.
ServiceClientListener This interface represents ServiceClient listener.
ServiceEndpointContext ServiceEndpoinContext represents unique context for one service endpoint.
ServiceEndpointListener This interface represents ServiceEndpoint listener.
ServiceInstanceContext ServiceInstanceContext represents unique context for one service instance.
XMLService Deprecated. use ReqRespListener or OnewayListener
 

Class Summary
Current Current can be used for obtaining of current CallContext if it's during call, of ServiceClientContext if it's on the client side, of ServiceEndpointContext or ServiceInstanceContext if it's on the server side.
Registry Registry allows runtime publishing and finding of web services.
ServiceClient This class represents client side of a service which is being called.
ServiceEndpoint ServiceEndpoint represents one webservice endpoint.
ServiceEndpointReference This class represents reference to a service endpoint.
ServiceInstance ServiceInstance class represents handle for implementation of ServiceEndpoint.
ServiceState Enumerates service instance states and allows to convert them into human-readable values.
 

Exception Summary
LookupException Exception thrown by lookup methods on Registry.
PublishException Exception thrown by publish and unpublish methods on Registry.
 

Package org.systinet.wasp.webservice Description

Provides classes for runtime publishing API.

Runtime publishing API consists of classes for runtime publishing and configuration of services, service client configuration and service call chain configuration.