Uses of Class
com.sun.xml.ws.tx.coord.common.types.BaseRegisterResponseType

Packages that use BaseRegisterResponseType
com.sun.xml.ws.tx.coord.common   
com.sun.xml.ws.tx.coord.common.client   
com.sun.xml.ws.tx.coord.common.endpoint   
com.sun.xml.ws.tx.coord.v10   
com.sun.xml.ws.tx.coord.v10.client   
com.sun.xml.ws.tx.coord.v10.endpoint   
com.sun.xml.ws.tx.coord.v11   
com.sun.xml.ws.tx.coord.v11.client   
com.sun.xml.ws.tx.coord.v11.endpoint   
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.common
 

Methods in com.sun.xml.ws.tx.coord.common that return BaseRegisterResponseType
 BaseRegisterResponseType PendingRequestManager.ResponseBox.getResponse(long timeout)
           
 BaseRegisterResponseType<T,P> RegistrationIF.registerOperation(BaseRegisterType<T,K> parameters)
           
 

Methods in com.sun.xml.ws.tx.coord.common with parameters of type BaseRegisterResponseType
 void PendingRequestManager.ResponseBox.put(BaseRegisterResponseType type)
           
 void RegistrationRequesterIF.registerResponse(BaseRegisterResponseType<T,P> parameters)
           
static void PendingRequestManager.registryReponse(String msgId, BaseRegisterResponseType repsonse)
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.common.client
 

Methods in com.sun.xml.ws.tx.coord.common.client that return BaseRegisterResponseType
protected abstract  BaseRegisterResponseType RegistrationMessageBuilder.buildRegistrationResponse()
           
 BaseRegisterResponseType<T,P> RegistrationProxyBuilder.RegistrationProxyF.registerOperation(BaseRegisterType<T,K> parameters)
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.common.endpoint
 

Methods in com.sun.xml.ws.tx.coord.common.endpoint that return BaseRegisterResponseType
protected abstract  BaseRegisterResponseType<T,P> BaseRegistration.newRegisterResponseType()
           
 BaseRegisterResponseType<T,P> BaseRegistration.registerOperation(BaseRegisterType<T,K> parameters)
           
 

Methods in com.sun.xml.ws.tx.coord.common.endpoint with parameters of type BaseRegisterResponseType
 void RegistrationRequester.registerResponse(BaseRegisterResponseType parameters)
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.v10
 

Methods in com.sun.xml.ws.tx.coord.v10 that return BaseRegisterResponseType
static BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType> XmlTypeAdapter.adapt(RegisterResponseType delegate)
           
static BaseRegisterResponseType XmlTypeAdapter.newRegisterResponseType()
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.v10.client
 

Methods in com.sun.xml.ws.tx.coord.v10.client that return BaseRegisterResponseType
protected  BaseRegisterResponseType RegistrationMessageBuilderImpl.buildRegistrationResponse()
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.v10.endpoint
 

Methods in com.sun.xml.ws.tx.coord.v10.endpoint that return BaseRegisterResponseType
protected  BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType> RegistrationProxyImpl.newRegisterResponseType()
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.v11
 

Methods in com.sun.xml.ws.tx.coord.v11 that return BaseRegisterResponseType
static BaseRegisterResponseType<W3CEndpointReference,RegisterResponseType> XmlTypeAdapter.adapt(RegisterResponseType delegate)
           
static BaseRegisterResponseType XmlTypeAdapter.newRegisterResponseType()
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.v11.client
 

Methods in com.sun.xml.ws.tx.coord.v11.client that return BaseRegisterResponseType
protected  BaseRegisterResponseType RegistrationMessageBuilderImpl.buildRegistrationResponse()
           
 

Uses of BaseRegisterResponseType in com.sun.xml.ws.tx.coord.v11.endpoint
 

Methods in com.sun.xml.ws.tx.coord.v11.endpoint that return BaseRegisterResponseType
protected  BaseRegisterResponseType<W3CEndpointReference,RegisterResponseType> RegistrationProxyImpl.newRegisterResponseType()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.