Constant Field Values

Contents

org.apache.*

  • org.apache.cxf.common.jaxb.JAXBUtils 
    Modifier and Type Constant Field Value
    public static final String JAXB_URI "http://java.sun.com/xml/ns/jaxb"
  • org.apache.cxf.common.xmlschema.XmlSchemaUtils 
    Modifier and Type Constant Field Value
    public static final String XSI_NIL "xsi:nil=\'true\'"
  • org.apache.cxf.jaxrs.provider.json.utils.JSONUtils 
    Modifier and Type Constant Field Value
    public static final String XSI_PREFIX "xsi"
    public static final String XSI_URI "http://www.w3.org/2001/XMLSchema-instance"
  • org.apache.cxf.tools.common.toolspec.Tool 
    Modifier and Type Constant Field Value
    public static final String TOOL_SPEC_PUBLIC_ID "http://cxf.apache.org/Xutil/ToolSpecification"
  • org.apache.cxf.tools.java2js.JavaToJS 
    Modifier and Type Constant Field Value
    public static final String TOOL_NAME "java2js"
  • org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.AbstractJaxwsGenerator 
    Modifier and Type Constant Field Value
    protected static final String TEMPLATE_BASE "org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/generator/template"
  • org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator 
    Modifier and Type Constant Field Value
    protected static final String TEMPLATE_BASE "org/apache/cxf/tools/java2wsdl/processor/internal/simple/generator/template"
  • org.apache.cxf.tools.misc.processor.address.Address 
    Modifier and Type Constant Field Value
    public static final String HTTP_PREFIX "http://localhost:9000"
  • org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator 
    Modifier and Type Constant Field Value
    protected static final String TEMPLATE_BASE "org/apache/cxf/tools/wsdlto/frontend/jaxws/template"
  • org.apache.cxf.ws.addressing.soap.DecoupledFaultHandler 
    Modifier and Type Constant Field Value
    public static final String WSA_ACTION "http://schemas.xmlsoap.org/wsdl/soap/envelope/fault"
  • org.apache.cxf.ws.discovery.WSDVersion 
    Modifier and Type Constant Field Value
    public static final String NS_1_0 "http://schemas.xmlsoap.org/ws/2005/04/discovery"
    public static final String NS_1_1 "http://docs.oasis-open.org/ws-dd/ns/discovery/2009/01"
    public static final String TO_1_0 "urn:schemas-xmlsoap-org:ws:2005:04:discovery"
    public static final String TO_1_1 "urn:docs-oasis-open-org:ws-dd:ns:discovery:2009:01"
  • org.apache.cxf.ws.security.sts.provider.STSException 
    Modifier and Type Constant Field Value
    public static final String WST_NS_05_12 "http://docs.oasis-open.org/ws-sx/ws-trust/200512"
  • org.apache.cxf.wsn.client.NotificationBroker 
    Modifier and Type Constant Field Value
    public static final String WSN_URI "http://docs.oasis-open.org/wsn/b-2"
    public static final String XPATH1_URI "http://www.w3.org/TR/1999/REC-xpath-19991116"
  • org.apache.cxf.wsn.client.Publisher 
    Modifier and Type Constant Field Value
    public static final String WSN_URI "http://docs.oasis-open.org/wsn/b-2"

org.oasis_open.*