Uses of Class
org.wso2.carbon.event.client.stub.generated.addressing.EndpointReferenceType
-
Packages that use EndpointReferenceType Package Description org.wso2.carbon.event.client.stub.generated org.wso2.carbon.event.client.stub.generated.addressing -
-
Uses of EndpointReferenceType in org.wso2.carbon.event.client.stub.generated
Fields in org.wso2.carbon.event.client.stub.generated declared as EndpointReferenceType Modifier and Type Field Description protected EndpointReferenceType
Subscribe. localEndTo
field for EndToprotected EndpointReferenceType
DeliveryType. localNotifyTo
field for NotifyToprotected EndpointReferenceType
NotifyTo. localNotifyTo
field for NotifyToprotected EndpointReferenceType
SubscribeResponse. localSubscriptionManager
field for SubscriptionManagerprotected EndpointReferenceType
SubscriptionEnd. localSubscriptionManager
field for SubscriptionManagerMethods in org.wso2.carbon.event.client.stub.generated that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceType
Subscribe. getEndTo()
Auto generated getter methodEndpointReferenceType
DeliveryType. getNotifyTo()
Auto generated getter methodEndpointReferenceType
NotifyTo. getNotifyTo()
Auto generated getter methodEndpointReferenceType
SubscribeResponse. getSubscriptionManager()
Auto generated getter methodEndpointReferenceType
SubscriptionEnd. getSubscriptionManager()
Auto generated getter methodMethods in org.wso2.carbon.event.client.stub.generated with parameters of type EndpointReferenceType Modifier and Type Method Description void
Subscribe. setEndTo(EndpointReferenceType param)
Auto generated setter methodvoid
DeliveryType. setNotifyTo(EndpointReferenceType param)
Auto generated setter methodvoid
NotifyTo. setNotifyTo(EndpointReferenceType param)
Auto generated setter methodvoid
SubscribeResponse. setSubscriptionManager(EndpointReferenceType param)
Auto generated setter methodvoid
SubscriptionEnd. setSubscriptionManager(EndpointReferenceType param)
Auto generated setter methodvoid
EventBrokerService. startsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
EventBrokerServiceStub. startsubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsSubscribeResponse
EventBrokerService. subscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36)
Auto generated method signatureSubscribeResponse
EventBrokerServiceStub. subscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70)
Auto generated method signature -
Uses of EndpointReferenceType in org.wso2.carbon.event.client.stub.generated.addressing
Fields in org.wso2.carbon.event.client.stub.generated.addressing declared as EndpointReferenceType Modifier and Type Field Description protected EndpointReferenceType
EndpointReference. localEndpointReference
field for EndpointReferenceprotected EndpointReferenceType
FaultTo. localFaultTo
field for FaultToprotected EndpointReferenceType
From. localFrom
field for Fromprotected EndpointReferenceType
ReplyTo. localReplyTo
field for ReplyToMethods in org.wso2.carbon.event.client.stub.generated.addressing that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceType
EndpointReference. getEndpointReference()
Auto generated getter methodEndpointReferenceType
FaultTo. getFaultTo()
Auto generated getter methodEndpointReferenceType
From. getFrom()
Auto generated getter methodEndpointReferenceType
ReplyTo. getReplyTo()
Auto generated getter methodstatic EndpointReferenceType
EndpointReferenceType.Factory. parse(XMLStreamReader reader)
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer elementMethods in org.wso2.carbon.event.client.stub.generated.addressing with parameters of type EndpointReferenceType Modifier and Type Method Description void
EndpointReference. setEndpointReference(EndpointReferenceType param)
Auto generated setter methodvoid
FaultTo. setFaultTo(EndpointReferenceType param)
Auto generated setter methodvoid
From. setFrom(EndpointReferenceType param)
Auto generated setter methodvoid
ReplyTo. setReplyTo(EndpointReferenceType param)
Auto generated setter method
-