|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.ws.message.BasePropertySet
com.sun.xml.ws.encoding.xml.XMLPropertyBag
public class XMLPropertyBag
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jvnet.ws.message.BasePropertySet |
---|
org.jvnet.ws.message.BasePropertySet.Accessor, org.jvnet.ws.message.BasePropertySet.PropertyMap |
Nested classes/interfaces inherited from interface org.jvnet.ws.message.PropertySet |
---|
org.jvnet.ws.message.PropertySet.Property |
Constructor Summary | |
---|---|
XMLPropertyBag()
|
Method Summary | |
---|---|
protected org.jvnet.ws.message.BasePropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with Property . |
String |
getXMLContentType()
|
void |
setXMLContentType(String content)
|
Methods inherited from class org.jvnet.ws.message.BasePropertySet |
---|
asMap, containsKey, createEntrySet, createMapView, createView, get, mapAllowsAdditionalProperties, parse, put, remove, supports |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLPropertyBag()
Method Detail |
---|
protected org.jvnet.ws.message.BasePropertySet.PropertyMap getPropertyMap()
org.jvnet.ws.message.BasePropertySet
Property
.
Model of PropertySet
class.
At the end of the derivation chain this method just needs to be implemented as:
private static final PropertyMap model; static { model = parse(MyDerivedClass.class); } protected PropertyMap getPropertyMap() { return model; }
getPropertyMap
in class org.jvnet.ws.message.BasePropertySet
public String getXMLContentType()
public void setXMLContentType(String content)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |