|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - A service description wrapped by this interface.public interface ServiceDescription<T>
A basic entity used to present a service description.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,PolicyDefinitionDescription> |
getEmbeddedPolicyDefinitions()
Retrieve embedded policy definitions. |
javax.xml.namespace.QName |
getServiceName()
Get the qualified name of the service the service description presents. |
java.lang.Class<T> |
getType()
Get an actual type of the description object, used by EndpointExtractor to identify the supported descriptions. |
| Method Detail |
|---|
java.lang.Class<T> getType()
EndpointExtractor to identify the supported descriptions.
Class object on an entity.javax.xml.namespace.QName getServiceName()
null.java.util.Map<java.lang.String,PolicyDefinitionDescription> getEmbeddedPolicyDefinitions()
null if there are none.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||