public class XMLPropertyBag
extends com.oracle.webservices.api.message.BasePropertySet
Constructor and Description |
---|
XMLPropertyBag() |
Modifier and Type | Method and Description |
---|---|
protected com.oracle.webservices.api.message.BasePropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with
PropertySet.Property . |
String |
getXMLContentType() |
void |
setXMLContentType(String content) |
protected com.oracle.webservices.api.message.BasePropertySet.PropertyMap getPropertyMap()
com.oracle.webservices.api.message.BasePropertySet
PropertySet.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 com.oracle.webservices.api.message.BasePropertySet
public String getXMLContentType()
public void setXMLContentType(String content)
Copyright © 2015 Oracle Corporation. All rights reserved.