Class BaseRegistration<T extends EndpointReference,K,P>
java.lang.Object
com.sun.xml.ws.tx.coord.common.endpoint.BaseRegistration<T,K,P>
- All Implemented Interfaces:
RegistrationIF<T,K, P>
- Direct Known Subclasses:
RegistrationProxyImpl,RegistrationProxyImpl
public abstract class BaseRegistration<T extends EndpointReference,K,P>
extends Object
implements RegistrationIF<T,K,P>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseRegistration(WebServiceContext context, Transactional.Version version) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected abstract EndpointReferenceBuilder<T>protected TransactionServicesprotected abstract BaseRegisterResponseType<T,P> registerOperation(BaseRegisterType<T, K> parameters)
-
Constructor Details
-
BaseRegistration
-
-
Method Details
-
registerOperation
- Specified by:
registerOperationin interfaceRegistrationIF<T extends EndpointReference,K, P>
-
getEndpointReferenceBuilder
-
newRegisterResponseType
-
getCoordinatorAddress
-
getTransactionServices
-