|
||||||||||
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
public class 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)
location
- The location to setpublic byte[] getContents()
public void setContents(byte[] contents)
contents
- The byte array to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |