com.sun.ws.management.enumeration
Class Enumeration

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.enumeration.Enumeration
Direct Known Subclasses:
EnumerationExtensions

public class Enumeration
extends Addressing


Field Summary
static javax.xml.namespace.QName ENUMERATE
           
static java.lang.String ENUMERATE_ACTION_URI
           
static javax.xml.namespace.QName ENUMERATE_RESPONSE
           
static java.lang.String ENUMERATE_RESPONSE_URI
           
static javax.xml.namespace.QName ENUMERATION_CONTEXT
           
static javax.xml.namespace.QName ENUMERATION_END
           
static java.lang.String ENUMERATION_END_ACTION_URI
           
static ObjectFactory FACTORY
           
static java.lang.String FAULT_ACTION_URI
           
static javax.xml.namespace.QName FILTER
           
static java.lang.String GET_STATUS_ACTION_URI
           
static java.lang.String GET_STATUS_RESPONSE_URI
           
static java.lang.String NS_PREFIX
           
static java.lang.String NS_URI
           
static javax.xml.namespace.QName PULL
           
static java.lang.String PULL_ACTION_URI
           
static javax.xml.namespace.QName PULL_RESPONSE
           
static java.lang.String PULL_RESPONSE_URI
           
static javax.xml.namespace.QName RELEASE
           
static java.lang.String RELEASE_ACTION_URI
           
static java.lang.String RELEASE_RESPONSE_URI
           
static java.lang.String RENEW_ACTION_URI
           
static java.lang.String RENEW_RESPONSE_URI
           
static java.lang.String SOURCE_CANCELING_URI
           
static java.lang.String SOURCE_SHUTTING_DOWN_URI
           
static javax.xml.namespace.QName SUPPORTED_DIALECT
           
 
Fields inherited from class com.sun.ws.management.addressing.Addressing
ACTION, ADDRESS, ANONYMOUS_ENDPOINT_URI, ENDPOINT_REFERENCE, 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
Enumeration()
           
Enumeration(Addressing addr)
           
Enumeration(java.io.InputStream is)
           
 
Method Summary
 Enumerate getEnumerate()
           
 EnumerateResponse getEnumerateResponse()
           
 EnumerationEnd getEnumerationEnd()
           
 FilterType getFilter()
           
 Pull getPull()
           
 PullResponse getPullResponse()
           
 Release getRelease()
           
 boolean isEndOfSequence()
           
 void setEnumerate(EndpointReferenceType endTo, java.lang.String expires, FilterType filter, java.lang.Object... anys)
           
 void setEnumerateResponse(java.lang.Object context, java.lang.String expires, java.lang.Object... anys)
           
 void setPull(java.lang.Object context, int maxChars, int maxElements, javax.xml.datatype.Duration maxDuration)
           
 void setPullResponse(java.util.List<EnumerationItem> items, java.lang.Object context, boolean haveMore)
           
 void setRelease(java.lang.Object context)
           
 
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

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

ENUMERATE_ACTION_URI

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

ENUMERATE_RESPONSE_URI

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

PULL_ACTION_URI

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

PULL_RESPONSE_URI

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

RENEW_ACTION_URI

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

RENEW_RESPONSE_URI

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

GET_STATUS_ACTION_URI

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

GET_STATUS_RESPONSE_URI

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

RELEASE_ACTION_URI

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

RELEASE_RESPONSE_URI

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

ENUMERATION_END_ACTION_URI

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

SOURCE_SHUTTING_DOWN_URI

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

SOURCE_CANCELING_URI

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

FAULT_ACTION_URI

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

ENUMERATE

public static final javax.xml.namespace.QName ENUMERATE

ENUMERATE_RESPONSE

public static final javax.xml.namespace.QName ENUMERATE_RESPONSE

PULL

public static final javax.xml.namespace.QName PULL

PULL_RESPONSE

public static final javax.xml.namespace.QName PULL_RESPONSE

RELEASE

public static final javax.xml.namespace.QName RELEASE

ENUMERATION_END

public static final javax.xml.namespace.QName ENUMERATION_END

SUPPORTED_DIALECT

public static final javax.xml.namespace.QName SUPPORTED_DIALECT

ENUMERATION_CONTEXT

public static final javax.xml.namespace.QName ENUMERATION_CONTEXT

FILTER

public static final javax.xml.namespace.QName FILTER

FACTORY

public static final ObjectFactory FACTORY
Constructor Detail

Enumeration

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

Enumeration

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

Enumeration

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

setEnumerate

public void setEnumerate(EndpointReferenceType endTo,
                         java.lang.String expires,
                         FilterType filter,
                         java.lang.Object... anys)
                  throws javax.xml.bind.JAXBException,
                         javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

setEnumerateResponse

public void setEnumerateResponse(java.lang.Object context,
                                 java.lang.String expires,
                                 java.lang.Object... anys)
                          throws javax.xml.bind.JAXBException,
                                 javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

setPull

public void setPull(java.lang.Object context,
                    int maxChars,
                    int maxElements,
                    javax.xml.datatype.Duration maxDuration)
             throws javax.xml.bind.JAXBException,
                    javax.xml.soap.SOAPException,
                    javax.xml.datatype.DatatypeConfigurationException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException
javax.xml.datatype.DatatypeConfigurationException

setPullResponse

public void setPullResponse(java.util.List<EnumerationItem> items,
                            java.lang.Object context,
                            boolean haveMore)
                     throws javax.xml.bind.JAXBException,
                            javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

setRelease

public void setRelease(java.lang.Object context)
                throws javax.xml.bind.JAXBException,
                       javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getEnumerate

public Enumerate getEnumerate()
                       throws javax.xml.bind.JAXBException,
                              javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getEnumerateResponse

public EnumerateResponse getEnumerateResponse()
                                       throws javax.xml.bind.JAXBException,
                                              javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getPull

public Pull getPull()
             throws javax.xml.bind.JAXBException,
                    javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getPullResponse

public PullResponse getPullResponse()
                             throws javax.xml.bind.JAXBException,
                                    javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getRelease

public Release getRelease()
                   throws javax.xml.bind.JAXBException,
                          javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getEnumerationEnd

public EnumerationEnd getEnumerationEnd()
                                 throws javax.xml.bind.JAXBException,
                                        javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

isEndOfSequence

public boolean isEndOfSequence()
                        throws javax.xml.bind.JAXBException,
                               javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getFilter

public FilterType getFilter()
                     throws javax.xml.bind.JAXBException,
                            javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException