KIE Remote Services :: Services 6.1.0.Beta1

org.kie.services.remote.rest.jaxb
Class DynamicJAXBContext

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by org.kie.services.remote.rest.jaxb.DynamicJAXBContext

@ApplicationScoped
public class DynamicJAXBContext
extends JAXBContext


Field Summary
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
DynamicJAXBContext()
           
 
Method Summary
 void addType(Class<?> type)
           
 Marshaller createMarshaller()
           
 Unmarshaller createUnmarshaller()
           
 Validator createValidator()
           
 JAXBContext getContext()
           
protected  String getDeploymentId()
           
 void removeOnUnDeploy(org.jbpm.kie.services.impl.event.DeploymentEvent event)
           
 void setUriInfo(javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class javax.xml.bind.JAXBContext
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicJAXBContext

public DynamicJAXBContext()
Method Detail

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)

KIE Remote Services :: Services 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.