Uses of Class
com.sun.xml.ws.developer.MemberSubmissionEndpointReference
Packages that use MemberSubmissionEndpointReference
Package
Description
-
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 -
Uses of MemberSubmissionEndpointReference in com.sun.xml.ws.tx.coord.v10
Methods in com.sun.xml.ws.tx.coord.v10 that return MemberSubmissionEndpointReferenceModifier and TypeMethodDescriptionXmlTypeAdapter.RegisterTypeImpl.getParticipantProtocolService()XmlTypeAdapter.CoordinationContextTypeImpl.getRegistrationService()Methods in com.sun.xml.ws.tx.coord.v10 that return types with arguments of type MemberSubmissionEndpointReferenceModifier and TypeMethodDescriptionstatic CoordinationContextIF<MemberSubmissionEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> XmlTypeAdapter.adapt(CoordinationContext delegate) XmlTypeAdapter.adapt(RegisterResponseType delegate) XmlTypeAdapter.adapt(RegisterType delegate) XmlTypeAdapter.newRegisterType()Methods in com.sun.xml.ws.tx.coord.v10 with parameters of type MemberSubmissionEndpointReferenceModifier and TypeMethodDescriptionvoidXmlTypeAdapter.RegisterTypeImpl.setParticipantProtocolService(MemberSubmissionEndpointReference value) voidXmlTypeAdapter.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 -
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 MemberSubmissionEndpointReferenceModifier and TypeMethodDescriptionRegistrationProxyImpl.getEndpointReferenceBuilder()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 MemberSubmissionEndpointReferenceModifier and TypeFieldDescriptionprotected MemberSubmissionEndpointReferenceRegisterResponseType.coordinatorProtocolServiceprotected MemberSubmissionEndpointReferenceRegisterType.participantProtocolServiceprotected MemberSubmissionEndpointReferenceCoordinationContextType.registrationServiceMethods in com.sun.xml.ws.tx.coord.v10.types that return MemberSubmissionEndpointReferenceModifier and TypeMethodDescriptionRegisterResponseType.getCoordinatorProtocolService()Gets the value of the coordinatorProtocolService property.RegisterType.getParticipantProtocolService()Gets the value of the participantProtocolService property.CoordinationContextType.getRegistrationService()Gets the value of the registrationService property.Methods in com.sun.xml.ws.tx.coord.v10.types with parameters of type MemberSubmissionEndpointReferenceModifier and TypeMethodDescriptionvoidRegisterResponseType.setCoordinatorProtocolService(MemberSubmissionEndpointReference value) Sets the value of the coordinatorProtocolService property.voidRegisterType.setParticipantProtocolService(MemberSubmissionEndpointReference value) Sets the value of the participantProtocolService property.voidCoordinationContextType.setRegistrationService(MemberSubmissionEndpointReference value) Sets the value of the registrationService property.