public abstract class WSDLProperties
extends com.oracle.webservices.api.message.BasePropertySet
Modifier | Constructor and Description |
---|---|
protected |
WSDLProperties(SEIModel seiModel) |
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 . |
InputSource |
getWSDLDescription() |
abstract QName |
getWSDLPort() |
abstract QName |
getWSDLPortType() |
abstract QName |
getWSDLService() |
protected WSDLProperties(@Nullable SEIModel seiModel)
public abstract QName getWSDLService()
public abstract QName getWSDLPort()
public abstract QName getWSDLPortType()
public InputSource getWSDLDescription()
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
Copyright © 2015 Oracle Corporation. All rights reserved.