com.sun.ws.management.mex
Class Metadata

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.mex.Metadata

public class Metadata
extends Addressing


Field Summary
static ObjectFactory FACTORY
           
static java.lang.String INITIALIZE_ACTION_URI
           
static java.lang.String INITIALIZE_RESPONSE_URI
           
static java.lang.String METADATA_ACTION_URI
           
static java.lang.String METADATA_RESPONSE_URI
           
static java.lang.String NS_PREFIX
           
static java.lang.String NS_URI
           
 
Fields inherited from class com.sun.ws.management.addressing.Addressing
ACTION, ADDRESS, ANONYMOUS_ENDPOINT_URI, ENDPOINT_REFERENCE, FAULT_ACTION_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
Metadata()
           
Metadata(Addressing addr)
           
Metadata(java.io.InputStream is)
           
 
Method Summary
 
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
 

Field Detail

INITIALIZE_ACTION_URI

public static final java.lang.String INITIALIZE_ACTION_URI
See Also:
Constant Field Values

INITIALIZE_RESPONSE_URI

public static final java.lang.String INITIALIZE_RESPONSE_URI
See Also:
Constant Field Values

NS_PREFIX

public static final java.lang.String NS_PREFIX
See Also:
Constant Field Values

NS_URI

public static final java.lang.String NS_URI
See Also:
Constant Field Values

METADATA_ACTION_URI

public static final java.lang.String METADATA_ACTION_URI
See Also:
Constant Field Values

METADATA_RESPONSE_URI

public static final java.lang.String METADATA_RESPONSE_URI
See Also:
Constant Field Values

FACTORY

public static final ObjectFactory FACTORY
Constructor Detail

Metadata

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

Metadata

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

Metadata

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