Package com.sun.xml.ws.encoding.soap
Interface SerializerConstants
-
public interface SerializerConstants
- Author:
- WS Development Team
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DONT_ENCODE_TYPE
static boolean
DONT_SERIALIZE_AS_REF
static boolean
ENCODE_TYPE
static boolean
NOT_NULLABLE
static boolean
NOT_REFERENCEABLE
static boolean
NULLABLE
static boolean
REFERENCEABLE
static boolean
REFERENCED_INSTANCE
static boolean
SERIALIZE_AS_REF
static boolean
UNREFERENCED_INSTANCE
-
-
-
Field Detail
-
ENCODE_TYPE
static final boolean ENCODE_TYPE
- See Also:
- Constant Field Values
-
DONT_ENCODE_TYPE
static final boolean DONT_ENCODE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZE_AS_REF
static final boolean SERIALIZE_AS_REF
- See Also:
- Constant Field Values
-
DONT_SERIALIZE_AS_REF
static final boolean DONT_SERIALIZE_AS_REF
- See Also:
- Constant Field Values
-
REFERENCEABLE
static final boolean REFERENCEABLE
- See Also:
- Constant Field Values
-
NOT_REFERENCEABLE
static final boolean NOT_REFERENCEABLE
- See Also:
- Constant Field Values
-
NULLABLE
static final boolean NULLABLE
- See Also:
- Constant Field Values
-
NOT_NULLABLE
static final boolean NOT_NULLABLE
- See Also:
- Constant Field Values
-
REFERENCED_INSTANCE
static final boolean REFERENCED_INSTANCE
- See Also:
- Constant Field Values
-
UNREFERENCED_INSTANCE
static final boolean UNREFERENCED_INSTANCE
- See Also:
- Constant Field Values
-
-