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 java.lang.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 org.w3c.dom.Element txIdElement
routingElement
protected org.w3c.dom.Element routingElement
participantAddress
protected java.lang.String participantAddress
protocolIdentifier
protected java.lang.String protocolIdentifier
RegistrationMessageBuilder
public RegistrationMessageBuilder()
durable
public RegistrationMessageBuilder durable(boolean durable)
txId
public RegistrationMessageBuilder txId(java.lang.String txId)
routing
public RegistrationMessageBuilder routing()
participantAddress
public RegistrationMessageBuilder participantAddress(java.lang.String address)
protocolIdentifier
public RegistrationMessageBuilder protocolIdentifier(java.lang.String protocolIdentifier)
build
public BaseRegisterType build()
getParticipantProtocolService
protected EndpointReference getParticipantProtocolService()
newRegistrationRequest
protected abstract BaseRegisterType newRegistrationRequest()
getDefaultParticipantAddress
protected abstract java.lang.String getDefaultParticipantAddress()
buildRegistrationResponse
protected abstract BaseRegisterResponseType buildRegistrationResponse()
getEndpointReferenceBuilder
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.