com.sun.ws.management.eventing
Class Eventing
java.lang.Object
com.sun.ws.management.Message
com.sun.ws.management.soap.SOAP
com.sun.ws.management.addressing.Addressing
com.sun.ws.management.eventing.Eventing
- Direct Known Subclasses:
- EventingExtensions
public class Eventing
- extends Addressing
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.Message |
COLON |
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 |
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
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
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