|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseDataReader
Non-parameterized base interface for DataReader<T>
Field Summary | |
---|---|
static String |
ENDPOINT
|
static String |
FAULT
|
Method Summary | |
---|---|
void |
setAttachments(Collection<Attachment> attachments)
Attach a collection of attachments to a binding. |
void |
setProperty(String prop,
Object value)
Set an arbitrary property on the reader. |
void |
setSchema(Schema s)
Supply a schema to validate the input. |
Field Detail |
---|
static final String FAULT
static final String ENDPOINT
Method Detail |
---|
void setSchema(Schema s)
s
- void setAttachments(Collection<Attachment> attachments)
attachments
- attachments.void setProperty(String prop, Object value)
FAULT
and ENDPOINT
specify two common properties: the Fault object being read
and the Endpoint
.
prop
- Name of the property.value
- Value of the property.
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |