|
Hi, my problem is, that i have representation of my
abstract class SymbolType in XXXSoapBindingStub.java:
qName = new javax.xml.namespace.QName("http://www.opengis.net/sld",
"SymbolType");
cachedSerQNames.add(qName); cls = net.opengis.www.sld.SymbolType.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); This representation is in method private void
addBindings1()
And representation of class which inherti from her
is in method private void addBindings0()
qName = new javax.xml.namespace.QName("http://www.opengis.net/sld",
">LineSymbol");
cachedSerQNames.add(qName); cls = net.opengis.www.sld.LineSymbol.class; cachedSerClasses.add(cls); cachedSerFactories.add(beansf); cachedDeserFactories.add(beandf); So do you have any others ideas how to
solve my problem?
Tahnks
Ales
----- Original Message -----
|
Title: Abstract classes and inheritance
- AW: Abstract classes and inheritance Knötzinger Markus
- Re: Abstract classes and inheritance Ales St
