|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.jca.toolplugin.ImportResource
This class represents a binary resource that may required for an Imported Service.
Constructor Summary | |
ImportResource()
|
Method Summary | |
byte[] |
getContents()
Returns the binary contents of the resource as a byte array. |
java.lang.String |
getLocation()
Returns a String representation of the relative path where the resource should be saved. |
void |
setContents(byte[] contents)
Sets the binary contents of the resource. |
void |
setLocation(java.lang.String location)
Sets the relative path where the resource should be saved. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImportResource()
Method Detail |
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public byte[] getContents()
public void setContents(byte[] contents)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |