public interface CombinedSerializer extends JAXRPCSerializer, JAXRPCDeserializer
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEncodeType()
Returns whether xsi:type information will be encoded
|
String |
getEncodingStyle()
Returns the encodingStyle of this serializer
|
CombinedSerializer |
getInnermostSerializer()
Returns the serializer that actually does the serialization
|
QName |
getXmlType()
Returns the XML schema type processed by this serializer.
|
boolean |
isNullable()
Returns whether serializer allows null values
|
serializegetMechanismTypedeserialize, deserializegetMechanismTypeQName getXmlType()
boolean getEncodeType()
boolean isNullable()
String getEncodingStyle()
CombinedSerializer getInnermostSerializer()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.