org.ow2.jonas.ws.jaxws.handler.builder
Class BindingUtils

java.lang.Object
  extended by org.ow2.jonas.ws.jaxws.handler.builder.BindingUtils

public class BindingUtils
extends Object

The BindingUtils is responsible to resolve aliased URI bindings.

Author:
Guillaume Sauthier

Field Summary
static String SOAP11_HTTP
           
static String SOAP11_HTTP_MTOM
           
static String SOAP11_HTTP_MTOM_TOKEN
           
static String SOAP11_HTTP_TOKEN
           
static String SOAP12_HTTP
           
static String SOAP12_HTTP_MTOM
           
static String SOAP12_HTTP_MTOM_TOKEN
           
static String SOAP12_HTTP_TOKEN
           
static String XML_HTTP
           
static String XML_HTTP_TOKEN
           
 
Constructor Summary
BindingUtils()
           
 
Method Summary
static String resolve(String binding)
          Resolve the given binding URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP11_HTTP_TOKEN

public static final String SOAP11_HTTP_TOKEN
See Also:
Constant Field Values

SOAP11_HTTP

public static final String SOAP11_HTTP
See Also:
Constant Field Values

SOAP11_HTTP_MTOM_TOKEN

public static final String SOAP11_HTTP_MTOM_TOKEN
See Also:
Constant Field Values

SOAP11_HTTP_MTOM

public static final String SOAP11_HTTP_MTOM
See Also:
Constant Field Values

SOAP12_HTTP_TOKEN

public static final String SOAP12_HTTP_TOKEN
See Also:
Constant Field Values

SOAP12_HTTP

public static final String SOAP12_HTTP
See Also:
Constant Field Values

SOAP12_HTTP_MTOM_TOKEN

public static final String SOAP12_HTTP_MTOM_TOKEN
See Also:
Constant Field Values

SOAP12_HTTP_MTOM

public static final String SOAP12_HTTP_MTOM
See Also:
Constant Field Values

XML_HTTP_TOKEN

public static final String XML_HTTP_TOKEN
See Also:
Constant Field Values

XML_HTTP

public static final String XML_HTTP
See Also:
Constant Field Values
Constructor Detail

BindingUtils

public BindingUtils()
Method Detail

resolve

public static String resolve(String binding)
Resolve the given binding URI.

Parameters:
binding - Binding ID
Returns:
resolved binding ID (may not change if no aliases were found)


Copyright © 2010 OW2 Consortium. All Rights Reserved.