The basic classes in the Java™ Client
library are BanterServerWebService_ServiceLocator, BanterServerWebServicePortType, and BanterServerWebService_BindingStub.
BanterServerWebServicePortType
The BanterServerWebServicePortType interface
defines the functional interface of the system (suggest, submitFeedback, decide,
and so on).
BanterServerWebService_BindingStub
The BanterServerWebService_BindingStub class
is the actual functional interface. Because it implements the BanterServerWebServicePortType interface,
it contains the various methods (suggest, submitFeedback, decide,
and so on).
Java Client example
Sample code illustrates how to use the Java Client library
classes and methods to connect to the system and print the product
version number.