public final class JaxbGuardedActionAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,GuardedAction>
Constructor and Description |
---|
JaxbGuardedActionAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
marshal(GuardedAction ga) |
GuardedAction |
unmarshal(java.lang.String str) |
public java.lang.String marshal(GuardedAction ga) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,GuardedAction>
java.lang.Exception
public GuardedAction unmarshal(java.lang.String str) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,GuardedAction>
java.lang.Exception