Uses of Interface
org.apache.beehive.wsm.jsr181.model.BeehiveWsTypeMetadata

Packages that use BeehiveWsTypeMetadata
org.apache.beehive.wsm.axis   
org.apache.beehive.wsm.axis.handlers   
org.apache.beehive.wsm.jsr181.model.jsr181   
org.apache.beehive.wsm.jsr181.model.wsdl   
org.apache.beehive.wsm.jsr181.processor.apt   
org.apache.beehive.wsm.jsr181.wsdl   
 

Uses of BeehiveWsTypeMetadata in org.apache.beehive.wsm.axis
 

Methods in org.apache.beehive.wsm.axis with parameters of type BeehiveWsTypeMetadata
static ServiceDesc AxisHook.createServiceDesc(BeehiveWsTypeMetadata wsm, ClassLoader cl)
           
 

Uses of BeehiveWsTypeMetadata in org.apache.beehive.wsm.axis.handlers
 

Methods in org.apache.beehive.wsm.axis.handlers with parameters of type BeehiveWsTypeMetadata
protected  SOAPService AnnotatedWebServiceDeploymentHandler.createSOAPService(BeehiveWsTypeMetadata wsm, Class cls)
           
protected  HandlerInfoChainFactory AnnotatedWebServiceDeploymentHandler.getJaxRPCHandlerChainFactory(BeehiveWsTypeMetadata wsm)
           
 

Constructors in org.apache.beehive.wsm.axis.handlers with parameters of type BeehiveWsTypeMetadata
HandlerHandler(BeehiveWsTypeMetadata wsm)
          Constructor with Jsr181TypeMetadata parameter
 

Uses of BeehiveWsTypeMetadata in org.apache.beehive.wsm.jsr181.model.jsr181
 

Classes in org.apache.beehive.wsm.jsr181.model.jsr181 that implement BeehiveWsTypeMetadata
 class Jsr181TypeMetadataImpl
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that return BeehiveWsTypeMetadata
static BeehiveWsTypeMetadata Jsr181ObjectModelStore.load(Class clazz)
           
static BeehiveWsTypeMetadata Jsr181ObjectModelStore.load(InputStream is)
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 with parameters of type BeehiveWsTypeMetadata
 void Jsr181ObjectModelStore.store(BeehiveWsTypeMetadata objectModel)
          Persists a given objectModel.
 

Uses of BeehiveWsTypeMetadata in org.apache.beehive.wsm.jsr181.model.wsdl
 

Methods in org.apache.beehive.wsm.jsr181.model.wsdl that return BeehiveWsTypeMetadata
 BeehiveWsTypeMetadata XmlBeanWSDLProcessor.createObjectModel(InputStream wsdlStream)
           
 BeehiveWsTypeMetadata XmlBeanWSDLProcessor.loadWebServiceMetadataFromWSDL(String wsdlLocation)
           
 BeehiveWsTypeMetadata XmlBeanWSDLProcessor.toWebServiceMetadata(DefinitionsDocument defDoc)
           
 

Uses of BeehiveWsTypeMetadata in org.apache.beehive.wsm.jsr181.processor.apt
 

Methods in org.apache.beehive.wsm.jsr181.processor.apt with parameters of type BeehiveWsTypeMetadata
static void WebServiceMetadataViewer.print(BeehiveWsTypeMetadata webServiceTYPEMetadata)
           
static void WebServiceMetadataViewer.print(int tab, BeehiveWsTypeMetadata webServiceTYPEMetadata)
           
 

Uses of BeehiveWsTypeMetadata in org.apache.beehive.wsm.jsr181.wsdl
 

Methods in org.apache.beehive.wsm.jsr181.wsdl that return BeehiveWsTypeMetadata
 BeehiveWsTypeMetadata WSDLProcessor.createObjectModel(InputStream wsdlStream)
          Converts a WSDL document in the provided InputStream into the WSM Model.
 

Methods in org.apache.beehive.wsm.jsr181.wsdl with parameters of type BeehiveWsTypeMetadata
 void Wsdl2AJava.generateAnnotatedJavaFromOM(BeehiveWsTypeMetadata om, Writer w)