com.sun.ws.management.eventing
Class Eventing

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.eventing.Eventing
Direct Known Subclasses:
EventingExtensions

public class Eventing
extends Addressing


Field Summary
static java.lang.String DELIVERY_FAILURE_STATUS
           
static ObjectFactory FACTORY
           
static java.lang.String FAULT_ACTION_URI
           
static javax.xml.namespace.QName FILTER
           
static javax.xml.namespace.QName GET_STATUS
           
static java.lang.String GET_STATUS_ACTION_URI
           
static javax.xml.namespace.QName GET_STATUS_RESPONSE
           
static java.lang.String GET_STATUS_RESPONSE_URI
           
static javax.xml.namespace.QName IDENTIFIER
           
static javax.xml.namespace.QName INVALID_MESSAGE
           
static java.lang.String INVALID_MESSAGE_REASON
           
static javax.xml.namespace.QName NOTIFY_TO
           
static java.lang.String NS_PREFIX
           
static java.lang.String NS_URI
           
static java.lang.String PUSH_DELIVERY_MODE
           
static javax.xml.namespace.QName RENEW
           
static java.lang.String RENEW_ACTION_URI
           
static javax.xml.namespace.QName RENEW_RESPONSE
           
static java.lang.String RENEW_RESPONSE_URI
           
static java.lang.String SOURCE_CANCELING_STATUS
           
static java.lang.String SOURCE_SHUTTING_DOWN_STATUS
           
static javax.xml.namespace.QName SUBSCRIBE
           
static java.lang.String SUBSCRIBE_ACTION_URI
           
static javax.xml.namespace.QName SUBSCRIBE_RESPONSE
           
static java.lang.String SUBSCRIBE_RESPONSE_URI
           
static javax.xml.namespace.QName SUBSCRIPTION_END
           
static java.lang.String SUBSCRIPTION_END_ACTION_URI
           
static javax.xml.namespace.QName UNSUBSCRIBE
           
static java.lang.String UNSUBSCRIBE_ACTION_URI
           
static java.lang.String UNSUBSCRIBE_RESPONSE_URI
           
 
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
Eventing()
           
Eventing(Addressing addr)
           
Eventing(java.io.InputStream is)
           
 
Method Summary
 void addRefParamsToSubscriptionManagerEpr(java.util.List<java.lang.Object> list)
           
 GetStatus getGetStatus()
           
 GetStatusResponse getGetStatusResponse()
           
 java.lang.String getIdentifier()
           
 Renew getRenew()
           
 RenewResponse getRenewResponse()
           
 Subscribe getSubscribe()
           
 SubscribeResponse getSubscribeResponse()
           
 SubscriptionEnd getSubscriptionEnd()
           
 EndpointReferenceType getSubscriptionManagerEpr()
           
 Unsubscribe getUnsubscribe()
           
 void setGetStatus()
           
 void setGetStatusResponse(java.lang.String expires)
           
 void setIdentifier(java.lang.String identifier)
           
 void setRenew(java.lang.String expires)
           
 void setRenewResponse(java.lang.String expires)
           
 void setSubscribe(EndpointReferenceType endTo, java.lang.String deliveryMode, EndpointReferenceType notifyTo, java.lang.String expires, FilterType filter, java.lang.Object... extensions)
           
 void setSubscribeResponse(EndpointReferenceType mgr, java.lang.String expires, java.lang.Object... extensions)
           
 void setSubscriptionEnd(EndpointReferenceType mgr, java.lang.String status, java.lang.String reason)
           
 void setSubscriptionManagerEpr(EndpointReferenceType mgr)
           
 void setUnsubscribe()
           
 
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

SUBSCRIBE_ACTION_URI

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

SUBSCRIBE_RESPONSE_URI

public static final java.lang.String SUBSCRIBE_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

UNSUBSCRIBE_ACTION_URI

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

UNSUBSCRIBE_RESPONSE_URI

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

SUBSCRIPTION_END_ACTION_URI

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

PUSH_DELIVERY_MODE

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

DELIVERY_FAILURE_STATUS

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

SOURCE_SHUTTING_DOWN_STATUS

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

SOURCE_CANCELING_STATUS

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

FAULT_ACTION_URI

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

INVALID_MESSAGE

public static final javax.xml.namespace.QName INVALID_MESSAGE

