public interface MarshallingSessionProvider
Modifier and Type | Method and Description |
---|---|
MarshallingSession |
getDecoding() |
MarshallingSession |
getEncoding() |
Marshaller |
getMarshaller(String fqcn) |
boolean |
hasMarshaller(String fqcn) |
void |
registerMarshaller(String fqcn,
Marshaller m) |
MarshallingSession getEncoding()
MarshallingSession getDecoding()
boolean hasMarshaller(String fqcn)
Marshaller getMarshaller(String fqcn)
void registerMarshaller(String fqcn, Marshaller m)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.