Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.wsee.WebServiceType

Packages that use WebServiceType
weblogic.wsee Provides classes for weblogic.wsee
weblogic.wsee.jws Provides interfaces, classes, and exceptions for developing WebLogic Web Services. 
 

Uses of WebServiceType in weblogic.wsee
 

Methods in weblogic.wsee that return WebServiceType
static WebServiceType WebServiceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WebServiceType[] WebServiceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of WebServiceType in weblogic.wsee.jws
 

Methods in weblogic.wsee.jws that return WebServiceType
 WebServiceType WebServiceRuntimeDecl.getType()
           
 

Methods in weblogic.wsee.jws with parameters of type WebServiceType
static HandlerChainDecl HandlerChainDeclFactory.newInstance(JClass eiClass, JClass sbClass, WebServiceType type)
           
static HandlerChainDecl HandlerChainDeclFactory.newInstance(JClass eiClass, JClass sbClass, WebServiceType type, ClassLoader endpointInterfaceCL)
           
 

Constructors in weblogic.wsee.jws with parameters of type WebServiceType
WebServiceRuntimeDecl(WebServiceType webServiceType, Class clazz)
           
WebServiceRuntimeDecl(WebServiceType webServiceType, JClass jClass, weblogic.wsee.tools.jws.decl.WebServiceDecl parent)
           
WebServiceRuntimeDecl(WebServiceType webServiceType, JClass jClass, weblogic.wsee.tools.jws.decl.WebServiceDecl parent, boolean initHandlerChanin)
           
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01