com.sun.xml.ws.tx.common
Interface StatefulWebserviceFactory

All Known Implementing Classes:
TXStatefulWebserviceFactoryImpl

public interface StatefulWebserviceFactory

This class ...

Since:
1.0

Method Summary
 javax.xml.ws.EndpointReference createService(java.lang.String serviceName, java.lang.String portName, java.net.URI address, com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion, java.lang.String activityId, java.lang.String registrantId, long timeoutInMillis)
          Create an EPR with the specified data.
 com.sun.xml.ws.developer.StatefulWebServiceManager getManager(java.lang.String serviceName, java.lang.String portName)
          Get the StatefulWebServiceManager with the specified name and port
 boolean isWSTXServiceAvailable()
           
 

Method Detail

getManager

com.sun.xml.ws.developer.StatefulWebServiceManager getManager(java.lang.String serviceName,
                                                              java.lang.String portName)
Get the StatefulWebServiceManager with the specified name and port

Parameters:
serviceName - service name
portName - port name
Returns:
StatefulWebserviceManager

createService

javax.xml.ws.EndpointReference createService(java.lang.String serviceName,
                                             java.lang.String portName,
                                             java.net.URI address,
                                             com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion,
                                             java.lang.String activityId,
                                             java.lang.String registrantId,
                                             long timeoutInMillis)
Create an EPR with the specified data.

Parameters:
serviceName - service name
portName - port name
address - address URI
addressingVersion - ws-addressing version
activityId - activity id
registrantId - registrant id
timeoutInMillis - timeout value from the coordination context
Returns:
EndpointReference for the service

isWSTXServiceAvailable

boolean isWSTXServiceAvailable()