Uses of Class
com.sun.xml.ws.developer.MemberSubmissionEndpointReference

Packages that use MemberSubmissionEndpointReference
com.sun.xml.ws.tx.coord.common   
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.v10.types   
 

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

Methods in com.sun.xml.ws.tx.coord.common that return types with arguments of type MemberSubmissionEndpointReference
static EndpointReferenceBuilder<MemberSubmissionEndpointReference> EndpointReferenceBuilder.MemberSubmission()
           
 

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

Methods in com.sun.xml.ws.tx.coord.v10 that return MemberSubmissionEndpointReference
 MemberSubmissionEndpointReference XmlTypeAdapter.RegisterTypeImpl.getParticipantProtocolService()
           
 MemberSubmissionEndpointReference XmlTypeAdapter.CoordinationContextTypeImpl.getRegistrationService()
           
 

Methods in com.sun.xml.ws.tx.coord.v10 that return types with arguments of type MemberSubmissionEndpointReference
static CoordinationContextIF<MemberSubmissionEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType> XmlTypeAdapter.adapt(CoordinationContext delegate)
           
static BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType> XmlTypeAdapter.adapt(RegisterResponseType delegate)
           
static BaseRegisterType<MemberSubmissionEndpointReference,RegisterType> XmlTypeAdapter.adapt(RegisterType delegate)
           
static BaseRegisterType<MemberSubmissionEndpointReference,RegisterType> XmlTypeAdapter.newRegisterType()
           
 

Methods in com.sun.xml.ws.tx.coord.v10 with parameters of type MemberSubmissionEndpointReference
 void XmlTypeAdapter.RegisterTypeImpl.setParticipantProtocolService(MemberSubmissionEndpointReference value)
           
 void XmlTypeAdapter.CoordinationContextTypeImpl.setRegistrationService(MemberSubmissionEndpointReference value)
           
 

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

Methods in com.sun.xml.ws.tx.coord.v10.client that return types with arguments of type MemberSubmissionEndpointReference
 RegistrationIF<MemberSubmissionEndpointReference,RegisterType,RegisterResponseType> RegistrationProxyBuilderImpl.build()
           
 

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

Methods in com.sun.xml.ws.tx.coord.v10.endpoint that return types with arguments of type MemberSubmissionEndpointReference
protected  EndpointReferenceBuilder<MemberSubmissionEndpointReference> RegistrationProxyImpl.getEndpointReferenceBuilder()
           
protected  BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType> RegistrationProxyImpl.newRegisterResponseType()
           
 

Uses of MemberSubmissionEndpointReference in com.sun.xml.ws.tx.coord.v10.types
 

Fields in com.sun.xml.ws.tx.coord.v10.types declared as MemberSubmissionEndpointReference
protected  MemberSubmissionEndpointReference RegisterResponseType.coordinatorProtocolService
           
protected  MemberSubmissionEndpointReference RegisterType.participantProtocolService
           
protected  MemberSubmissionEndpointReference CoordinationContextType.registrationService
           
 

Methods in com.sun.xml.ws.tx.coord.v10.types that return MemberSubmissionEndpointReference
 MemberSubmissionEndpointReference RegisterResponseType.getCoordinatorProtocolService()
          Gets the value of the coordinatorProtocolService property.
 MemberSubmissionEndpointReference RegisterType.getParticipantProtocolService()
          Gets the value of the participantProtocolService property.
 MemberSubmissionEndpointReference CoordinationContextType.getRegistrationService()
          Gets the value of the registrationService property.
 

Methods in com.sun.xml.ws.tx.coord.v10.types with parameters of type MemberSubmissionEndpointReference
 void RegisterResponseType.setCoordinatorProtocolService(MemberSubmissionEndpointReference value)
          Sets the value of the coordinatorProtocolService property.
 void RegisterType.setParticipantProtocolService(MemberSubmissionEndpointReference value)
          Sets the value of the participantProtocolService property.
 void CoordinationContextType.setRegistrationService(MemberSubmissionEndpointReference value)
          Sets the value of the registrationService property.
 



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