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