org.drools.command.runtime.rule
Class ModifyCommand.JaxbSetterAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>
org.drools.command.runtime.rule.ModifyCommand.JaxbSetterAdapter
- Enclosing class:
- ModifyCommand
public static class ModifyCommand.JaxbSetterAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifyCommand.JaxbSetterAdapter
public ModifyCommand.JaxbSetterAdapter()
marshal
public ModifyCommand.SetterImpl[] marshal(List<ModifyCommand.SetterImpl> v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>
- Throws:
Exception
unmarshal
public List<ModifyCommand.SetterImpl> unmarshal(ModifyCommand.SetterImpl[] v)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>
- Throws:
Exception
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.