Package com.sun.xml.ws.encoding.soap
Interface SerializerConstants
public interface SerializerConstants
- Author:
- WS Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final booleanstatic final booleanstatic final booleanstatic final booleanstatic final booleanstatic final booleanstatic final booleanstatic final booleanstatic final boolean
-
Field Details
-
ENCODE_TYPE
static final boolean ENCODE_TYPE- See Also:
-
DONT_ENCODE_TYPE
static final boolean DONT_ENCODE_TYPE- See Also:
-
SERIALIZE_AS_REF
static final boolean SERIALIZE_AS_REF- See Also:
-
DONT_SERIALIZE_AS_REF
static final boolean DONT_SERIALIZE_AS_REF- See Also:
-
REFERENCEABLE
static final boolean REFERENCEABLE- See Also:
-
NOT_REFERENCEABLE
static final boolean NOT_REFERENCEABLE- See Also:
-
NULLABLE
static final boolean NULLABLE- See Also:
-
NOT_NULLABLE
static final boolean NOT_NULLABLE- See Also:
-
REFERENCED_INSTANCE
static final boolean REFERENCED_INSTANCE- See Also:
-
UNREFERENCED_INSTANCE
static final boolean UNREFERENCED_INSTANCE- See Also:
-