Class RegistrationMessageBuilder
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.common.client.RegistrationMessageBuilder
-
- Direct Known Subclasses:
RegistrationMessageBuilderImpl,RegistrationMessageBuilderImpl
public abstract class RegistrationMessageBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandurableprotected StringparticipantAddressprotected StringprotocolIdentifierprotected ElementroutingElementprotected ElementtxIdElement
-
Constructor Summary
Constructors Constructor Description RegistrationMessageBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description BaseRegisterTypebuild()protected abstract BaseRegisterResponseTypebuildRegistrationResponse()RegistrationMessageBuilderdurable(boolean durable)protected abstract StringgetDefaultParticipantAddress()protected abstract EndpointReferenceBuildergetEndpointReferenceBuilder()protected jakarta.xml.ws.EndpointReferencegetParticipantProtocolService()protected abstract BaseRegisterTypenewRegistrationRequest()RegistrationMessageBuilderparticipantAddress(String address)RegistrationMessageBuilderprotocolIdentifier(String protocolIdentifier)RegistrationMessageBuilderrouting()RegistrationMessageBuildertxId(String txId)
-
-
-
Method Detail
-
durable
public RegistrationMessageBuilder durable(boolean durable)
-
txId
public RegistrationMessageBuilder txId(String txId)
-
routing
public RegistrationMessageBuilder routing()
-
participantAddress
public RegistrationMessageBuilder participantAddress(String address)
-
protocolIdentifier
public RegistrationMessageBuilder protocolIdentifier(String protocolIdentifier)
-
build
public BaseRegisterType build()
-
getParticipantProtocolService
protected jakarta.xml.ws.EndpointReference getParticipantProtocolService()
-
newRegistrationRequest
protected abstract BaseRegisterType newRegistrationRequest()
-
getDefaultParticipantAddress
protected abstract String getDefaultParticipantAddress()
-
buildRegistrationResponse
protected abstract BaseRegisterResponseType buildRegistrationResponse()
-
getEndpointReferenceBuilder
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
-
-