|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.ws.WebServiceClientUtil
public final class WebServiceClientUtil
Creates ports for web service clients.
Method Summary | ||
---|---|---|
static
|
getPort(java.lang.Class<T> serviceInterface,
java.lang.Class<? extends javax.xml.ws.Service> serviceClass,
javax.net.SocketFactory sslSocketFactory)
Returns a Web Service client port based on the parameters passed. |
|
static
|
getPort(java.lang.Class<T> serviceInterface,
java.lang.Class<? extends javax.xml.ws.Service> serviceClass,
javax.net.SocketFactory sslSocketFactory,
java.util.List<javax.xml.ws.handler.Handler> handlerChain)
Returns a Web Service client port based on the parameters passed. |
|
static
|
getPort(java.lang.Class<T> serviceInterface,
java.lang.Class<? extends javax.xml.ws.Service> serviceClass,
javax.net.SocketFactory sslSocketFactory,
java.lang.String endpoint)
Returns a Web Service client port based on the parameters passed. |
|
static
|
getPort(java.lang.Class<T> serviceInterface,
java.lang.Class<? extends javax.xml.ws.Service> serviceClass,
javax.net.SocketFactory sslSocketFactory,
java.lang.String endpoint,
java.util.List<javax.xml.ws.handler.Handler> handlerChain)
Returns a Web Service client port based on the parameters passed. |
|
static
|
getPort(java.lang.Class<T> serviceInterface,
java.lang.Class<? extends javax.xml.ws.Service> serviceClass,
javax.net.SocketFactory sslSocketFactory,
java.lang.String endpoint,
java.util.List<javax.xml.ws.handler.Handler> handlerChain,
boolean addressingFeature)
Returns a Web Service client port based on the parameters passed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T getPort(java.lang.Class<T> serviceInterface, java.lang.Class<? extends javax.xml.ws.Service> serviceClass, javax.net.SocketFactory sslSocketFactory, java.lang.String endpoint, java.util.List<javax.xml.ws.handler.Handler> handlerChain)
T
- the Web Service's Java Service interface typeserviceInterface
- the Web Server's Java Service interface class (Mandatory)serviceClass
- the Web Server's Java Service service class (Mandatory)sslSocketFactory
- the SSL Socket Factory to be used (Mandatory)endpoint
- the Web Service endpoint URL (Mandatory)handlerChain
- the handler chain to be used with the port (Mandatory)
public static <T> T getPort(java.lang.Class<T> serviceInterface, java.lang.Class<? extends javax.xml.ws.Service> serviceClass, javax.net.SocketFactory sslSocketFactory, java.lang.String endpoint)
T
- the Web Service's Java Service interface typeserviceInterface
- the Web Server's Java Service interface class (Mandatory)serviceClass
- the Web Server's Java Service interface class (Mandatory)sslSocketFactory
- the SSL Socket Factory to be used (Mandatory)endpoint
- the Web Service endpoint URL (Mandatory)
public static <T> T getPort(java.lang.Class<T> serviceInterface, java.lang.Class<? extends javax.xml.ws.Service> serviceClass, javax.net.SocketFactory sslSocketFactory, java.lang.String endpoint, java.util.List<javax.xml.ws.handler.Handler> handlerChain, boolean addressingFeature)
T
- the Web Service's Java Service interface typeserviceInterface
- the Web Server's Java Service interface class (Mandatory)serviceClass
- the Web Server's Java Service interface class (Mandatory)sslSocketFactory
- the SSL Socket Factory to be used (Mandatory)endpoint
- the Web Service endpoint URL (Mandatory)addressingFeature
- addressing web service feature setting true/false (Mandatory)
public static <T> T getPort(java.lang.Class<T> serviceInterface, java.lang.Class<? extends javax.xml.ws.Service> serviceClass, javax.net.SocketFactory sslSocketFactory, java.util.List<javax.xml.ws.handler.Handler> handlerChain)
T
- the Web Service's Java Service interface typeserviceInterface
- the Web Server's Java Service interface class (Mandatory)serviceClass
- the Web Server's Java Service service class (Mandatory)sslSocketFactory
- the SSL Socket Factory to be used (Mandatory)handlerChain
- the handler chain to be used with the port (Mandatory)
public static <T> T getPort(java.lang.Class<T> serviceInterface, java.lang.Class<? extends javax.xml.ws.Service> serviceClass, javax.net.SocketFactory sslSocketFactory)
T
- the Web Service's Java Service interface typeserviceInterface
- the Web Server's Java Service interface class (Mandatory)serviceClass
- the Web Server's Java Service interface class (Mandatory)sslSocketFactory
- the SSL Socket Factory to be used (Mandatory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |