public abstract class RegistrationMessageBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
durable |
protected String |
participantAddress |
protected String |
protocolIdentifier |
protected Element |
routingElement |
protected Element |
txIdElement |
| Constructor and Description |
|---|
RegistrationMessageBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BaseRegisterType |
build() |
protected abstract BaseRegisterResponseType |
buildRegistrationResponse() |
RegistrationMessageBuilder |
durable(boolean durable) |
protected abstract String |
getDefaultParticipantAddress() |
protected abstract EndpointReferenceBuilder |
getEndpointReferenceBuilder() |
protected EndpointReference |
getParticipantProtocolService() |
protected abstract BaseRegisterType |
newRegistrationRequest() |
RegistrationMessageBuilder |
participantAddress(String address) |
RegistrationMessageBuilder |
protocolIdentifier(String protocolIdentifier) |
RegistrationMessageBuilder |
routing() |
RegistrationMessageBuilder |
txId(String txId) |
protected boolean durable
protected Element txIdElement
protected Element routingElement
protected String participantAddress
protected String protocolIdentifier
public RegistrationMessageBuilder durable(boolean durable)
public RegistrationMessageBuilder txId(String txId)
public RegistrationMessageBuilder routing()
public RegistrationMessageBuilder participantAddress(String address)
public RegistrationMessageBuilder protocolIdentifier(String protocolIdentifier)
public BaseRegisterType build()
protected EndpointReference getParticipantProtocolService()
protected abstract BaseRegisterType newRegistrationRequest()
protected abstract String getDefaultParticipantAddress()
protected abstract BaseRegisterResponseType buildRegistrationResponse()
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.