com.sun.xml.ws.resources
Class WsdlmodelMessages

java.lang.Object
  extended by com.sun.xml.ws.resources.WsdlmodelMessages

public final class WsdlmodelMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
WsdlmodelMessages()
           
 
Method Summary
static com.sun.istack.localization.Localizable localizableMEX_METADATA_SYSTEMID_NULL()
           
static com.sun.istack.localization.Localizable localizableWSDL_IMPORT_SHOULD_BE_WSDL(Object arg0)
           
static com.sun.istack.localization.Localizable localizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0, Object arg1, Object arg2)
           
static String MEX_METADATA_SYSTEMID_NULL()
          MEX WSDL metadata can not be parsed, the systemId is of the MEX source is null.
static String WSDL_IMPORT_SHOULD_BE_WSDL(Object arg0)
          Import of {0} is violation of BP 1.1 R2001.
static String WSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0, Object arg1, Object arg2)
          For Port: {0}, service location {1} does not match address {2} in the EndpointReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlmodelMessages

public WsdlmodelMessages()
Method Detail

localizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH

public static com.sun.istack.localization.Localizable localizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0,
                                                                                                       Object arg1,
                                                                                                       Object arg2)

WSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH

public static String WSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0,
                                                           Object arg1,
                                                           Object arg2)
For Port: {0}, service location {1} does not match address {2} in the EndpointReference


localizableWSDL_IMPORT_SHOULD_BE_WSDL

public static com.sun.istack.localization.Localizable localizableWSDL_IMPORT_SHOULD_BE_WSDL(Object arg0)

WSDL_IMPORT_SHOULD_BE_WSDL

public static String WSDL_IMPORT_SHOULD_BE_WSDL(Object arg0)
Import of {0} is violation of BP 1.1 R2001. Proceeding with a warning. R2001 A DESCRIPTION must only use the WSDL "import" statement to import another WSDL description.


localizableMEX_METADATA_SYSTEMID_NULL

public static com.sun.istack.localization.Localizable localizableMEX_METADATA_SYSTEMID_NULL()

MEX_METADATA_SYSTEMID_NULL

public static String MEX_METADATA_SYSTEMID_NULL()
MEX WSDL metadata can not be parsed, the systemId is of the MEX source is null.



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.