public class Jibx2Wsdl extends Object
public access, they are intended for use only by the JiBX
developers and may change from one release to the next. To make use of this class from your own code, call the main(String[]) method with an appropriate argument list.| Modifier and Type | Method and Description |
|---|---|
QName |
addCollectionBinding(boolean doclit,
ValueCustom value,
Map typemap,
BindingHolder bind)
Add the <mapping> definition for a typed collection to a binding.
|
static void |
main(String[] args)
Run the WSDL generation using command line parameters.
|
static BindingElement |
processPregeneratedBinding(URL url,
Map elemmap,
Map typemap)
Load and validate binding and process all mapping definitions, including those in included bindings.
|
public QName addCollectionBinding(boolean doclit, ValueCustom value, Map typemap, BindingHolder bind)
doclit - plain doc/lit handling flagvalue - collection valuetypemap - map from parameterized type to abstract mapping namebind - target bindingpublic static BindingElement processPregeneratedBinding(URL url, Map elemmap, Map typemap) throws JiBXException, IOException
url - binding definition pathelemmap - map from element qualified name to class datatypemap - map from type qualified name to class dataJiBXExceptionIOExceptionpublic static void main(String[] args) throws JiBXException, IOException
args - JiBXExceptionIOExceptionCopyright © 2005-2014 jibx.org. All Rights Reserved.