public abstract class

PortProvider

extends Object
java.lang.Object
   ↳ org.mule.module.fws.api.PortProvider<T>

Summary

Constants
String AWS_NAMESPACE
Fields
private final String accessKey
private final String secretKey
Public Constructors
PortProvider(String accessKey, String secretKey)
Public Methods
T getPort(String action)
Protected Methods
abstract T newPort()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final String AWS_NAMESPACE

Constant Value: "http://security.amazonaws.com/doc/2007-01-01/"

Fields

private final String accessKey

private final String secretKey

Public Constructors

public PortProvider (String accessKey, String secretKey)

Parameters
accessKey
secretKey

Public Methods

public T getPort (String action)

Parameters
action
Throws
RemoteException

Protected Methods

protected abstract T newPort ()

Throws
ServiceException