Uses of Class
com.sun.xml.ws.developer.MemberSubmissionEndpointReference
-
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description MemberSubmissionEndpointReferenceXmlTypeAdapter.RegisterTypeImpl. getParticipantProtocolService()MemberSubmissionEndpointReferenceXmlTypeAdapter.CoordinationContextTypeImpl. getRegistrationService()Methods in com.sun.xml.ws.tx.coord.v10 that return types with arguments of type MemberSubmissionEndpointReference Modifier and Type Method Description 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 Modifier and Type Method Description voidXmlTypeAdapter.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected MemberSubmissionEndpointReferenceRegisterResponseType. coordinatorProtocolServiceprotected MemberSubmissionEndpointReferenceRegisterType. participantProtocolServiceprotected MemberSubmissionEndpointReferenceCoordinationContextType. registrationServiceMethods in com.sun.xml.ws.tx.coord.v10.types that return MemberSubmissionEndpointReference Modifier and Type Method Description MemberSubmissionEndpointReferenceRegisterResponseType. getCoordinatorProtocolService()Gets the value of the coordinatorProtocolService property.MemberSubmissionEndpointReferenceRegisterType. getParticipantProtocolService()Gets the value of the participantProtocolService property.MemberSubmissionEndpointReferenceCoordinationContextType. getRegistrationService()Gets the value of the registrationService property.Methods in com.sun.xml.ws.tx.coord.v10.types with parameters of type MemberSubmissionEndpointReference Modifier and Type Method Description voidRegisterResponseType. 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.
-