callProperties.remove(name);
} // removeProperty
public void setScopedProperty(String name, Object value) {
if (name == null || value == null) {
throw new JAXRPCException(
Messages.getMessage(name == null ?
"badProp03" : "badProp04"));
}
scopedProperties.put(name, value);
} // setScopedProperty