javax.xml.rpc
static class: ServiceFactory.PropertyAccessAction [javadoc |
source]
java.lang.Object
javax.xml.rpc.ServiceFactory$PropertyAccessAction
All Implemented Interfaces:
PrivilegedAction
Method from javax.xml.rpc.ServiceFactory$PropertyAccessAction Summary: |
---|
run |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.xml.rpc.ServiceFactory$PropertyAccessAction Detail: |
public Object run() {
return System.getProperty(name, defaultValue);
}
|