public class XMLPropertyBag
extends org.jvnet.ws.message.BasePropertySet
Constructor and Description |
---|
XMLPropertyBag() |
Modifier and Type | Method and Description |
---|---|
protected org.jvnet.ws.message.BasePropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with
Property . |
String |
getXMLContentType() |
void |
setXMLContentType(String content) |
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)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.