JTR 5.0 API Documentation

Package jtr.config.ws

This package contains all those classes that maps one-to-one with those XML elements used to define WebServices Configurations in a jtr.xml configuration file.

See:
          Description

Class Summary
Binding This class defines a unique set of name-space, name, port and operation.
Bindings This class defines a set of Bindings.
WebServiceConfig This class is the object oriented representation of the content of a webservice element of the jtr.xml configuration file.
Every webservice description is logically associated with a WSDL, thus you are required to point out a valid WSDL location as an URL when defining every webservice element.
Nested in a WebServiceConfig there might be one or more services according to your needs.
WebServiceMsg Abstract representation of a webservice message configuration element.
WebServiceOperation This is the abstract representation of a webservice operation configuration element.
WebServicePort This class represents a port elements that can be found in a jtr.xml configuration file.
Semantically its content can be assimilated to the one represented by a WSDL port element.
WebServicePortType This class is the object-oriented representation of the portType element that can be found in the jtr.xml configuration file.
Semantically it is comparable to a WSDL port type definition, and is one of the information used by the JTR runtime system to access webservices.
WebServiceService This class is the object oriented representation of a service element of a jtr.xml configuration file.
It can be assimilated to the concept of WSDL service.
WebServiceTypeMapping This class is the object oriented representation of the jtr.xml typeMapping configuration element.
Such a configuration element is used to decleratively instruct the JTR-webservices extension on how to map complex XML data types to Java objects.
 

Package jtr.config.ws Description

This package contains all those classes that maps one-to-one with those XML elements used to define WebServices Configurations in a jtr.xml configuration file.

Note: classes defined here are not meant for direct use by developers

Since:
3.0
Version:
5.0
Author:
Francesco Russo

The JTR Project is licensed under GPL version 2