Uses of Class
com.sun.grizzly.http.webxml.schema.MessageDestination

Packages that use MessageDestination
com.sun.grizzly.http.webxml.schema   
 

Uses of MessageDestination in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type MessageDestination
 List<MessageDestination> WebApp.messageDestination
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type MessageDestination
 List<MessageDestination> WebApp.getMessageDestination()
          <message-destination> <description>string</description> <display-name>token</display-name> <icon> <small-icon>token</small-icon> <large-icon>token</large-icon> </icon> <message-destination-name>token</message-destination-name> <mapped-name>string</mapped-name> </message-destination>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type MessageDestination
 void WebApp.setMessageDestination(List<MessageDestination> messageDestination)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.