Class RegistrationProxyBuilderImpl.RegistrationProxyImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.common.client.RegistrationProxyBuilder.RegistrationProxyF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType,RegistrationCoordinatorPortType>
-
- com.sun.xml.ws.tx.coord.v11.client.RegistrationProxyBuilderImpl.RegistrationProxyImpl
-
- All Implemented Interfaces:
RegistrationIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType>
- Enclosing class:
- RegistrationProxyBuilderImpl
public class RegistrationProxyBuilderImpl.RegistrationProxyImpl extends RegistrationProxyBuilder.RegistrationProxyF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType,RegistrationCoordinatorPortType>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidasyncRegister(RegisterType parameters)AddressingVersiongetAddressingVersion()RegistrationCoordinatorPortTypegetDelegate()-
Methods inherited from class com.sun.xml.ws.tx.coord.common.client.RegistrationProxyBuilder.RegistrationProxyF
registerOperation
-
-
-
-
Method Detail
-
getDelegate
public RegistrationCoordinatorPortType getDelegate()
- Specified by:
getDelegatein classRegistrationProxyBuilder.RegistrationProxyF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType,RegistrationCoordinatorPortType>
-
asyncRegister
public void asyncRegister(RegisterType parameters)
- Specified by:
asyncRegisterin classRegistrationProxyBuilder.RegistrationProxyF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType,RegistrationCoordinatorPortType>
-
getAddressingVersion
public AddressingVersion getAddressingVersion()
- Specified by:
getAddressingVersionin classRegistrationProxyBuilder.RegistrationProxyF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,RegisterType,RegisterResponseType,RegistrationCoordinatorPortType>
-
-