public interface MessengerService
ExchangeFactory
for creating
Exchanges and a Messenger
for
executing them.Modifier and Type | Method and Description |
---|---|
ExchangeFactory |
createExchangeFactory()
Creates an
ExchangeFactory for creating exchanges. |
ExchangeFactory |
createExchangeFactory(javax.xml.namespace.QName serviceName)
Creates an
ExchangeFactory for creating exchanges. |
ExchangeFactory |
createExchangeFactory(javax.xml.namespace.QName serviceName,
java.lang.String endpointName)
Creates an
ExchangeFactory for creating exchanges. |
Messenger |
getMessenger()
Returns a
Messenger for executing message exchanges. |
Messenger getMessenger()
Messenger
for executing message exchanges.Messenger
.ExchangeFactory createExchangeFactory()
ExchangeFactory
for creating exchanges. The exchanges will
not be addressed.ExchangeFactory
ExchangeFactory createExchangeFactory(javax.xml.namespace.QName serviceName)
ExchangeFactory
for creating exchanges. The exchanges will
be addressed to the given service.serviceName
- QName of the service all exchanges created by the returned
factory should be addressed to.ExchangeFactory
ExchangeFactory createExchangeFactory(javax.xml.namespace.QName serviceName, java.lang.String endpointName)
ExchangeFactory
for creating exchanges. The exchanges will
be addressed to the given service endpoint.serviceName
- QName of the service all exchanges created by the returned
factory should be addressed to.endpointName
- Name of the endpoint all exchanges created by the returned
factory should be addressed to.ExchangeFactory
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.