public class SOAPArraySerializer extends SerializerSupport
| Constructor and Description |
|---|
SOAPArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
Result |
serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serialize an object value to an XML fragment
|
Result |
serialize(SOAPContentElement soapElement,
SerializationContext serContext) |
getMechanismType, wrapValueStrpublic SOAPArraySerializer()
throws BindingException
BindingExceptionpublic Result serialize(SOAPContentElement soapElement, SerializationContext serContext) throws BindingException
serialize in class SerializerSupportBindingExceptionpublic Result serialize(QName xmlName, QName xmlType, Object value, SerializationContext serContext, NamedNodeMap attributes) throws BindingException
SerializerSupportserialize in class SerializerSupportxmlName - The root element name of the resulting fragmentxmlType - The associated schema typevalue - The value to serializeserContext - The serialization contextattributes - The attributes on this elementBindingExceptionCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.