Class RegistrationProxyImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.common.endpoint.BaseRegistration<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
-
- com.sun.xml.ws.tx.coord.v11.endpoint.RegistrationProxyImpl
-
- All Implemented Interfaces:
RegistrationIF<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
public class RegistrationProxyImpl extends BaseRegistration<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
-
-
Constructor Summary
Constructors Constructor Description RegistrationProxyImpl(javax.xml.ws.WebServiceContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCoordinatorAddress()protected EndpointReferenceBuilder<javax.xml.ws.wsaddressing.W3CEndpointReference>getEndpointReferenceBuilder()protected BaseRegisterResponseType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterResponseType>newRegisterResponseType()-
Methods inherited from class com.sun.xml.ws.tx.coord.common.endpoint.BaseRegistration
getTransactionServices, registerOperation
-
-
-
-
Method Detail
-
getEndpointReferenceBuilder
protected EndpointReferenceBuilder<javax.xml.ws.wsaddressing.W3CEndpointReference> getEndpointReferenceBuilder()
- Specified by:
getEndpointReferenceBuilderin classBaseRegistration<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
-
newRegisterResponseType
protected BaseRegisterResponseType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterResponseType> newRegisterResponseType()
- Specified by:
newRegisterResponseTypein classBaseRegistration<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
-
getCoordinatorAddress
protected String getCoordinatorAddress()
- Specified by:
getCoordinatorAddressin classBaseRegistration<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
-
-