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

Packages that use BaseRegisterType
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.v11   
com.sun.xml.ws.tx.coord.v11.client   
 

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

Methods in com.sun.xml.ws.tx.coord.common with parameters of type BaseRegisterType
 BaseRegisterResponseType<T,P> RegistrationIF.registerOperation(BaseRegisterType<T,K> parameters)
           
 

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

Methods in com.sun.xml.ws.tx.coord.common.client that return BaseRegisterType
 BaseRegisterType RegistrationMessageBuilder.build()
           
protected abstract  BaseRegisterType RegistrationMessageBuilder.newRegistrationRequest()
           
 

Methods in com.sun.xml.ws.tx.coord.common.client with parameters of type BaseRegisterType
 BaseRegisterResponseType<T,P> RegistrationProxyBuilder.RegistrationProxyF.registerOperation(BaseRegisterType<T,K> parameters)
           
 

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

Methods in com.sun.xml.ws.tx.coord.common.endpoint with parameters of type BaseRegisterType
 BaseRegisterResponseType<T,P> BaseRegistration.registerOperation(BaseRegisterType<T,K> parameters)
           
 

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

Subclasses of BaseRegisterType in com.sun.xml.ws.tx.coord.v10
static class XmlTypeAdapter.RegisterTypeImpl
           
 

Methods in com.sun.xml.ws.tx.coord.v10 that return BaseRegisterType
static BaseRegisterType<MemberSubmissionEndpointReference,RegisterType> XmlTypeAdapter.adapt(RegisterType delegate)
           
static BaseRegisterType<MemberSubmissionEndpointReference,RegisterType> XmlTypeAdapter.newRegisterType()
           
 

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

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

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

Methods in com.sun.xml.ws.tx.coord.v11 that return BaseRegisterType
static BaseRegisterType<W3CEndpointReference,RegisterType> XmlTypeAdapter.adapt(RegisterType delegate)
           
static BaseRegisterType<W3CEndpointReference,RegisterType> XmlTypeAdapter.newRegisterType()
           
 

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

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



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