Uses of Class
org.n52.shetland.w3c.wsdl.Message
-
Packages that use Message Package Description org.n52.shetland.w3c.wsdl -
-
Uses of Message in org.n52.shetland.w3c.wsdl
Methods in org.n52.shetland.w3c.wsdl that return Message Modifier and Type Method Description MessageMessage. addPart(Part part)MessageMessage. addParts(Collection<Part> parts)MessageMessage. setParts(Collection<Part> parts)Methods in org.n52.shetland.w3c.wsdl that return types with arguments of type Message Modifier and Type Method Description Collection<Message>Definitions. getMessages()Methods in org.n52.shetland.w3c.wsdl with parameters of type Message Modifier and Type Method Description DefinitionsDefinitions. addMessage(Message message)Method parameters in org.n52.shetland.w3c.wsdl with type arguments of type Message Modifier and Type Method Description DefinitionsDefinitions. addMessages(Collection<Message> messages)DefinitionsDefinitions. setMessages(Collection<Message> messages)
-