KIE :: Execution Server :: API 6.2.0.Final

Uses of Class
org.kie.server.api.marshalling.MarshallingFormat

Packages that use MarshallingFormat
org.kie.server.api.marshalling   
 

Uses of MarshallingFormat in org.kie.server.api.marshalling
 

Methods in org.kie.server.api.marshalling that return MarshallingFormat
static MarshallingFormat MarshallingFormat.fromId(int id)
           
static MarshallingFormat MarshallingFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarshallingFormat[] MarshallingFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.server.api.marshalling with parameters of type MarshallingFormat
static Marshaller MarshallerFactory.getMarshaller(MarshallingFormat format, ClassLoader classLoader)
           
 


KIE :: Execution Server :: API 6.2.0.Final

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