Skip to content

Commit

Permalink
Merge pull request #7 from christav/servicebus-javadoc-update
Browse files Browse the repository at this point in the history
Adding javadocs for missing parameters
  • Loading branch information
Chris Tavares committed Feb 5, 2013
2 parents 9d9e65c + fde1416 commit 27be399
Showing 1 changed file with 42 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,20 @@ public class ServiceBusConfiguration {
*
* @param authenticationPassword
* A <code>String</code> object that represents the authentication password.
*
*
* @param serviceBusRootUri
* A <code>String</code> object containing the base URI that is added to your
* Service Bus namespace to form the URI to connect to the Service Bus service.
*
* To access the default public Azure service, pass ".servicebus.windows.net"
*
* @param wrapRootUri
* A <code>String</code> object containing the base URI that is added to your
* Service Bus namespace to form the URI to get an access token for the Service
* Bus service.
*
* To access the default public Azure service, pass "-sb.accesscontrol.windows.net/WRAPv0.9"
*
* @return
* A <code>Configuration</code> object that can be used when creating an instance of the
* <code>ServiceBusService</code> class.
Expand All @@ -90,7 +103,20 @@ public static Configuration configureWithWrapAuthentication(String namespace, St
*
* @param authenticationPassword
* A <code>String</code> object that represents the authentication password.
*
*
* @param serviceBusRootUri
* A <code>String</code> object containing the base URI that is added to your
* Service Bus namespace to form the URI to connect to the Service Bus service.
*
* To access the default public Azure service, pass ".servicebus.windows.net"
*
* @param wrapRootUri
* A <code>String</code> object containing the base URI that is added to your
* Service Bus namespace to form the URI to get an access token for the Service
* Bus service.
*
* To access the default public Azure service, pass "-sb.accesscontrol.windows.net/WRAPv0.9"
*
* @return
* A <code>Configuration</code> object that can be used when creating an instance of the
* <code>ServiceBusService</code> class.
Expand Down Expand Up @@ -119,7 +145,20 @@ public static Configuration configureWithWrapAuthentication(Configuration config
*
* @param authenticationPassword
* A <code>String</code> object that represents the authentication password.
*
*
* @param serviceBusRootUri
* A <code>String</code> object containing the base URI that is added to your
* Service Bus namespace to form the URI to connect to the Service Bus service.
*
* To access the default public Azure service, pass ".servicebus.windows.net"
*
* @param wrapRootUri
* A <code>String</code> object containing the base URI that is added to your
* Service Bus namespace to form the URI to get an access token for the Service
* Bus service.
*
* To access the default public Azure service, pass "-sb.accesscontrol.windows.net/WRAPv0.9"
*
* @return
* A <code>Configuration</code> object that can be used when creating an instance of the
* <code>ServiceBusService</code> class.
Expand Down

0 comments on commit 27be399

Please sign in to comment.