Package org.idoox.wasp.wsdl

Provides support for WSDL in-memory processing.

See:
          Description

Interface Summary
SOAPPortInfo A meta data about a SOAP Port.
SOAPServiceInfo A meta data about SOAP Service.
WSDLRepository This repository is responsible for storage and indexing of handled WSDL files structure data for providing of effective finder operations on handled definitions.
WSDLRepository.Config  
 

Class Summary
AttachmentType Enumeration class; enumerates possible types of attachments.
SOAPMethodInfo This class contains information about java method from the view of soap message.
SOAPMethodInfo.FaultPartInfo Represents fault of the operation - information about one fault part.
SOAPMethodInfo.FaultPartInfos This class represents container for information about faults of an operation.
SOAPMethodInfo.PartInfo This class contains information about one WSDL part.
SOAPMethodInfo.RequiredElements  
SOAPMethodInfo.RequiredElements.Record  
WSDLRepository.PortInfo A holder for a Port meta data.
WSDLRepository.ServiceInfo A holder for a Service meta data.
 

Package org.idoox.wasp.wsdl Description

Provides support for WSDL in-memory processing.

This package offers a high-level support for WSDL (Web Service Description Language) processing. After WSDL is parsed from XML, all the meta data which are collected from it are put into these classes and can be easily used by users.

Since:
WASP 4.0