public class Webservices<T extends Webservices<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Webservices.WebservicesResources
Child mutators for Webservices
|
static class |
Webservices.WsdlUriScheme |
Constructor and Description |
---|
Webservices() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
clientConfig(ClientConfig value)
Add the ClientConfig object to the list of subresources
|
T |
clientConfig(ClientConfigSupplier supplier)
Install a supplied ClientConfig object to the list of subresources
|
T |
clientConfig(String childKey)
Create and configure a ClientConfig object to the list of subresources
|
T |
clientConfig(String childKey,
ClientConfigConsumer consumer)
Create and configure a ClientConfig object to the list of subresources
|
T |
clientConfigs(List<ClientConfig> value)
Add all ClientConfig objects to this subresource
|
T |
endpointConfig(EndpointConfig value)
Add the EndpointConfig object to the list of subresources
|
T |
endpointConfig(EndpointConfigSupplier supplier)
Install a supplied EndpointConfig object to the list of subresources
|
T |
endpointConfig(String childKey)
Create and configure a EndpointConfig object to the list of subresources
|
T |
endpointConfig(String childKey,
EndpointConfigConsumer consumer)
Create and configure a EndpointConfig object to the list of subresources
|
T |
endpointConfigs(List<EndpointConfig> value)
Add all EndpointConfig objects to this subresource
|
String |
getKey() |
Boolean |
modifyWsdlAddress()
Whether the soap address can be modified.
|
T |
modifyWsdlAddress(Boolean value)
Whether the soap address can be modified.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
statisticsEnabled()
Whether statistics are to be gathered for endpoints, default value is
'false'.
|
T |
statisticsEnabled(Boolean value)
Whether statistics are to be gathered for endpoints, default value is
'false'.
|
Webservices.WebservicesResources |
subresources() |
String |
wsdlHost()
The WSDL, that is a required deployment artifact for an endpoint, has a
|
T |
wsdlHost(String value)
The WSDL, that is a required deployment artifact for an endpoint, has a
|
String |
wsdlPathRewriteRule()
This string defines a SED substitution command (e.g.,
's/regexp/replacement/g') that JBossWS executes against the path
component of each
|
T |
wsdlPathRewriteRule(String value)
This string defines a SED substitution command (e.g.,
's/regexp/replacement/g') that JBossWS executes against the path
component of each
|
Integer |
wsdlPort()
The non-secure port that will be used for rewriting the SOAP address.
|
T |
wsdlPort(Integer value)
The non-secure port that will be used for rewriting the SOAP address.
|
Integer |
wsdlSecurePort()
The secure port that will be used for rewriting the SOAP address.
|
T |
wsdlSecurePort(Integer value)
The secure port that will be used for rewriting the SOAP address.
|
Webservices.WsdlUriScheme |
wsdlUriScheme()
The URI scheme to use for rewriting
|
T |
wsdlUriScheme(Webservices.WsdlUriScheme value)
The URI scheme to use for rewriting
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Webservices.WebservicesResources subresources()
public T clientConfigs(List<ClientConfig> value)
value
- List of ClientConfig objects.public T clientConfig(ClientConfig value)
value
- The ClientConfig to addpublic T clientConfig(String childKey, ClientConfigConsumer consumer)
key
- The key for the ClientConfig resourceconfig
- The ClientConfigConsumer to usepublic T clientConfig(String childKey)
key
- The key for the ClientConfig resourcepublic T clientConfig(ClientConfigSupplier supplier)
public T endpointConfigs(List<EndpointConfig> value)
value
- List of EndpointConfig objects.public T endpointConfig(EndpointConfig value)
value
- The EndpointConfig to addpublic T endpointConfig(String childKey, EndpointConfigConsumer consumer)
key
- The key for the EndpointConfig resourceconfig
- The EndpointConfigConsumer to usepublic T endpointConfig(String childKey)
key
- The key for the EndpointConfig resourcepublic T endpointConfig(EndpointConfigSupplier supplier)
public Boolean modifyWsdlAddress()
public T modifyWsdlAddress(Boolean value)
public Boolean statisticsEnabled()
public T statisticsEnabled(Boolean value)
public String wsdlHost()
public T wsdlHost(String value)
public String wsdlPathRewriteRule()
public T wsdlPathRewriteRule(String value)
public Integer wsdlPort()
public T wsdlPort(Integer value)
public Integer wsdlSecurePort()
public T wsdlSecurePort(Integer value)
public Webservices.WsdlUriScheme wsdlUriScheme()
public T wsdlUriScheme(Webservices.WsdlUriScheme value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.