Package org.idoox.wasp

Provides classes and interfaces whose purpose is to extend functionality of the WSO2 SOA Enablement Server for Java.

See:
          Description

Interface Summary
Holder Deprecated. Use Holder instead.
InOutHolder Deprecated. Use InOutHolder instead.
Module Modules are building blocks of WSO2 SOA Enablement Server managed by server runtime.
OutHolder Deprecated. Use OutHolder instead.
SparseArray Deprecated. Sparse arrays are no longer supported.
 

Class Summary
Context Context is used to get references to singleton implementations of WSO2 SOA Enablement Server interfaces.
HashSparseArray Deprecated. Sparse arrays are no longer supported.
MessageAttachment Deprecated. Use MessageAttachment instead.
RequestMessageAttachment Deprecated. Use RequestMessageAttachment instead.
ResponseMessageAttachment Deprecated. Use ResponseMessageAttachment instead.
SecurityHelper Contains static methods that simplify authentication actions.
Wasp Deprecated. Use Wasp instead.
WaspSecurity This class allows integration of security to WSO2 SOA Enablement Server core, the functionality of WSO2 SOA Enablement Server security is covered by its WaspSecurity.SPI.
WaspSecurity.SPI This class defines the Service Provider Interface (SPI) for the WaspSecurity class.
WaspSecurity.WaspSecurityImpl Default implementation of WaspSecurity SPI.
 

Exception Summary
InstanceNotFoundException Exception for Context.getInstance(java.lang.String).
SoapFaultException Exception representing deserialized SOAP Fault.
UnknownProtocolException Exception thrown if no protocol has been found.
WaspInternalException Exception thrown when WSO2 SOA Enablement Server internal error occurs.
 

Package org.idoox.wasp Description

Provides classes and interfaces whose purpose is to extend functionality of the WSO2 SOA Enablement Server for Java.

If you want to create a web service at first have a look at the package org.systinet.wasp.webservice.