Uses of Class
org.apache.axis2.jaxws.description.xml.handler.DisplayNameType
-
Packages that use DisplayNameType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of DisplayNameType in org.apache.axis2.jaxws.description.xml.handler
Fields in org.apache.axis2.jaxws.description.xml.handler with type parameters of type DisplayNameType Modifier and Type Field Description protected List<DisplayNameType>HandlerType. displayNameprotected List<DisplayNameType>ListenerType. displayNameprotected List<DisplayNameType>MessageDestinationType. displayNameprotected List<DisplayNameType>ServiceRefHandlerType. displayNameprotected List<DisplayNameType>ServiceRefType. displayNameMethods in org.apache.axis2.jaxws.description.xml.handler that return DisplayNameType Modifier and Type Method Description DisplayNameTypeObjectFactory. createDisplayNameType()Create an instance ofDisplayNameTypeMethods in org.apache.axis2.jaxws.description.xml.handler that return types with arguments of type DisplayNameType Modifier and Type Method Description List<DisplayNameType>HandlerType. getDisplayName()Gets the value of the displayName property.List<DisplayNameType>ListenerType. getDisplayName()Gets the value of the displayName property.List<DisplayNameType>MessageDestinationType. getDisplayName()Gets the value of the displayName property.List<DisplayNameType>ServiceRefHandlerType. getDisplayName()Gets the value of the displayName property.List<DisplayNameType>ServiceRefType. getDisplayName()Gets the value of the displayName property.
-