Uses of Class
com.sun.xml.ws.tx.coord.v10.types.RegisterResponseType
-
Packages that use RegisterResponseType Package Description 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 RegisterResponseType in com.sun.xml.ws.tx.coord.v10
Methods in com.sun.xml.ws.tx.coord.v10 that return types with arguments of type RegisterResponseType Modifier and Type Method Description static BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType>XmlTypeAdapter. adapt(RegisterResponseType delegate)Methods in com.sun.xml.ws.tx.coord.v10 with parameters of type RegisterResponseType Modifier and Type Method Description static BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType>XmlTypeAdapter. adapt(RegisterResponseType delegate) -
Uses of RegisterResponseType 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 RegisterResponseType Modifier and Type Method Description RegistrationIF<MemberSubmissionEndpointReference,RegisterType,RegisterResponseType>RegistrationProxyBuilderImpl. build() -
Uses of RegisterResponseType in com.sun.xml.ws.tx.coord.v10.endpoint
Methods in com.sun.xml.ws.tx.coord.v10.endpoint that return RegisterResponseType Modifier and Type Method Description RegisterResponseTypeRegistrationPortTypeRPCPortImpl. registerOperation(RegisterType parameters)Methods in com.sun.xml.ws.tx.coord.v10.endpoint that return types with arguments of type RegisterResponseType Modifier and Type Method Description protected BaseRegisterResponseType<MemberSubmissionEndpointReference,RegisterResponseType>RegistrationProxyImpl. newRegisterResponseType()Methods in com.sun.xml.ws.tx.coord.v10.endpoint with parameters of type RegisterResponseType Modifier and Type Method Description voidRegistrationRequesterPortTypePortImpl. registerResponse(RegisterResponseType parameters) -
Uses of RegisterResponseType in com.sun.xml.ws.tx.coord.v10.types
Methods in com.sun.xml.ws.tx.coord.v10.types that return RegisterResponseType Modifier and Type Method Description RegisterResponseTypeObjectFactory. createRegisterResponseType()Create an instance ofRegisterResponseTypeRegisterResponseTypeRegistrationPortTypeRPC. registerOperation(RegisterType parameters)Methods in com.sun.xml.ws.tx.coord.v10.types that return types with arguments of type RegisterResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<RegisterResponseType>ObjectFactory. createRegisterResponse(RegisterResponseType value)Methods in com.sun.xml.ws.tx.coord.v10.types with parameters of type RegisterResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<RegisterResponseType>ObjectFactory. createRegisterResponse(RegisterResponseType value)voidRegistrationRequesterPortType. registerResponse(RegisterResponseType parameters)
-