public class LiteralFragmentSerializer extends LiteralObjectSerializerBase
| Modifier and Type | Field and Description |
|---|---|
protected SOAPFactory |
soapFactory |
encodeType, encodingStyle, isNullable, typeDONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE| Constructor and Description |
|---|
LiteralFragmentSerializer(QName type,
boolean isNullable,
String encodingStyle) |
LiteralFragmentSerializer(QName type,
boolean isNullable,
String encodingStyle,
boolean encodeType,
SOAPVersion ver) |
LiteralFragmentSerializer(QName type,
boolean isNullable,
String encodingStyle,
SOAPVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doDeserialize(XMLReader reader,
SOAPDeserializationContext context) |
protected void |
doSerialize(Object obj,
XMLWriter writer,
SOAPSerializationContext context) |
protected void |
doSerializeAttributes(Object obj,
XMLWriter writer,
SOAPSerializationContext context) |
protected boolean |
hasDefaultNamespace(SOAPElement element) |
protected void |
internalSerialize(Object obj,
QName name,
XMLWriter writer,
SOAPSerializationContext context) |
protected boolean |
isAcceptableType(QName actualType) |
protected void |
writeAdditionalNamespaceDeclarations(Object obj,
XMLWriter writer) |
deserialize, deserialize, getEncodeType, getEncodingStyle, getInnermostSerializer, getMechanismType, getType, getXmlType, internalDeserialize, isNullable, registerWithMemberState, serialize, verifyTypeprotected SOAPFactory soapFactory
public LiteralFragmentSerializer(QName type, boolean isNullable, String encodingStyle)
public LiteralFragmentSerializer(QName type, boolean isNullable, String encodingStyle, SOAPVersion ver)
public LiteralFragmentSerializer(QName type, boolean isNullable, String encodingStyle, boolean encodeType, SOAPVersion ver)
protected void writeAdditionalNamespaceDeclarations(Object obj, XMLWriter writer) throws Exception
writeAdditionalNamespaceDeclarations in class LiteralObjectSerializerBaseExceptionprotected boolean hasDefaultNamespace(SOAPElement element)
protected void internalSerialize(Object obj, QName name, XMLWriter writer, SOAPSerializationContext context) throws Exception
internalSerialize in class LiteralObjectSerializerBaseExceptionprotected Object doDeserialize(XMLReader reader, SOAPDeserializationContext context) throws Exception
doDeserialize in class LiteralObjectSerializerBaseExceptionprotected void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception
doSerialize in class LiteralObjectSerializerBaseExceptionprotected void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception
doSerializeAttributes in class LiteralObjectSerializerBaseExceptionprotected boolean isAcceptableType(QName actualType)
isAcceptableType in class LiteralObjectSerializerBaseCopyright © 2017–2019 Eclipse Foundation. All rights reserved.