|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaDefinition
The SchemaDefinition interface provides the information required for serializing the schema defining the input or output of a function.
Method Summary | |
---|---|
String |
getContent()
The complete contents of the schema. |
URI |
getLocation()
Returns the location of the schema. |
String |
getNamespace()
Returns the namespace of the schema. |
boolean |
isEditable()
Returns true if the returned schema is editable, otherwise returns false. |
Method Detail |
---|
boolean isEditable()
String getNamespace()
URI getLocation()
String getContent()
If the schema imports other schema then the import must be absolute or relative to the schema that includes it.
null
when the
the URI location is absolute or the schema is local and used when building a service.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |