org.kie.services.remote.rest.jaxb
Class DynamicJAXBContext
java.lang.Object
javax.xml.bind.JAXBContext
org.kie.services.remote.rest.jaxb.DynamicJAXBContext
@ApplicationScoped
public class DynamicJAXBContext
- extends JAXBContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicJAXBContext
public DynamicJAXBContext()
createUnmarshaller
public Unmarshaller createUnmarshaller()
throws JAXBException
- Specified by:
createUnmarshaller in class JAXBContext
- Throws:
JAXBException
createMarshaller
public Marshaller createMarshaller()
throws JAXBException
- Specified by:
createMarshaller in class JAXBContext
- Throws:
JAXBException
createValidator
public Validator createValidator()
throws JAXBException
- Specified by:
createValidator in class JAXBContext
- Throws:
JAXBException
addType
public void addType(Class<?> type)
getContext
public JAXBContext getContext()
removeOnUnDeploy
public void removeOnUnDeploy(@Observes
org.jbpm.kie.services.impl.event.DeploymentEvent event)
getDeploymentId
protected String getDeploymentId()
setUriInfo
public void setUriInfo(javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.