com.sun.ws.management
Class DefaultAddressingModelUtility
java.lang.Object
com.sun.ws.management.Message
com.sun.ws.management.soap.SOAP
com.sun.ws.management.addressing.Addressing
com.sun.ws.management.Management
com.sun.ws.management.DefaultAddressingModelUtility
public class DefaultAddressingModelUtility
- extends Management
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.Message |
COLON |
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.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 |
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
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
-