de.jw.cloud42.webservice.wrapper
Class Cloud42IpPermission

java.lang.Object
  extended by de.jw.cloud42.webservice.wrapper.Cloud42IpPermission

public class Cloud42IpPermission
extends java.lang.Object

Wrapper around Typicas GroupDesritopm.IpPermission since Axis2 does not recognize nested types. Morever, cidrIps is returned as array instead of list.

Author:
fbitzer

Constructor Summary
Cloud42IpPermission(com.xerox.amazonws.ec2.GroupDescription.IpPermission p)
          Load data from wrapped object in the constructor.
 
Method Summary
 void addIpRange(java.lang.String cidrIp)
           
 int getFromPort()
           
 java.lang.String[] getIpRanges()
           
 java.lang.String getProtocol()
           
 int getToPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cloud42IpPermission

public Cloud42IpPermission(com.xerox.amazonws.ec2.GroupDescription.IpPermission p)
Load data from wrapped object in the constructor.

Method Detail

getProtocol

public java.lang.String getProtocol()

getFromPort

public int getFromPort()

getToPort

public int getToPort()

addIpRange

public void addIpRange(java.lang.String cidrIp)

getIpRanges

public java.lang.String[] getIpRanges()


Copyright © 2010 just works! Software. All Rights Reserved.