users@jax-rpc.java.net

RE: Documentation for Wscompile task under Ant

From: Kevin Jones <kevinj_at_develop.com>
Date: Fri, 7 Nov 2003 17:59:47 -0000

Also

nonclassdir="dest dir for non class files"
sourcebase="dest dir for source files"
f="features"
model="fully-qualified-name-of-genned-model-file"

Kevin Jones
http://kevinj.develop.com

> -----Original Message-----
> From: Vivek.Pandey_at_Sun.COM [mailto:Vivek.Pandey_at_Sun.COM]
> Sent: 05 November 2003 15:00
> To: users_at_jax-rpc.dev.java.net
> Subject: Re: Documentation for Wscompile task under Ant
>
>
> Another thing to mention is: this is as per JAXRPC 1.1 FCS available
> with jwsdp 1.3.
>
> thanks,
>
> -vivek.
> Vivek Pandey wrote:
>
> > Currently there is no formal document on wscompile ant task. There
> > should be one shortly on java.net.
> >
> > Here is the summary of wscompile ant task:
> >
> > <wscompile
> > fork= true|false
> > debug= true|false
> > keep=true|false
> > client=true|false | server=true|false
> > base="dest-dir-for-generated-class"
> > verbose=true|flase
> > config="config.xml"
> > features="wscompile-features"
> > source="1.0.1"|"1.0.3"|"1.1"(default)
> > xPrintStackTrace=true|false
> > xSerializable=true|false>
> > <classpath/>
> > </wscompile>
> >
> >
> > fork - forks the wscompile process in another jvm
> > debug - generate debugging info (-g on command line)
> > keep - keep generated files ( -keep on command line)
> >
> > client - generate client artifacts (stubs, etc.)
> (-gen:client on
> > command line)
> > or
> > server - generate server artifacts (ties, etc.) (-gen:server on
> > command line)
> >
> > base - specify where to place generated output files (-d on command
> > line) source - generate code for the specified JAXRPC SI version.
> > (-source version on
> > command line). supported versions are: 1.0.1, 1.0.3 and 1.1
> > (default)
> > features - comma seperated list of features, such as
> > datahandleronly always map attachments to the
> > DataHandler type
> > documentliteral use document literal encoding
> > rpcliteral use rpc literal encoding
> > explicitcontext turn on explicit service
> context mapping
> > infix:<name> specify an infix to use for
> generated ties
> > and serializers
> > infix=<name> same as infix:<name> (not
> on Windows)
> > jaxbenumtype map anonymous enumeration
> to its base
> > type.
> > nodatabinding turn off data binding for
> literal encoding
> > noencodedtypes turn off encoding type information
> > nomultirefs turn off support for
> multiple references
> > norpcstructures do not generate RPC structures
> > (-import only)
> > novalidation turn off full validation of
> imported WSDL
> > documents
> > resolveidref resolve xsd:IDREF
> > searchschema search schema aggressively
> for subtypes
> > serializeinterfaces turn on direct serialization of
> > interface types
> > strict generate code strictly
> compliant with
> > the JAXRPC
> > 1.1 specification
> > useonewayoperations allow generation of one-way
> operations
> > wsi enable WSI-Basic Profile
> features (for
> > document/literal and rpc/literal)
> > unwrap enable unWrapping of
> document/literal
> > wrapper elements in wsi mode
> > donotoverride donot regenerate the classes
> > donotunwrap disable unWrapping of
> document/literal
> > wrapper elements in wsi
> mode (Default)
> >
> > xPrintStackTrace - print exception stack traces
> (-Xprintstacktrace on
> > comm line)
> > xSerializable - generate value types that implement Serializable
> > interface
> > (-Xserializable on command line)
> > config - configuration file
> >
> > -vivek.
> >
> > Tony Jeffery wrote:
> >
> >> Hi,
> >>
> >> I'm trying to find some documentation for the wscompile
> task in Ant.
> >>
> >> Does anyone know of any?
> >>
> >> regards,
> >> Tony J
> >>
> >> ---
> >> Outgoing mail is certified Virus Free.
> >> Checked by AVG anti-virus system (http://www.grisoft.com).
> >> Version: 6.0.536 / Virus Database: 331 - Release Date: 03/11/2003
> >>
> >>
> >
> >--
> >Vivek Pandey
> >Web Technologies and Standards
> >Sun Microsystems Inc.
> >
> >
>
> --
> Vivek Pandey
> Web Technologies and Standards
> Sun Microsystems Inc.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net