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 booleanDONT_ENCODE_TYPEstatic booleanDONT_SERIALIZE_AS_REFstatic booleanENCODE_TYPEstatic booleanNOT_NULLABLEstatic booleanNOT_REFERENCEABLEstatic booleanNULLABLEstatic booleanREFERENCEABLEstatic booleanREFERENCED_INSTANCEstatic booleanSERIALIZE_AS_REFstatic booleanUNREFERENCED_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
-
-