public class DetailFragmentDeserializer 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 |
|---|
DetailFragmentDeserializer(QName type,
boolean isNillable,
String encodingStyle) |
DetailFragmentDeserializer(QName type,
String encodingStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
deserializeElement(QName name,
XMLReader reader,
SOAPDeserializationContext context) |
protected Object |
doDeserialize(XMLReader reader,
SOAPDeserializationContext context) |
protected void |
doDeserializeElement(SOAPElement element,
XMLReader reader,
SOAPDeserializationContext context) |
protected Object |
doDeserializeElement(XMLReader reader,
SOAPDeserializationContext context) |
protected void |
doSerialize(Object obj,
XMLWriter writer,
SOAPSerializationContext context) |
protected void |
doSerializeAttributes(Object obj,
XMLWriter writer,
SOAPSerializationContext context) |
protected Object |
internalDeserialize(QName name,
XMLReader reader,
SOAPDeserializationContext context) |
protected void |
writeAdditionalNamespaceDeclarations(Object obj,
XMLWriter writer) |
deserialize, deserialize, getEncodeType, getEncodingStyle, getInnermostSerializer, getMechanismType, getType, getXmlType, internalSerialize, isAcceptableType, isNullable, registerWithMemberState, serialize, verifyTypeprotected SOAPFactory soapFactory
protected void writeAdditionalNamespaceDeclarations(Object obj, XMLWriter writer) throws Exception
writeAdditionalNamespaceDeclarations in class LiteralObjectSerializerBaseExceptionprotected Object internalDeserialize(QName name, XMLReader reader, SOAPDeserializationContext context) throws Exception
internalDeserialize in class LiteralObjectSerializerBaseExceptionprotected Object deserializeElement(QName name, XMLReader reader, SOAPDeserializationContext context) throws Exception
Exceptionprotected Object doDeserialize(XMLReader reader, SOAPDeserializationContext context) throws Exception
doDeserialize in class LiteralObjectSerializerBaseExceptionprotected Object doDeserializeElement(XMLReader reader, SOAPDeserializationContext context) throws Exception
Exceptionprotected void doDeserializeElement(SOAPElement element, XMLReader reader, SOAPDeserializationContext context) throws Exception
Exceptionprotected 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 LiteralObjectSerializerBaseExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.