public abstract class BaseRegistration<T extends EndpointReference,K,P> extends Object implements RegistrationIF<T,K,P>
| Modifier | Constructor and Description |
|---|---|
protected |
BaseRegistration(WebServiceContext context,
Transactional.Version version) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getCoordinatorAddress() |
protected abstract EndpointReferenceBuilder<T> |
getEndpointReferenceBuilder() |
protected TransactionServices |
getTransactionServices() |
protected abstract BaseRegisterResponseType<T,P> |
newRegisterResponseType() |
BaseRegisterResponseType<T,P> |
registerOperation(BaseRegisterType<T,K> parameters) |
protected BaseRegistration(WebServiceContext context, Transactional.Version version)
public BaseRegisterResponseType<T,P> registerOperation(BaseRegisterType<T,K> parameters)
registerOperation in interface RegistrationIF<T extends EndpointReference,K,P>protected abstract EndpointReferenceBuilder<T> getEndpointReferenceBuilder()
protected abstract BaseRegisterResponseType<T,P> newRegisterResponseType()
protected abstract String getCoordinatorAddress()
protected TransactionServices getTransactionServices()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.