|
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 java.lang.String |
ENDPOINT
|
static java.lang.String |
FAULT
|
Method Summary | |
---|---|
void |
setAttachments(java.util.Collection<Attachment> attachments)
Attach a collection of attachments to a binding. |
void |
setProperty(java.lang.String prop,
java.lang.Object value)
Set an arbitrary property on the reader. |
void |
setSchema(javax.xml.validation.Schema s)
Supply a schema to validate the input. |
Field Detail |
---|
static final java.lang.String FAULT
static final java.lang.String ENDPOINT
Method Detail |
---|
void setSchema(javax.xml.validation.Schema s)
s
- void setAttachments(java.util.Collection<Attachment> attachments)
attachments
- attachments.void setProperty(java.lang.String prop, java.lang.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 |