|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.webservice.member.TXStatefulWebserviceFactoryImpl
public final class TXStatefulWebserviceFactoryImpl
This class ...
Constructor Summary | |
---|---|
TXStatefulWebserviceFactoryImpl()
|
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()
Returns true iff all endpoints for wstx_service are available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TXStatefulWebserviceFactoryImpl()
Method Detail |
---|
@NotNull public com.sun.xml.ws.developer.StatefulWebServiceManager getManager(@NotNull java.lang.String serviceName, @NotNull java.lang.String portName)
StatefulWebserviceFactory
getManager
in interface StatefulWebserviceFactory
serviceName
- service nameportName
- port name
@NotNull public javax.xml.ws.EndpointReference createService(@NotNull java.lang.String serviceName, @NotNull java.lang.String portName, @NotNull java.net.URI address, @NotNull com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion, @NotNull java.lang.String activityId, @NotNull java.lang.String registrantId, long timeoutInMillis)
StatefulWebserviceFactory
createService
in interface StatefulWebserviceFactory
serviceName
- service nameportName
- port nameaddress
- address URIaddressingVersion
- ws-addressing versionactivityId
- activity idregistrantId
- registrant idtimeoutInMillis
- timeout value from the coordination context
public boolean isWSTXServiceAvailable()
isWSTXServiceAvailable
in interface StatefulWebserviceFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |