JBoss Wise API

Uses of Class
org.jboss.wise.core.client.jaxrs.RSDynamicClient.HttpMethod

Packages that use RSDynamicClient.HttpMethod
org.jboss.wise.core.client.factories   
org.jboss.wise.core.client.jaxrs   
org.jboss.wise.core.client.jaxrs.impl   
 

Uses of RSDynamicClient.HttpMethod in org.jboss.wise.core.client.factories
 

Methods in org.jboss.wise.core.client.factories with parameters of type RSDynamicClient.HttpMethod
static RSDynamicClient WSDynamicClientFactory.getJAXRSClient(java.lang.String endpointURL, RSDynamicClient.HttpMethod httpMethod, java.lang.String produceMediaTypes, java.lang.String consumeMediaTypes)
          Return an instance of RSDynamicClient taken from cache if possible, generate and initialise if not.
static RSDynamicClient WSDynamicClientFactory.getJAXRSClient(java.lang.String endpointURL, RSDynamicClient.HttpMethod httpMethod, java.lang.String produceMediaTypes, java.lang.String consumeMediaTypes, java.lang.String userName, java.lang.String password)
          Return an instance of RSDynamicClient taken from cache if possible, generate and initialise if not.
 

Uses of RSDynamicClient.HttpMethod in org.jboss.wise.core.client.jaxrs
 

Methods in org.jboss.wise.core.client.jaxrs that return RSDynamicClient.HttpMethod
 RSDynamicClient.HttpMethod RSDynamicClient.getHttpMethod()
           
static RSDynamicClient.HttpMethod RSDynamicClient.HttpMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RSDynamicClient.HttpMethod[] RSDynamicClient.HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of RSDynamicClient.HttpMethod in org.jboss.wise.core.client.jaxrs.impl
 

Methods in org.jboss.wise.core.client.jaxrs.impl that return RSDynamicClient.HttpMethod
 RSDynamicClient.HttpMethod RSDynamicClientImpl.getHttpMethod()
           
 

Constructors in org.jboss.wise.core.client.jaxrs.impl with parameters of type RSDynamicClient.HttpMethod
RSDynamicClientImpl(java.lang.String resourceURI, java.lang.String produceMediaTypes, java.lang.String consumeMediaTypes, RSDynamicClient.HttpMethod httpMethod)
          Invoke JAXRS service.
RSDynamicClientImpl(java.lang.String resourceURI, java.lang.String produceMediaTypes, java.lang.String consumeMediaTypes, RSDynamicClient.HttpMethod httpMethod, java.util.Map<java.lang.String,java.lang.String> requestHeaders)
           
 


JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.