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 EndpointReferenceTypeSubscribe. localEndTofield for EndToprotected EndpointReferenceTypeDeliveryType. localNotifyTofield for NotifyToprotected EndpointReferenceTypeNotifyTo. localNotifyTofield for NotifyToprotected EndpointReferenceTypeSubscribeResponse. localSubscriptionManagerfield for SubscriptionManagerprotected EndpointReferenceTypeSubscriptionEnd. localSubscriptionManagerfield for SubscriptionManagerMethods in org.wso2.carbon.event.client.stub.generated that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeSubscribe. getEndTo()Auto generated getter methodEndpointReferenceTypeDeliveryType. getNotifyTo()Auto generated getter methodEndpointReferenceTypeNotifyTo. getNotifyTo()Auto generated getter methodEndpointReferenceTypeSubscribeResponse. getSubscriptionManager()Auto generated getter methodEndpointReferenceTypeSubscriptionEnd. getSubscriptionManager()Auto generated getter methodMethods in org.wso2.carbon.event.client.stub.generated with parameters of type EndpointReferenceType Modifier and Type Method Description voidSubscribe. setEndTo(EndpointReferenceType param)Auto generated setter methodvoidDeliveryType. setNotifyTo(EndpointReferenceType param)Auto generated setter methodvoidNotifyTo. setNotifyTo(EndpointReferenceType param)Auto generated setter methodvoidSubscribeResponse. setSubscriptionManager(EndpointReferenceType param)Auto generated setter methodvoidSubscriptionEnd. setSubscriptionManager(EndpointReferenceType param)Auto generated setter methodvoidEventBrokerService. startsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidEventBrokerServiceStub. startsubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsSubscribeResponseEventBrokerService. subscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36)Auto generated method signatureSubscribeResponseEventBrokerServiceStub. 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 EndpointReferenceTypeEndpointReference. localEndpointReferencefield for EndpointReferenceprotected EndpointReferenceTypeFaultTo. localFaultTofield for FaultToprotected EndpointReferenceTypeFrom. localFromfield for Fromprotected EndpointReferenceTypeReplyTo. localReplyTofield for ReplyToMethods in org.wso2.carbon.event.client.stub.generated.addressing that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointReference. getEndpointReference()Auto generated getter methodEndpointReferenceTypeFaultTo. getFaultTo()Auto generated getter methodEndpointReferenceTypeFrom. getFrom()Auto generated getter methodEndpointReferenceTypeReplyTo. getReplyTo()Auto generated getter methodstatic EndpointReferenceTypeEndpointReferenceType.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 voidEndpointReference. setEndpointReference(EndpointReferenceType param)Auto generated setter methodvoidFaultTo. setFaultTo(EndpointReferenceType param)Auto generated setter methodvoidFrom. setFrom(EndpointReferenceType param)Auto generated setter methodvoidReplyTo. setReplyTo(EndpointReferenceType param)Auto generated setter method
-