rsitze 2002/10/02 08:27:12
Modified:java/src/org/apache/axis FaultableHandler.java
java/src/org/apache/axis/handlers/soap SOAPService.java
java/src/org/apache/axis/handlers BasicHandler.java
Log:
Issue being solved: WSDDService with 0 (zero) options:
Hi Richard!
> +/**
> + * Set a default value for the given option:
> + * if the option is not already set, then set it.
> + * if the option is already set, then do not set it.
> + *
> + * If this is called multiple times, the first with a
> non-null value
>
rsitze 02/05/09 11:07:30
Modified:java/src/org/apache/axis/handlers BasicHandler.java
Log:
Added method to 'optionally' set properties, i.e. defaults.
Revision ChangesPath
1.29 +25 -4 xml-axis/java/src/org/apache/axis/handlers/BasicHandler.java
Index: Basi
gdaniels02/03/14 21:07:11
Modified:java/src/org/apache/axis/providers/java JavaProvider.java
java/src/org/apache/axis Handler.java
java/src/org/apache/axis/client Call.java
java/src/org/apache/axis/handlers BasicHandler.java
Log:
Protect