Uses of Class
org.teleal.cling.model.message.UpnpMessage.BodyType

Packages that use UpnpMessage.BodyType
org.teleal.cling.model.message   
org.teleal.cling.model.message.control   
 

Uses of UpnpMessage.BodyType in org.teleal.cling.model.message
 

Methods in org.teleal.cling.model.message that return UpnpMessage.BodyType
 UpnpMessage.BodyType UpnpMessage.getBodyType()
           
static UpnpMessage.BodyType UpnpMessage.BodyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UpnpMessage.BodyType[] UpnpMessage.BodyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teleal.cling.model.message with parameters of type UpnpMessage.BodyType
 void UpnpMessage.setBody(UpnpMessage.BodyType bodyType, java.lang.Object body)
           
 void UpnpMessage.setBodyType(UpnpMessage.BodyType bodyType)
           
 

Constructors in org.teleal.cling.model.message with parameters of type UpnpMessage.BodyType
OutgoingDatagramMessage(O operation, UpnpMessage.BodyType bodyType, java.lang.Object body, java.net.InetAddress destinationAddress, int destinationPort)
           
UpnpMessage(O operation, UpnpMessage.BodyType bodyType, java.lang.Object body)
           
 

Uses of UpnpMessage.BodyType in org.teleal.cling.model.message.control
 

Methods in org.teleal.cling.model.message.control that return UpnpMessage.BodyType
 UpnpMessage.BodyType ActionMessage.getBodyType()
           
 

Methods in org.teleal.cling.model.message.control with parameters of type UpnpMessage.BodyType
 void ActionMessage.setBody(UpnpMessage.BodyType bodyType, java.lang.Object body)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.