com.sun.xml.ws.tx.coord.v10.types
Class RegistrationServiceV10

java.lang.Object
  extended by javax.xml.ws.Service
      extended by com.sun.xml.ws.tx.coord.v10.types.RegistrationServiceV10

@WebServiceClient(name="RegistrationService_V10",
                  targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor",
                  wsdlLocation="file:wsdls/wsc10/wscoor.wsdl")
public class RegistrationServiceV10
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Constructor Summary
RegistrationServiceV10()
           
RegistrationServiceV10(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 RegistrationCoordinatorPortType getRegistrationCoordinatorPortTypePort()
           
 RegistrationCoordinatorPortType getRegistrationCoordinatorPortTypePort(WebServiceFeature... features)
           
 RegistrationPortTypeRPC getRegistrationPortTypeRPCPort()
           
 RegistrationPortTypeRPC getRegistrationPortTypeRPCPort(WebServiceFeature... features)
           
 RegistrationRequesterPortType getRegistrationRequesterPortTypePort()
           
 RegistrationRequesterPortType getRegistrationRequesterPortTypePort(WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationServiceV10

public RegistrationServiceV10(URL wsdlLocation,
                              QName serviceName)

RegistrationServiceV10

public RegistrationServiceV10()
Method Detail

getRegistrationRequesterPortTypePort

@WebEndpoint(name="RegistrationRequesterPortTypePort")
public RegistrationRequesterPortType getRegistrationRequesterPortTypePort()
Returns:
returns RegistrationRequesterPortType

getRegistrationRequesterPortTypePort

@WebEndpoint(name="RegistrationRequesterPortTypePort")
public RegistrationRequesterPortType getRegistrationRequesterPortTypePort(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns RegistrationRequesterPortType

getRegistrationPortTypeRPCPort

@WebEndpoint(name="RegistrationPortTypeRPCPort")
public RegistrationPortTypeRPC getRegistrationPortTypeRPCPort()
Returns:
returns RegistrationPortTypeRPC

getRegistrationPortTypeRPCPort

@WebEndpoint(name="RegistrationPortTypeRPCPort")
public RegistrationPortTypeRPC getRegistrationPortTypeRPCPort(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns RegistrationPortTypeRPC

getRegistrationCoordinatorPortTypePort

@WebEndpoint(name="RegistrationCoordinatorPortTypePort")
public RegistrationCoordinatorPortType getRegistrationCoordinatorPortTypePort()
Returns:
returns RegistrationCoordinatorPortType

getRegistrationCoordinatorPortTypePort

@WebEndpoint(name="RegistrationCoordinatorPortTypePort")
public RegistrationCoordinatorPortType getRegistrationCoordinatorPortTypePort(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns RegistrationCoordinatorPortType


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.