soap tutorial

adriani.jws.template.wrappers
Class WrapperIn

java.lang.Object
  extended by adriani.jws.template.wrappers.Wrapper
      extended by adriani.jws.template.wrappers.WrapperIn
Direct Known Subclasses:
WrapperDateIn, WrapperInformationIn

public abstract class WrapperIn
extends Wrapper

WrapperIn - general class wrapping the root ADBBean element containing the input SOAP request. In most cases this class just adds some input-oriented static fields, without adding any new method.
The presence of this class in the architecture allows to add some custom methods to all input wrappers (in necessary) without affecting the general parent Wrapper class.


Field Summary
static java.lang.String BLANK
          Static final String values stored here to improve performances.
static java.lang.String DOT
          Static final String values stored here to improve performances.
protected  java.lang.Object element
          The wrapped ADBBean element.
static java.lang.String EMPTY
          Static final String values stored here to improve performances.
protected static java.lang.String leadingName
          Beginning of each logging message
static java.lang.StringBuffer NO_NUMBER
          Static string value depicting a undefined number field.
static int NOT_A_NUMBER
          Static integer value depicting a undefined number field.
static java.math.BigInteger NOT_AVAILABLE
          Static BigInteger value depicting a undefined number field.
 
Fields inherited from class adriani.jws.template.wrappers.Wrapper
logger, NOT_BIG_INTEGER, UNDEFINED
 
Constructor Summary
WrapperIn()
           
 
Method Summary
 
Methods inherited from class adriani.jws.template.wrappers.Wrapper
compareSB, getElement, setDefaults, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected java.lang.Object element
The wrapped ADBBean element.


NOT_AVAILABLE

public static final java.math.BigInteger NOT_AVAILABLE
Static BigInteger value depicting a undefined number field.


NOT_A_NUMBER

public static final int NOT_A_NUMBER
Static integer value depicting a undefined number field.

See Also:
Constant Field Values

NO_NUMBER

public static final java.lang.StringBuffer NO_NUMBER
Static string value depicting a undefined number field.


DOT

public static final java.lang.String DOT
Static final String values stored here to improve performances.

See Also:
Constant Field Values

EMPTY

public static final java.lang.String EMPTY
Static final String values stored here to improve performances.

See Also:
Constant Field Values

BLANK

public static final java.lang.String BLANK
Static final String values stored here to improve performances.

See Also:
Constant Field Values

leadingName

protected static java.lang.String leadingName
Beginning of each logging message

Constructor Detail

WrapperIn

public WrapperIn()

Build 18/09/2012

Morpheus Quality Technologies - Making the Zion software
Copyright © 2009-2013 Morpheus Quality Technologies. All Rights Reserved