Class RegistrationProxyBuilder.RegistrationProxyF<T extends jakarta.xml.ws.EndpointReference,K,P,D>
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.common.client.RegistrationProxyBuilder.RegistrationProxyF<T,K,P,D>
-
- All Implemented Interfaces:
RegistrationIF<T,K,P>
- Direct Known Subclasses:
RegistrationProxyBuilderImpl.RegistrationProxyImpl
- Enclosing class:
- RegistrationProxyBuilder
public abstract class RegistrationProxyBuilder.RegistrationProxyF<T extends jakarta.xml.ws.EndpointReference,K,P,D> extends Object implements RegistrationIF<T,K,P>
-
-
Constructor Summary
Constructors Constructor Description RegistrationProxyF()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidasyncRegister(K parameters)abstract com.sun.xml.ws.api.addressing.AddressingVersiongetAddressingVersion()abstract DgetDelegate()BaseRegisterResponseType<T,P>registerOperation(BaseRegisterType<T,K> parameters)
-
-
-
Method Detail
-
registerOperation
public BaseRegisterResponseType<T,P> registerOperation(BaseRegisterType<T,K> parameters)
- Specified by:
registerOperationin interfaceRegistrationIF<T extends jakarta.xml.ws.EndpointReference,K,P>
-
getDelegate
public abstract D getDelegate()
-
asyncRegister
public abstract void asyncRegister(K parameters)
-
getAddressingVersion
public abstract com.sun.xml.ws.api.addressing.AddressingVersion getAddressingVersion()
-
-