public class PrivilegedServiceHelper extends Object
Modifier and Type | Method and Description |
---|---|
static PrivilegedServiceHelper |
getInstance() |
<T> T |
getPort(Service service,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
<T> T |
getPort(Service service,
EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
<T> T |
getPort(Service service,
QName portName,
Class<T> serviceEndpointInterface) |
<T> T |
getPort(Service service,
QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
public static PrivilegedServiceHelper getInstance()
public <T> T getPort(Service service, QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features)
public <T> T getPort(Service service, EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
public <T> T getPort(Service service, Class<T> serviceEndpointInterface, WebServiceFeature... features)
Copyright © 2016 JBoss by Red Hat. All rights reserved.