com.sun.ws.management
Class DefaultAddressingModelUtility

java.lang.Object
  extended by com.sun.ws.management.Message
      extended by com.sun.ws.management.soap.SOAP
          extended by com.sun.ws.management.addressing.Addressing
              extended by com.sun.ws.management.Management
                  extended by com.sun.ws.management.DefaultAddressingModelUtility

public class DefaultAddressingModelUtility
extends Management


Field Summary
 
Fields inherited from class com.sun.ws.management.Management
ACK_URI, BOOKMARK_EARLIEST_URI, DROPPED_EVENTS_URI, ENDPOINT_REFERENCE, EVENT_URI, EVENTS_URI, FACTORY, FAULT_ACTION_URI, FAULT_DETAIL, HEARTBEAT_URI, LOCALE, MAX_ENVELOPE_SIZE, NS_PREFIX, NS_URI, OPERATION_TIMEOUT, OPTION_SET, PULL_URI, PUSH_WITH_ACK_URI, RESOURCE_URI, SELECTOR_SET, URL
 
Fields inherited from class com.sun.ws.management.addressing.Addressing
ACTION, ADDRESS, ANONYMOUS_ENDPOINT_URI, FAULT_TO, FROM, MESSAGE_ID, RELATES_TO, REPLY_TO, RETRY_AFTER, TO, UNSPECIFIED_MESSAGE_ID
 
Fields inherited from class com.sun.ws.management.soap.SOAP
BODY, FALSE, FAULT, MUST_UNDERSTAND, RECEIVER, SENDER, TEXT, TRUE
 
Fields inherited from class com.sun.ws.management.Message
COLON
 
Constructor Summary
DefaultAddressingModelUtility()
           
DefaultAddressingModelUtility(Addressing addr)
           
DefaultAddressingModelUtility(java.io.InputStream is)
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.String> getSelectorsAsStringMap(Management message)
          Retrieve the selectors from a Management instance.
static void populateMap(java.util.HashMap<java.lang.String,java.lang.String> selectors, java.util.Set<SelectorType> selSet)
          Take SelectorType and populate the Map bag passed in.
 
Methods inherited from class com.sun.ws.management.Management
getLocale, getMaxEnvelopeSize, getOptions, getResourceURI, getSelectors, getTimeout, setLocale, setMaxEnvelopeSize, setOptions, setResourceURI, setSelectors, setTimeout
 
Methods inherited from class com.sun.ws.management.addressing.Addressing
addHeaders, addHeaders, addRelatesTo, addRelatesTo, createEndpointReference, createReferenceParametersType, createReferencePropertyType, getAction, getEndpointReference, getFaultTo, getFrom, getHeaders, getMessageId, getRelatesTo, getReplyTo, getTo, setAction, setFaultTo, setFaultTo, setFrom, setFrom, setMessageId, setReplyTo, setReplyTo, setTo, unwrapEndpointReference, validate
 
Methods inherited from class com.sun.ws.management.soap.SOAP
createFaultDetail, getAllMustUnderstand, getChildren, getFault, getXmlBinding, setFault, setXmlBinding
 
Methods inherited from class com.sun.ws.management.Message
addNamespaceDeclarations, createElement, getBody, getContentType, getDocumentBuilder, getEnvelope, getHeader, getMessage, newDocument, prettyPrint, setAttribute, setContentType, toString, writeTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultAddressingModelUtility

public DefaultAddressingModelUtility()
                              throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

DefaultAddressingModelUtility

public DefaultAddressingModelUtility(Addressing addr)
                              throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

DefaultAddressingModelUtility

public DefaultAddressingModelUtility(java.io.InputStream is)
                              throws javax.xml.soap.SOAPException,
                                     java.io.IOException
Throws:
javax.xml.soap.SOAPException
java.io.IOException
Method Detail

getSelectorsAsStringMap

public static java.util.Map<java.lang.String,java.lang.String> getSelectorsAsStringMap(Management message)
                                                                                throws javax.xml.bind.JAXBException,
                                                                                       javax.xml.soap.SOAPException
Retrieve the selectors from a Management instance.

Parameters:
message -
Returns:
a mapped set of selectors
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

populateMap

public static void populateMap(java.util.HashMap<java.lang.String,java.lang.String> selectors,
                               java.util.Set<SelectorType> selSet)
Take SelectorType and populate the Map bag passed in.

Parameters:
selectors -
selSet -