| java.lang.Object org.jibx.ws.wsdl.Jibx2Wsdl
Jibx2Wsdl | public class Jibx2Wsdl (Code) | | Start-from-code WSDL generator using JiBX data binding. This starts from one
or more service classes, each with one or more methods to be exposed as
service operations, and generates complete bindings and WSDL for the
services.
author: Dennis M. Sosnoski |
addCollectionBinding | public QName addCollectionBinding(ValueCustom value, Map typemap, BindingHolder bind)(Code) | | Add the <mapping> definition for a typed collection to a binding. This
always creates an abstract mapping with the type name based on both the
item type and the collection type.
Parameters: value - collection value Parameters: typemap - map from parameterized type to abstract mapping name Parameters: bind - target binding qualified name for collection |
|
|