public class StringBasedResult extends StreamResult
| Constructor and Description |
|---|
StringBasedResult(java.lang.String contentType,
java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
ILocator |
getLocator()
Return the
ILocator that defines the physical resource location
for the reciver. |
java.lang.String |
getString() |
java.lang.String |
toString() |
getName, getType, setName, setTypegetContentTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContentTypepublic StringBasedResult(java.lang.String contentType,
java.lang.String string)
public ILocator getLocator()
ILocatorSupportILocator that defines the physical resource location
for the reciver.ILocator that defines the physical resource
location for the reciver.public java.lang.String getString()
public java.lang.String toString()
toString in class java.lang.Object