|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AegisIo
Aegis abstraction for reading. Note that this interface does not include the 'read' method. Since the caller of a reader has to know the type of the source object, the read method is not specified here in the interface, but is provided in the specific type.
Method Summary | |
---|---|
void |
setProperty(String prop,
Object value)
Set an arbitrary property on the reader. |
void |
setSchema(Schema s)
Supply a schema to validate the input. |
Method Detail |
---|
void setSchema(Schema s)
s
- 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 |