Uses of Class
com.sun.ws.management.addressing.Addressing

Packages that use Addressing
com.sun.ws.management   
com.sun.ws.management.addressing   
com.sun.ws.management.catalog   
com.sun.ws.management.enumeration   
com.sun.ws.management.eventing   
com.sun.ws.management.identify   
com.sun.ws.management.mex   
com.sun.ws.management.server   
com.sun.ws.management.transfer   
com.sun.ws.management.transport   
 

Uses of Addressing in com.sun.ws.management
 

Subclasses of Addressing in com.sun.ws.management
 class DefaultAddressingModelUtility
           
 class Management
           
 

Methods in com.sun.ws.management that return Addressing
static Addressing ManagementUtility.getRequest(Addressing request)
          Send an http request and return the response as a Addressing object
 

Methods in com.sun.ws.management with parameters of type Addressing
static Management ManagementUtility.buildMessage(Addressing instance, ManagementMessageValues settings)
          Attempts to build a message from the addressing instance passed in and with the ManagementMessageValues passed in.
static Management ManagementUtility.buildMessage(Management existing, Addressing subMessage, boolean trimAdditionalMetadata)
           
static ResourceStateDocument ManagementUtility.getAsResourceState(Addressing response)
          Send an http request and return the response as a ResourceState
static Addressing ManagementUtility.getRequest(Addressing request)
          Send an http request and return the response as a Addressing object
 

Constructors in com.sun.ws.management with parameters of type Addressing
DefaultAddressingModelUtility(Addressing addr)
           
Management(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.addressing
 

Constructors in com.sun.ws.management.addressing with parameters of type Addressing
Addressing(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.catalog
 

Subclasses of Addressing in com.sun.ws.management.catalog
 class Catalog
           
 

Constructors in com.sun.ws.management.catalog with parameters of type Addressing
Catalog(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.enumeration
 

Subclasses of Addressing in com.sun.ws.management.enumeration
 class Enumeration
           
 class EnumerationExtensions
           
 

Methods in com.sun.ws.management.enumeration with parameters of type Addressing
static java.util.List<EnumerationItem> EnumerationUtility.extractEnumeratedValues(Addressing responseMessage)
           
 

Constructors in com.sun.ws.management.enumeration with parameters of type Addressing
Enumeration(Addressing addr)
           
EnumerationExtensions(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.eventing
 

Subclasses of Addressing in com.sun.ws.management.eventing
 class Eventing
           
 class EventingExtensions
           
 

Constructors in com.sun.ws.management.eventing with parameters of type Addressing
Eventing(Addressing addr)
           
EventingExtensions(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.identify
 

Constructors in com.sun.ws.management.identify with parameters of type Addressing
Identify(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.mex
 

Subclasses of Addressing in com.sun.ws.management.mex
 class Metadata
           
 

Constructors in com.sun.ws.management.mex with parameters of type Addressing
Metadata(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.server
 

Methods in com.sun.ws.management.server that return Addressing
static Addressing EventingSupport.createPushEventMessage(java.util.UUID id, java.lang.Object content)
          Retrieve the Context associated to passed ID, then create the WS-Man request for the provided content.
 

Methods in com.sun.ws.management.server with parameters of type Addressing
static boolean EventingSupport.sendEvent(java.lang.Object context, Addressing msg, NamespaceMap nsMap)
           
 

Uses of Addressing in com.sun.ws.management.transfer
 

Subclasses of Addressing in com.sun.ws.management.transfer
 class Transfer
           
 class TransferExtensions
           
 

Constructors in com.sun.ws.management.transfer with parameters of type Addressing
Transfer(Addressing addr)
           
TransferExtensions(Addressing addr)
           
 

Uses of Addressing in com.sun.ws.management.transport
 

Methods in com.sun.ws.management.transport that return Addressing
static Addressing HttpClient.sendRequest(Addressing msg, java.util.Map.Entry<java.lang.String,java.lang.String>... headers)
           
static Addressing HttpClient.sendRequest(javax.xml.soap.SOAPMessage msg, java.lang.String destination)
           
static Addressing HttpClient.sendRequest(javax.xml.soap.SOAPMessage msg, java.lang.String destination, java.util.Map.Entry<java.lang.String,java.lang.String>... headers)
           
 

Methods in com.sun.ws.management.transport with parameters of type Addressing
static Addressing HttpClient.sendRequest(Addressing msg, java.util.Map.Entry<java.lang.String,java.lang.String>... headers)
           
static int HttpClient.sendResponse(Addressing msg)