Uses of Class
com.sun.xml.ws.client.ContentNegotiation

Packages that use ContentNegotiation
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
 

Uses of ContentNegotiation in com.sun.xml.ws.api.message
 

Fields in com.sun.xml.ws.api.message declared as ContentNegotiation
 ContentNegotiation Packet.contentNegotiation
          The value of PROPERTY property.
 

Uses of ContentNegotiation in com.sun.xml.ws.client
 

Fields in com.sun.xml.ws.client declared as ContentNegotiation
 ContentNegotiation RequestContext.contentNegotiation
          The value of PROPERTY property.
 

Methods in com.sun.xml.ws.client that return ContentNegotiation
static ContentNegotiation ContentNegotiation.obtainFromSystemProperty()
          Obtain the content negotiation value from a system property.
static ContentNegotiation ContentNegotiation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentNegotiation[] ContentNegotiation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.