@MTOM(enabled=true,
threshold=2048)
public class DmSoapNetworkAddress
extends DmSoapService
Modifier and Type | Field and Description |
---|---|
protected javax.xml.ws.WebServiceContext |
_context
The WebServiceContext that called this service.
|
Constructor and Description |
---|
DmSoapNetworkAddress() |
Modifier and Type | Method and Description |
---|---|
int |
createNetworkAddress(NetworkAddressInfo networkAddressInfo,
java.lang.String reason)
Web service operation for the CreateNetworkAddressCmd.
|
void |
deleteNetworkAddress(java.lang.String IpAddress,
java.lang.String reason)
Web service operation for the DeleteNetworkAddressCmd.
|
boolean |
exists(java.lang.String IpAddress)
Web service operation to see if the specified network address exists.
|
void |
modifyNetworkAddress(java.lang.String IpAddress,
NetworkAddressInfo newNetworkAddressInfo,
java.lang.String reason)
Web service operation for the ModifyNetworkAddressCmd.
|
NetworkAddressInfo |
showNetworkAddress(java.lang.String IpAddress)
Web service operation for showing a specific network address specified
by the IP address
|
protected javax.xml.ws.WebServiceContext _context
public int createNetworkAddress(NetworkAddressInfo networkAddressInfo, java.lang.String reason) throws DmSoapException
networkAddressInfo
- A NetworkAddressInfo object for the network
address to create.reason
- The reason for executing this command, or null to use
the default SOAP TechDoc reason.DmSoapException
- A DmSoapException if an error occurs.public void deleteNetworkAddress(java.lang.String IpAddress, java.lang.String reason) throws DmSoapException
IpAddress
- The IP address.reason
- The reason for executing this command, or null to use
the default SOAP TechDoc reason.DmSoapException
- A DmSoapException if an error occurs.public boolean exists(java.lang.String IpAddress) throws DmSoapException
IpAddress
- The IpAddress of the NetworkAddress.DmSoapException
- A DmSoapException if an error occurs.public void modifyNetworkAddress(java.lang.String IpAddress, NetworkAddressInfo newNetworkAddressInfo, java.lang.String reason) throws DmSoapException
IpAddress
- The IP Address of the existing network address to modify.newNetworkAddressInfo
- A modified NetworkAddressInfo object for the
network address specified.reason
- The reason for executing this command, or null to use
the default SOAP TechDoc reason.DmSoapException
- A DmSoapException if an error occurs.public NetworkAddressInfo showNetworkAddress(java.lang.String IpAddress) throws DmSoapException
IpAddress
- The IpAddress of the NetworkAddress.DmSoapException
- A DmSoapException if an error occurs.