INVALID_MESSAGE_REASON

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

SUBSCRIBE

public static final javax.xml.namespace.QName SUBSCRIBE

SUBSCRIBE_RESPONSE

public static final javax.xml.namespace.QName SUBSCRIBE_RESPONSE

RENEW

public static final javax.xml.namespace.QName RENEW

RENEW_RESPONSE

public static final javax.xml.namespace.QName RENEW_RESPONSE

GET_STATUS

public static final javax.xml.namespace.QName GET_STATUS

GET_STATUS_RESPONSE

public static final javax.xml.namespace.QName GET_STATUS_RESPONSE

UNSUBSCRIBE

public static final javax.xml.namespace.QName UNSUBSCRIBE

SUBSCRIPTION_END

public static final javax.xml.namespace.QName SUBSCRIPTION_END

IDENTIFIER

public static final javax.xml.namespace.QName IDENTIFIER

NOTIFY_TO

public static final javax.xml.namespace.QName NOTIFY_TO

FILTER

public static final javax.xml.namespace.QName FILTER

FACTORY

public static final ObjectFactory FACTORY
Constructor Detail

Eventing

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

Eventing

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

Eventing

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

setSubscribe

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

setSubscribeResponse

public void setSubscribeResponse(EndpointReferenceType mgr,
                                 java.lang.String expires,
                                 java.lang.Object... extensions)
                          throws javax.xml.soap.SOAPException,
                                 javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setRenew

public void setRenew(java.lang.String expires)
              throws javax.xml.soap.SOAPException,
                     javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setRenewResponse

public void setRenewResponse(java.lang.String expires)
                      throws javax.xml.soap.SOAPException,
                             javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setGetStatus

public void setGetStatus()
                  throws javax.xml.soap.SOAPException,
                         javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setGetStatusResponse

public void setGetStatusResponse(java.lang.String expires)
                          throws javax.xml.soap.SOAPException,
                                 javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setUnsubscribe

public void setUnsubscribe()
                    throws javax.xml.soap.SOAPException,
                           javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setSubscriptionEnd

public void setSubscriptionEnd(EndpointReferenceType mgr,
                               java.lang.String status,
                               java.lang.String reason)
                        throws javax.xml.soap.SOAPException,
                               javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

setIdentifier

public void setIdentifier(java.lang.String identifier)
                   throws javax.xml.soap.SOAPException,
                          javax.xml.bind.JAXBException
Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException

getSubscribe

public Subscribe getSubscribe()
                       throws javax.xml.bind.JAXBException,
                              javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getSubscribeResponse

public SubscribeResponse getSubscribeResponse()
                                       throws javax.xml.bind.JAXBException,
                                              javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getRenew

public Renew getRenew()
               throws javax.xml.bind.JAXBException,
                      javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getRenewResponse

public RenewResponse getRenewResponse()
                               throws javax.xml.bind.JAXBException,
                                      javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getGetStatus

public GetStatus getGetStatus()
                       throws javax.xml.bind.JAXBException,
                              javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getGetStatusResponse

public GetStatusResponse getGetStatusResponse()
                                       throws javax.xml.bind.JAXBException,
                                              javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getUnsubscribe

public Unsubscribe getUnsubscribe()
                           throws javax.xml.bind.JAXBException,
                                  javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getSubscriptionEnd

public SubscriptionEnd getSubscriptionEnd()
                                   throws javax.xml.bind.JAXBException,
                                          javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getIdentifier

public java.lang.String getIdentifier()
                               throws javax.xml.bind.JAXBException,
                                      javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

getSubscriptionManagerEpr

public EndpointReferenceType getSubscriptionManagerEpr()
                                                throws javax.xml.bind.JAXBException,
                                                       javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

setSubscriptionManagerEpr

public void setSubscriptionManagerEpr(EndpointReferenceType mgr)
                               throws javax.xml.bind.JAXBException,
                                      javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException

addRefParamsToSubscriptionManagerEpr

public void addRefParamsToSubscriptionManagerEpr(java.util.List<java.lang.Object> list)
                                          throws javax.xml.bind.JAXBException,
                                                 javax.xml.soap.SOAPException
Throws:
javax.xml.bind.JAXBException
javax.xml.soap.SOAPException