|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.storedprocess.XMLStream
public class XMLStream
Describes a XMLStream data source or target. For data sources the properties of this object used by the Stored Process service are the fileref name and whether rewinding is allowed; for data targets only the fileref name is used. Other properties are solely for client use.
Field Summary |
---|
Fields inherited from class com.sas.services.storedprocess.GenericStream |
---|
_streamElement |
Method Summary | |
---|---|
java.lang.String |
getReferenceName()
Returns the reference name. |
java.lang.String |
getReferenceNameSpace()
Returns the reference namespace. |
java.lang.String |
getSchemaURI()
Returns the schema URI. |
boolean |
isReferenceTypeForSchemaElement()
Determines whether the reference type is for a schema element or schema type. |
boolean |
isSchemaAvailable()
The return values determines whether a schema is available to be associated with this XML Stream. |
boolean |
isSchemaToBeEmbeddedInWSDL()
Determines whether the schema is to be embedded of referenced in generated WSDL. |
Methods inherited from class com.sas.services.storedprocess.GenericStream |
---|
allowsRewinds, getDescription, getExpectedContentType, getFileref, getLabel, getLocalizableProperties, isSource, setLocalizableProperties, toString |
Method Detail |
---|
public boolean isSchemaAvailable()
getSchemaURI()
,
getReferenceNameSpace()
,
getReferenceName()
and
isReferenceTypeForSchemaElement()
.isSchemaToBeEmbeddedInWSDL()
return a valid value.
public java.lang.String getSchemaURI() throws java.lang.IllegalStateException
isSchemaAvailable()
returns true.
java.lang.IllegalStateException
- if called when isSchemaAvailable() returns falsepublic java.lang.String getReferenceNameSpace()
isSchemaAvailable()
returns true.
java.lang.IllegalStateException
- if called when isSchemaAvailable() returns falsepublic java.lang.String getReferenceName()
isSchemaAvailable()
returns true.
java.lang.IllegalStateException
- if called when isSchemaAvailable() returns falsepublic boolean isReferenceTypeForSchemaElement()
isSchemaAvailable()
returns true.
java.lang.IllegalStateException
- if called when isSchemaAvailable() returns falsepublic boolean isSchemaToBeEmbeddedInWSDL()
isSchemaAvailable()
returns true.
java.lang.IllegalStateException
- if called when isSchemaAvailable() returns false
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |