|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.privateutil.PolicyUtils.IO
public static class PolicyUtils.IO
| Constructor Summary | |
|---|---|
PolicyUtils.IO()
|
|
| Method Summary | |
|---|---|
static void |
closeResource(java.io.Closeable resource)
If the resource is not null, this method will try to close the
resource instance and log warning about any unexpected
IOException that may occur. |
static void |
closeResource(javax.xml.stream.XMLStreamReader reader)
If the reader is not null, this method will try to close the
reader instance and log warning about any unexpected
IOException that may occur. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyUtils.IO()
| Method Detail |
|---|
public static void closeResource(java.io.Closeable resource)
resource is not null, this method will try to close the
resource instance and log warning about any unexpected
IOException that may occur.
resource - resource to be closedpublic static void closeResource(javax.xml.stream.XMLStreamReader reader)
reader is not null, this method will try to close the
reader instance and log warning about any unexpected
IOException that may occur.
reader - resource to be closed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||