org.pentaho.platform.security.policy.rolebased.ws
Class RoleBindingStructAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<JaxbSafeRoleBindingStruct,RoleBindingStruct>
org.pentaho.platform.security.policy.rolebased.ws.RoleBindingStructAdapter
public class RoleBindingStructAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbSafeRoleBindingStruct,RoleBindingStruct>
Converts RoleBindingStruct
into JAXB-safe object and vice-versa.
- Author:
- mlowery
RoleBindingStructAdapter
public RoleBindingStructAdapter()
marshal
public JaxbSafeRoleBindingStruct marshal(RoleBindingStruct v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbSafeRoleBindingStruct,RoleBindingStruct>
- Throws:
Exception
unmarshal
public RoleBindingStruct unmarshal(JaxbSafeRoleBindingStruct v)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbSafeRoleBindingStruct,RoleBindingStruct>
- Throws:
Exception