com.sun.xml.ws.tx.coord.common.client
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
durable
protected boolean durable
txIdElement
protected Element txIdElement
routingElement
protected Element routingElement
participantAddress
protected String participantAddress
protocolIdentifier
protected String protocolIdentifier
RegistrationMessageBuilder
public RegistrationMessageBuilder()
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 EndpointReference getParticipantProtocolService()
newRegistrationRequest
protected abstract BaseRegisterType newRegistrationRequest()
getDefaultParticipantAddress
protected abstract String getDefaultParticipantAddress()
buildRegistrationResponse
protected abstract BaseRegisterResponseType buildRegistrationResponse()
getEndpointReferenceBuilder
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.