Class BaseRegistration<T extends javax.xml.ws.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 javax.xml.ws.EndpointReference,K,P> extends Object implements RegistrationIF<T,K,P>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseRegistration(javax.xml.ws.WebServiceContext context, Transactional.Version version)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StringgetCoordinatorAddress()protected abstract EndpointReferenceBuilder<T>getEndpointReferenceBuilder()protected TransactionServicesgetTransactionServices()protected abstract BaseRegisterResponseType<T,P>newRegisterResponseType()BaseRegisterResponseType<T,P>registerOperation(BaseRegisterType<T,K> parameters)
-
-
-
Constructor Detail
-
BaseRegistration
protected BaseRegistration(javax.xml.ws.WebServiceContext context, Transactional.Version version)
-
-
Method Detail
-
registerOperation
public BaseRegisterResponseType<T,P> registerOperation(BaseRegisterType<T,K> parameters)
- Specified by:
registerOperationin interfaceRegistrationIF<T extends javax.xml.ws.EndpointReference,K,P>
-
getEndpointReferenceBuilder
protected abstract EndpointReferenceBuilder<T> getEndpointReferenceBuilder()
-
newRegisterResponseType
protected abstract BaseRegisterResponseType<T,P> newRegisterResponseType()
-
getCoordinatorAddress
protected abstract String getCoordinatorAddress()
-
getTransactionServices
protected TransactionServices getTransactionServices()
-
-