Class RegistrationPortImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.v11.endpoint.RegistrationPortImpl
-
- All Implemented Interfaces:
RegistrationPortType
@BindingType("http://schemas.xmlsoap.org/wsdl/soap/http") @Addressing public class RegistrationPortImpl extends Object implements RegistrationPortType
-
-
Constructor Summary
Constructors Constructor Description RegistrationPortImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegistrationProxyImplgetProxy()RegisterResponseTyperegisterOperation(RegisterType parameters)
-
-
-
Method Detail
-
registerOperation
public RegisterResponseType registerOperation(RegisterType parameters)
- Specified by:
registerOperationin interfaceRegistrationPortType- Parameters:
parameters-- Returns:
- returns com.sun.xml.ws.tx.coord.v11.RegisterResponseType
-
getProxy
protected RegistrationProxyImpl getProxy()
-
-