public class SerializedContent extends Object implements Serializable
| Constructor and Description |
|---|
SerializedContent() |
SerializedContent(String marshaller,
String name,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent() |
String |
getMarshaller() |
String |
getName() |
int |
hashCode() |
void |
setContent(byte[] content) |
void |
setMarshaller(String marshaller) |
void |
setName(String name) |
String |
toString() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.